public interface DataObjectDefinition
Modifier and Type | Method and Description |
---|---|
Date |
getCreationTime()
Returns the creation timestamp of this data object.
|
String |
getCreatorId()
Returns the id of the user creating this data object.
|
String |
getDeploymentId() |
String |
getExternalId()
Returns the external id for this data object definition.
|
String |
getId()
Returns the unique, technical id for this data object definition.
|
String |
getKey()
Returns the key for this data object definition which must be unique, but is human-readable normally and must be the same across environments for the
same data object definition.
|
String |
getName()
Returns the name of this data object definition which is usually used as the label.
|
String |
getResourceName() |
String |
getSourceId()
Returns the id of the source for this data object definition.
|
String |
getSourceType()
Returns the type of the source for this data object definition.
|
String |
getSubType()
The sub type further categorizes this master data definition (see type for more information and examples).
|
String |
getTenantId() |
String |
getType()
The type of this data object definition, normally used to kind of categorize data object definitions (e.g.
|
int |
getVersion() |
String getId()
String getKey()
int getVersion()
String getDeploymentId()
String getResourceName()
String getName()
String getType()
String getSubType()
String getExternalId()
String getSourceId()
String getSourceType()
for a list of supported source types
Date getCreationTime()
String getCreatorId()
String getTenantId()