Interface DataObjectSchemaDefinition
- All Superinterfaces:
org.flowable.common.engine.api.repository.FlowableDefinition
- All Known Subinterfaces:
DataObjectSchemaDefinitionEntity
- All Known Implementing Classes:
DataObjectSchemaDefinitionEntityImpl
public interface DataObjectSchemaDefinition
extends org.flowable.common.engine.api.repository.FlowableDefinition
- Author:
- Filip Hrisafov
-
Method Summary
Methods inherited from interface org.flowable.common.engine.api.repository.FlowableDefinition
getDeploymentId, getId, getKey, getResourceName, getTenantId, getVersion
-
Method Details
-
getName
A data object schema definition has no display name of its own.- Specified by:
getNamein interfaceorg.flowable.common.engine.api.repository.FlowableDefinition- Returns:
- always
null
-
getCreationTime
Date getCreationTime()Returns the creation timestamp of this defnition- Returns:
- the creation timestamp
-
getCreatorId
String getCreatorId()Returns the id of the user creating this data definition.- Returns:
- the id of the creation user
-