Annotation Type ConfigurationOptionInfo
-
@Retention(RUNTIME) @Target(TYPE) public @interface ConfigurationOptionInfo
Describes the way Components and Scanners are categorized in Attivio User Interfaces.
-
-
Field Summary
Fields Modifier and Type Fields Description static java.lang.String
ADVANCED
static java.lang.String
COMPONENT_GROUP_ABSTRACT
static java.lang.String
COMPONENT_GROUP_CLIENT_ENDPOINT
static java.lang.String
COMPONENT_GROUP_DEPRECATED
Deprecated component preserved for backwards compatibility of configuration files.static java.lang.String
COMPONENT_GROUP_ENGINE
static java.lang.String
COMPONENT_GROUP_FILE
static java.lang.String
COMPONENT_GROUP_GEO
static java.lang.String
COMPONENT_GROUP_HTML
static java.lang.String
COMPONENT_GROUP_IO
static java.lang.String
COMPONENT_GROUP_LINGUISTICS
static java.lang.String
COMPONENT_GROUP_MISCELLANEOUS
Component Groupstatic java.lang.String
COMPONENT_GROUP_MULTINODE
static java.lang.String
COMPONENT_GROUP_REDUCER
Hadoop reducer componentstatic java.lang.String
COMPONENT_GROUP_ROUTER
static java.lang.String
COMPONENT_GROUP_SECURITY
Security componentstatic java.lang.String
COMPONENT_GROUP_STRING_MANIPULATION
static java.lang.String
COMPONENT_GROUP_SYSTEM
System level component necessary to facilitate basic message/document processing.static java.lang.String
COMPONENT_GROUP_XML
static java.lang.String
ENDPOINTS
static java.lang.String
FIELD_MAPPINGS
static java.lang.String
HIDDEN
Group ID for hiding field from the GUIstatic java.lang.String
INCREMENTAL
static java.lang.String
KERBEROS
static java.lang.String
MESSAGE_PUBLISHER
static java.lang.String
OTHER
static java.lang.String
PLATFORM_COMPONENT
static java.lang.String
SCANNER
static java.lang.String
SECURITY
-
Required Element Summary
Required Elements Modifier and Type Required Element Description ConfigurationOptionInfo.Group[]
groups
define the order to groups
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String[]
componentGroups
List of groups this component is part ofjava.lang.String
description
Descriptionjava.lang.String
displayName
namejava.lang.String
suggestedWorkflow
Deprecated.useScannerInfo.suggestedWorkflow()
instead
-
-
-
Element Detail
-
groups
ConfigurationOptionInfo.Group[] groups
define the order to groups
-
-
-
suggestedWorkflow
@Deprecated java.lang.String suggestedWorkflow
Deprecated.useScannerInfo.suggestedWorkflow()
insteadSuggested workflow- Default:
- ""
-
-