Annotation Type ConfigurationOptionInfo


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface ConfigurationOptionInfo
    Describes the way Components and Scanners are categorized in Attivio User Interfaces.
    • Field Detail

      • ADVANCED

        static final java.lang.String ADVANCED
      • ENDPOINTS

        static final java.lang.String ENDPOINTS
      • FIELD_MAPPINGS

        static final java.lang.String FIELD_MAPPINGS
      • MESSAGE_PUBLISHER

        static final java.lang.String MESSAGE_PUBLISHER
      • SCANNER

        static final java.lang.String SCANNER
      • PLATFORM_COMPONENT

        static final java.lang.String PLATFORM_COMPONENT
      • SECURITY

        static final java.lang.String SECURITY
      • INCREMENTAL

        static final java.lang.String INCREMENTAL
      • KERBEROS

        static final java.lang.String KERBEROS
      • OTHER

        static final java.lang.String OTHER
      • HIDDEN

        static final java.lang.String HIDDEN
        Group ID for hiding field from the GUI
      • COMPONENT_GROUP_MISCELLANEOUS

        static final java.lang.String COMPONENT_GROUP_MISCELLANEOUS
        Component Group
      • COMPONENT_GROUP_FILE

        static final java.lang.String COMPONENT_GROUP_FILE
      • COMPONENT_GROUP_XML

        static final java.lang.String COMPONENT_GROUP_XML
      • COMPONENT_GROUP_ROUTER

        static final java.lang.String COMPONENT_GROUP_ROUTER
      • COMPONENT_GROUP_HTML

        static final java.lang.String COMPONENT_GROUP_HTML
      • COMPONENT_GROUP_SYSTEM

        static final java.lang.String COMPONENT_GROUP_SYSTEM
        System level component necessary to facilitate basic message/document processing.
      • COMPONENT_GROUP_DEPRECATED

        static final java.lang.String COMPONENT_GROUP_DEPRECATED
        Deprecated component preserved for backwards compatibility of configuration files.
      • COMPONENT_GROUP_LINGUISTICS

        static final java.lang.String COMPONENT_GROUP_LINGUISTICS
      • COMPONENT_GROUP_ABSTRACT

        static final java.lang.String COMPONENT_GROUP_ABSTRACT
      • COMPONENT_GROUP_GEO

        static final java.lang.String COMPONENT_GROUP_GEO
      • COMPONENT_GROUP_STRING_MANIPULATION

        static final java.lang.String COMPONENT_GROUP_STRING_MANIPULATION
      • COMPONENT_GROUP_IO

        static final java.lang.String COMPONENT_GROUP_IO
      • COMPONENT_GROUP_MULTINODE

        static final java.lang.String COMPONENT_GROUP_MULTINODE
      • COMPONENT_GROUP_CLIENT_ENDPOINT

        static final java.lang.String COMPONENT_GROUP_CLIENT_ENDPOINT
      • COMPONENT_GROUP_ENGINE

        static final java.lang.String COMPONENT_GROUP_ENGINE
      • COMPONENT_GROUP_SECURITY

        static final java.lang.String COMPONENT_GROUP_SECURITY
        Security component
      • COMPONENT_GROUP_REDUCER

        static final java.lang.String COMPONENT_GROUP_REDUCER
        Hadoop reducer component
      • displayName

        java.lang.String displayName
        name
        Default:
        ""
      • description

        java.lang.String description
        Description
        Default:
        ""
      • componentGroups

        java.lang.String[] componentGroups
        List of groups this component is part of
        Default:
        {}