Interface Mapping
- All Superinterfaces:
Entity,Resource,Serializable
Represents a mapping.
A mapping is a representation of a link between external entity from external system and corresponding resource in the Data Governance Center. A single mapping refers to at most one resource which can either be a community, a domain, or an asset.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.This property will be removed in a future version.Returns the externalidof the mapped resource.Deprecated, for removal: This API element is subject to removal in a future version.This property will be removed in a future version.Returns theidof the external system that the mapped resource belongs to.Deprecated, for removal: This API element is subject to removal in a future version.This property will be removed in a future version.Returns the mapped resource if the mapping is linked to any,nullotherwise.Deprecated, for removal: This API element is subject to removal in a future version.This property will be removed in a future version.Methods inherited from interface Resource
getCreatedBy, getCreatedOn, getLastModifiedBy, getLastModifiedOn, getResourceType, isSystem
-
Method Details
-
getExternalSystemId
String getExternalSystemId()Returns theidof the external system that the mapped resource belongs to.- Returns:
- the
idof the external system
-
getExternalEntityId
String getExternalEntityId()Returns the externalidof the mapped resource.- Returns:
- the external
idof the mapped resource
-
getExternalEntityUrl
Deprecated, for removal: This API element is subject to removal in a future version.This property will be removed in a future version.Returns the external URL of the mapped resource.- Returns:
- the external URL of the mapped resource
-
getDescription
Deprecated, for removal: This API element is subject to removal in a future version.This property will be removed in a future version.Returns the description of the mapped resource.- Returns:
- the description of the mapped resource
-
getMappedResource
NamedResourceReference getMappedResource()Returns the mapped resource if the mapping is linked to any,nullotherwise.- Returns:
- the mapped resource
-
getLastSyncDate
Deprecated, for removal: This API element is subject to removal in a future version.This property will be removed in a future version.Returns the timestamp (in UTC time standard) of the last synchronization of mapped resource.- Returns:
- the timestamp (in UTC time standard) of the last synchronization of mapped resource
-
getSyncAction
Deprecated, for removal: This API element is subject to removal in a future version.This property will be removed in a future version.Returns the type of the action performed during last successful synchronization.- Returns:
- the type of the action performed during last successful synchronization
-