Package com._1c.g5.v8.dt.search.core
Enum Class SearchScope
- All Implemented Interfaces:
Serializable,Comparable<SearchScope>,Constable
Search scope.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAccount registersAccumulation registers.BotsBusiness processes.Calculation registers.Catalogs.Charts of accounts.Charts of calculation types.Charts of characteristic types.Command groups.Common attributes.Common commands.Common forms.Common modules.Common pictures.Common templates.Configurations.Constants.Data processors.Defined types.Document journals.Document numerators.Documents.Enumerations.Event subscriptions.Exchange plans.External data processors.External data sourcesExternal reports.Filter criteria.Functional option parametersFunctional optionsHttp servicesInformation registers.Integration servicesLanguagesReports.RolesScheduled jobsSequences.Session parameters.Settings storages.Style itemsStyleSubsystems.Tasks.Web servicesWebSocket-clientsWS references.XDTO packages -
Method Summary
Modifier and TypeMethodDescriptionstatic SearchScopeReturns the enum constant of this class with the specified name.static SearchScope[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CONFIGURATIONS
Configurations. -
SUBSYSTEMS
Subsystems. -
COMMON_MODULES
Common modules. -
SESSION_PARAMETERS
Session parameters. -
ROLES
Roles -
COMMON_ATTRIBUTES
Common attributes. -
EXCHANGE_PLANS
Exchange plans. -
FILTER_CRITERIA
Filter criteria. -
EVENT_SUBSCRIPTIONS
Event subscriptions. -
SCHEDULED_JOBS
Scheduled jobs -
BOTS
Bots -
FUNCTIONAL_OPTIONS
Functional options -
FUNCTIONAL_OPTION_PARAMETERS
Functional option parameters -
DEFINED_TYPES
Defined types. -
SETTINGS_STORAGES
Settings storages. -
COMMON_FORMS
Common forms. -
COMMON_COMMANDS
Common commands. -
COMMAND_GROUPS
Command groups. -
COMMON_TEMPLATES
Common templates. -
COMMON_PICTURES
Common pictures. -
XDTO_PACKAGES
XDTO packages -
WEB_SERVICES
Web services -
WEB_SOCKET_CLIENTS
WebSocket-clients -
HTTP_SERVICES
Http services -
WS_REFERENCES
WS references. -
INTEGRATION_SERVICES
Integration services -
STYLE_ITEMS
Style items -
STYLES
Style -
LANGUAGES
Languages -
CONSTANTS
Constants. -
CATALOGS
Catalogs. -
DOCUMENTS
Documents. -
DOCUMENT_NUMERATORS
Document numerators. -
SEQUENCES
Sequences. -
DOCUMENT_JOURNALS
Document journals. -
ENUMS
Enumerations. -
REPORTS
Reports. -
EXTERNAL_REPORTS
External reports. -
DATA_PROCESSORS
Data processors. -
EXTERNAL_DATA_PROCESSORS
External data processors. -
CHARTS_OF_CHARACTERISTIC_TYPES
Charts of characteristic types. -
CHARTS_OF_ACCOUNTS
Charts of accounts. -
CHARTS_OF_CALCULATION_TYPES
Charts of calculation types. -
INFORMATION_REGISTERS
Information registers. -
ACCUMULATION_REGISTERS
Accumulation registers. -
ACCOUNTING_REGISTERS
Account registers -
CALCULATION_REGISTERS
Calculation registers. -
BUSINESS_PROCESSES
Business processes. -
TASKS
Tasks. -
EXTERNAL_DATA_SOURCES
External data sources
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-