Package com.attivio.sdk.server.component.configuration
Interfaces used by components to signal they wish to have certain platform dependencies injected
and to standardize on best practices in terms of configuration.
-
Interface Summary Interface Description AieLoggerAware Interfaces for classes that wish to be able to use the platform logging facilities via aAieLogger
.ComponentNameAware Indicates that the component needs to know what its component name is.EnvironmentAwareConfiguration Deprecated. in 5.2.0, use Platform.instance.getProjectEnvironmentFaultTolerantAware Interface for components that wish to be notified whether or not the system is configured for fault tolerance.GlobalDataStructureFactoryAware Interface for components that wish to have access tocom.attivio.sdk.server.global
data structures.HasBackoffLocaleProperty Common interface for beans that have a default/backoff LocaleHasBaseDataDirectoryProperty Deprecated. unused by SDK.HasCaseModeProperty Common interface for beans that have a case mode propertyHasDropDocumentOnExceptionProperty Common interface for beans that have a overwrite propertyHasFieldMappingProperty Common interface for beans that have a field mappings propertyHasFieldsProperty Marker interface for stages that process a list of fields.HasInputListProperty Marker interface for stages that process a list of input fields.HasInputProperty Common interface for beans that have a input propertyHasOverwriteProperty Common interface for beans that have a overwrite propertyHasQueryLanguageProperty Common interface for beans that have a query language propertyHasSchemaNameProperty Common interface for beans that have a schema name propertyHasTokenizerProperty Common interface for beans that have a tokenizer propertyQualifiedComponentNameAware Indicates that the component needs to know what its qualified component name is.SchemaUtilAware Interface for components to implements that are interested in access to aSchemaUtil
.SystemEventPublisherAware Interface for components to implements that are interested in access to aSystemEventPublisher
.