Enum SearchScope

    • Enum Constant Detail

      • CONFIGURATIONS

        public static final SearchScope CONFIGURATIONS
        Configurations.
      • SUBSYSTEMS

        public static final SearchScope SUBSYSTEMS
        Subsystems.
      • COMMON_MODULES

        public static final SearchScope COMMON_MODULES
        Common modules.
      • SESSION_PARAMETERS

        public static final SearchScope SESSION_PARAMETERS
        Session parameters.
      • COMMON_ATTRIBUTES

        public static final SearchScope COMMON_ATTRIBUTES
        Common attributes.
      • EXCHANGE_PLANS

        public static final SearchScope EXCHANGE_PLANS
        Exchange plans.
      • FILTER_CRITERIA

        public static final SearchScope FILTER_CRITERIA
        Filter criteria.
      • EVENT_SUBSCRIPTIONS

        public static final SearchScope EVENT_SUBSCRIPTIONS
        Event subscriptions.
      • SCHEDULED_JOBS

        public static final SearchScope SCHEDULED_JOBS
        Scheduled jobs
      • FUNCTIONAL_OPTIONS

        public static final SearchScope FUNCTIONAL_OPTIONS
        Functional options
      • FUNCTIONAL_OPTION_PARAMETERS

        public static final SearchScope FUNCTIONAL_OPTION_PARAMETERS
        Functional option parameters
      • DEFINED_TYPES

        public static final SearchScope DEFINED_TYPES
        Defined types.
      • SETTINGS_STORAGES

        public static final SearchScope SETTINGS_STORAGES
        Settings storages.
      • COMMON_FORMS

        public static final SearchScope COMMON_FORMS
        Common forms.
      • COMMON_COMMANDS

        public static final SearchScope COMMON_COMMANDS
        Common commands.
      • COMMAND_GROUPS

        public static final SearchScope COMMAND_GROUPS
        Command groups.
      • COMMON_TEMPLATES

        public static final SearchScope COMMON_TEMPLATES
        Common templates.
      • COMMON_PICTURES

        public static final SearchScope COMMON_PICTURES
        Common pictures.
      • XDTO_PACKAGES

        public static final SearchScope XDTO_PACKAGES
        XDTO packages
      • WEB_SERVICES

        public static final SearchScope WEB_SERVICES
        Web services
      • HTTP_SERVICES

        public static final SearchScope HTTP_SERVICES
        Http services
      • WS_REFERENCES

        public static final SearchScope WS_REFERENCES
        WS references.
      • STYLE_ITEMS

        public static final SearchScope STYLE_ITEMS
        Style items
      • LANGUAGES

        public static final SearchScope LANGUAGES
        Languages
      • CONSTANTS

        public static final SearchScope CONSTANTS
        Constants.
      • CATALOGS

        public static final SearchScope CATALOGS
        Catalogs.
      • DOCUMENTS

        public static final SearchScope DOCUMENTS
        Documents.
      • SEQUENCES

        public static final SearchScope SEQUENCES
        Sequences.
      • DOCUMENT_JOURNALS

        public static final SearchScope DOCUMENT_JOURNALS
        Document journals.
      • ENUMS

        public static final SearchScope ENUMS
        Enumerations.
      • REPORTS

        public static final SearchScope REPORTS
        Reports.
      • EXTERNAL_REPORTS

        public static final SearchScope EXTERNAL_REPORTS
        External reports.
      • DATA_PROCESSORS

        public static final SearchScope DATA_PROCESSORS
        Data processors.
      • EXTERNAL_DATA_PROCESSORS

        public static final SearchScope EXTERNAL_DATA_PROCESSORS
        External data processors.
      • CHARTS_OF_CHARACTERISTIC_TYPES

        public static final SearchScope CHARTS_OF_CHARACTERISTIC_TYPES
        Charts of characteristic types.
      • CHARTS_OF_ACCOUNTS

        public static final SearchScope CHARTS_OF_ACCOUNTS
        Charts of accounts.
      • CHARTS_OF_CALCULATION_TYPES

        public static final SearchScope CHARTS_OF_CALCULATION_TYPES
        Charts of calculation types.
      • INFORMATION_REGISTERS

        public static final SearchScope INFORMATION_REGISTERS
        Information registers.
      • ACCUMULATION_REGISTERS

        public static final SearchScope ACCUMULATION_REGISTERS
        Accumulation registers.
      • ACCOUNTING_REGISTERS

        public static final SearchScope ACCOUNTING_REGISTERS
        Account registers
      • CALCULATION_REGISTERS

        public static final SearchScope CALCULATION_REGISTERS
        Calculation registers.
      • BUSINESS_PROCESSES

        public static final SearchScope BUSINESS_PROCESSES
        Business processes.
      • EXTERNAL_DATA_SOURCES

        public static final SearchScope EXTERNAL_DATA_SOURCES
        External data sources
      • DCS

        public static final SearchScope DCS
        Data Composition Schema
      • RESTRICTION_TEMPLATE

        public static final SearchScope RESTRICTION_TEMPLATE
        Restriction Template of Roles
      • RLS_CONDITION

        public static final SearchScope RLS_CONDITION
        Restriction of right Roles
      • DYNAMIC_LIST_QUERY

        public static final SearchScope DYNAMIC_LIST_QUERY
        Dynamic list attribute of Form
      • INTEGRATION_SERVICES

        public static final SearchScope INTEGRATION_SERVICES
        Integration services
    • Method Detail

      • values

        public static SearchScope[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (SearchScope c : SearchScope.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static SearchScope valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null