Package com.flowable.core.content.api
Interface DocumentDefinition
- All Superinterfaces:
org.flowable.common.engine.api.repository.FlowableDefinition
- All Known Subinterfaces:
DocumentDefinitionEntity
- All Known Implementing Classes:
DocumentDefinitionEntityImpl
public interface DocumentDefinition
extends org.flowable.common.engine.api.repository.FlowableDefinition
-
Method Summary
Modifier and TypeMethodDescriptionReturns the creation timestamp of this data object.Returns the timestamp of the last update of this data object, in most cases where events are immutable, this timestamp is the same as the creation timestamp, but must never benull.Methods inherited from interface org.flowable.common.engine.api.repository.FlowableDefinition
getDeploymentId, getId, getKey, getName, getResourceName, getTenantId, getVersion
-
Method Details
-
getCategory
String getCategory() -
getCreationTime
Date getCreationTime()Returns the creation timestamp of this data object.- Returns:
- the creation timestamp
-
getUpdateTime
Date getUpdateTime()Returns the timestamp of the last update of this data object, in most cases where events are immutable, this timestamp is the same as the creation timestamp, but must never benull.- Returns:
- the timestamp of the last update / modification of this data object
-