Enum Class SearchScope

java.lang.Object
java.lang.Enum<SearchScope>
com._1c.g5.v8.dt.search.core.SearchScope
All Implemented Interfaces:
Serializable, Comparable<SearchScope>, Constable

public enum SearchScope extends Enum<SearchScope>
Search scope.
  • Enum Constant Details

    • 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.
    • ROLES

      public static final SearchScope ROLES
      Roles
    • 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
    • BOTS

      public static final SearchScope BOTS
      Bots
    • 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
    • WEB_SOCKET_CLIENTS

      public static final SearchScope WEB_SOCKET_CLIENTS
      WebSocket-clients
    • HTTP_SERVICES

      public static final SearchScope HTTP_SERVICES
      Http services
    • WS_REFERENCES

      public static final SearchScope WS_REFERENCES
      WS references.
    • INTEGRATION_SERVICES

      public static final SearchScope INTEGRATION_SERVICES
      Integration services
    • STYLE_ITEMS

      public static final SearchScope STYLE_ITEMS
      Style items
    • STYLES

      public static final SearchScope STYLES
      Style
    • 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.
    • DOCUMENT_NUMERATORS

      public static final SearchScope DOCUMENT_NUMERATORS
      Document numerators.
    • 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.
    • TASKS

      public static final SearchScope TASKS
      Tasks.
    • EXTERNAL_DATA_SOURCES

      public static final SearchScope EXTERNAL_DATA_SOURCES
      External data sources
  • Method Details

    • values

      public static SearchScope[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static SearchScope valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null