public interface EntityhubConfiguration
Entityhub.| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_ENTITYHUB_YARD_ID
|
static String |
DEFAULT_MAPPING_STATE
The property used to configure the initial state for new
EntityMappings |
static String |
DEFAULT_SYMBOL_STATE
The property used to configure the initial state for new
Symbols |
static String |
DESCRIPTION
The key used to configure the description of the entity hub
|
static String |
ENTITYHUB_YARD_ID
|
static String |
FIELD_MAPPINGS
The property used to configure the field mappings for the
Entityhub |
static String |
ID
The key used to configure the ID of the entity hub
|
static String |
NAME
The key used to configure the name of the entity hub
|
static String |
PREFIX
The property used to configure the prefix used for
Symbols and
EntityMappings created by the Entityhub |
| Modifier and Type | Method and Description |
|---|---|
ManagedEntityState |
getDefaultManagedEntityState()
The initial (default) state for new
Symbols |
MappingState |
getDefaultMappingState()
The initial (default) state for new
EntityMappings |
String |
getDescription()
The human readable description to provide some background information about
this entity hub instance.
|
String |
getEntityhubPrefix()
|
String |
getEntityhubYardId()
|
Collection<String> |
getFieldMappingConfig()
Getter for the FieldMapping configuration of the
Entityhub. |
String |
getID()
The ID of the Entityhub.
|
String |
getName()
The human readable name of this entity hub instance.
|
static final String ID
static final String PREFIX
Symbols and
EntityMappings created by the Entityhubstatic final String NAME
static final String DESCRIPTION
static final String ENTITYHUB_YARD_ID
static final String DEFAULT_ENTITYHUB_YARD_ID
static final String FIELD_MAPPINGS
Entityhubstatic final String DEFAULT_MAPPING_STATE
EntityMappingsstatic final String DEFAULT_SYMBOL_STATE
SymbolsString getID()
String getEntityhubPrefix()
Symbols and EntityMappingsString getName()
String getDescription()
null if none is defined/configured.String getEntityhubYardId()
Collection<String> getFieldMappingConfig()
Entityhub.
These Mappings are used for every Site of the
Entityhub.FieldMapping#parseFieldMapping(String) is used to
parsed the values returned by this MethodEntityhubMappingState getDefaultMappingState()
EntityMappingsEntityMappingsManagedEntityState getDefaultManagedEntityState()
SymbolsSymbolsCopyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.