Package com.flowable.core.content.api
Interface DocumentDeployment
- All Superinterfaces:
EngineDeployment
- All Known Subinterfaces:
DocumentDeploymentEntity
- All Known Implementing Classes:
DocumentDeploymentEntityImpl
Represents a deployment that is already present in the document definition repository.
A deployment is a container for resources such as document definitions etc.
To create a deployment, use the
DocumentDeploymentBuilder
. A deployment on itself is a read-only object and its content cannot be changed
after deployment (hence the builder that needs to be used).- Author:
- Tijs Rademakers, Joram Barrez
-
Method Summary
Methods inherited from interface org.flowable.common.engine.api.repository.EngineDeployment
getDerivedFrom, getDerivedFromRoot, getEngineVersion, getKey, getResources, isNew
-
Method Details
-
getId
String getId()- Specified by:
getId
in interfaceEngineDeployment
-
getName
String getName()- Specified by:
getName
in interfaceEngineDeployment
-
getDeploymentTime
Date getDeploymentTime()- Specified by:
getDeploymentTime
in interfaceEngineDeployment
-
getCategory
String getCategory()- Specified by:
getCategory
in interfaceEngineDeployment
-
getTenantId
String getTenantId()- Specified by:
getTenantId
in interfaceEngineDeployment
-
getParentDeploymentId
String getParentDeploymentId()
-