public interface DataObjectSchemaDefinition
Modifier and Type | Method and Description |
---|---|
Date |
getCreationTime()
Returns the creation timestamp of this defnition
|
String |
getCreatorId()
Returns the id of the user creating this data definition.
|
String |
getDeploymentId() |
String |
getId()
Returns the unique, technical id for this data object schema definition.
|
String |
getKey()
Returns the key for this data object schema definition which must be unique, but is human-readable normally and must be the same across
environments for the same data object schema definition.
|
String |
getResourceName() |
String |
getTenantId() |
int |
getVersion() |
String getId()
String getKey()
int getVersion()
String getDeploymentId()
String getResourceName()
Date getCreationTime()
String getCreatorId()
String getTenantId()