| Modifier and Type | Method and Description |
|---|---|
List<EntityMapping> |
IGCOMRSMetadataCollection.getMappers(String igcAssetType,
String userId)
Retrieves the classes to use for mapping the provided IGC asset type to an OMRS entity.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionMapper
Defines the mapping to the OMRS "Connection" entity.
|
class |
ConnectorTypeMapper
Defines the mapping to the OMRS "ConnectorType" entity.
|
class |
ContactDetailsMapper
Defines the mapping to the OMRS "ContactDetails" entity.
|
class |
DatabaseMapper
Define sthe mapping to the OMRS "Database" entity.
|
class |
DataClassMapper
Defines the mapping to the OMRS "DataClass" entity.
|
class |
DataFileMapper
Defines the mapping to the OMRS "DataFile" entity.
|
class |
DeployedDatabaseSchemaMapper
Defines the mapping to the OMRS "DeployedDatabaseSchema" entity.
|
class |
EndpointMapper
Defines the mapping to the OMRS "Endpoint" entity.
|
class |
FileFolderMapper
Defines the mapping to the OMRS "FileFolder" entity.
|
class |
GlossaryCategoryMapper
Defines the mapping to the OMRS "GlossaryCategory" entity.
|
class |
GlossaryTermMapper
Defines the mapping to the OMRS "GlossaryTerm" entity.
|
class |
GovernancePolicyMapper
Defines the mapping to the OMRS "GlossaryPolicy" entity.
|
class |
InformalTagMapper
Defines the mapping to the OMRS "InformalTag" entity.
|
class |
PersonMapper
Defines the mapping to the OMRS "Person" entity.
|
class |
ReferenceableMapper
Defines the default mapping to an OMRS entity (the OMRS "Referenceable" entity), along with the base methods
for all other entity mappings.
|
class |
RelationalColumnMapper
Defines the mapping to the OMRS "RelationalColumn" entity.
|
class |
RelationalColumnTypeMapper
Defines the mapping to the OMRS "RelationalColumnType" entity.
|
class |
RelationalDBSchemaTypeMapper
Defines the mapping to the OMRS "RelationalDBSchemaType" entity.
|
class |
RelationalTableMapper
Defines the mapping to the OMRS "RelationalTable" entity.
|
class |
RelationalTableTypeMapper
Defines the mapping to the OMRS "RelationalTableType" entity.
|
class |
TabularColumnMapper
Defines the mapping to the OMRS "TabularColumn" entity.
|
class |
TabularColumnTypeMapper
Defines the mapping to the OMRS "TabularColumnType" entity.
|
class |
TabularSchemaTypeMapper
Defines the mapping to the OMRS "TabularSchemaType" entity.
|
class |
TeamMapper
Defines the mapping to the OMRS "Team" entity.
|
| Modifier and Type | Method and Description |
|---|---|
EntityMapping |
EntityMappingStore.getDefaultEntityMapper(IGCOMRSRepositoryConnector igcomrsRepositoryConnector,
String userId)
Retrieves the entity mapping that can be applied by default to any entity.
|
EntityMapping |
EntityMappingStore.getMappingByIgcAssetDisplayName(String assetDisplayName)
Retrieves the entity mapping that applies to the provided IGC asset type, by its display name.
|
EntityMapping |
EntityMappingStore.getMappingByIgcAssetTypeAndPrefix(String assetType,
String prefix)
Retrieves the entity mapping that applies to the provided IGC asset type and prefix (if any).
|
EntityMapping |
EntityMappingStore.getMappingByOmrsTypeGUID(String guid)
Retrieves the entity mapping by GUID of the OMRS TypeDef.
|
EntityMapping |
EntityMappingStore.getMappingByOmrsTypeName(String name)
Retrieves the entity mapping that applies to the provided OMRS entity type name.
|
| Modifier and Type | Method and Description |
|---|---|
List<EntityMapping> |
EntityMappingStore.getAllMappings()
Retrieves all entity mappings that are implemented for this repository.
|
List<EntityMapping> |
EntityMappingStore.getMappingsByIgcAssetType(String assetType)
Retrieves all entity mappings that could be applied to the provided IGC asset type.
|
Copyright © 2018–2019 ODPi. All rights reserved.