Interface DataObjectDeployment
- All Superinterfaces:
org.flowable.common.engine.api.repository.EngineDeployment
- All Known Subinterfaces:
DataObjectDeploymentEntity
- All Known Implementing Classes:
DataObjectDeploymentEntityImpl
public interface DataObjectDeployment
extends org.flowable.common.engine.api.repository.EngineDeployment
Represents a deployment that is already present in the data object definition repository.
A deployment is a container for resources such as data object definitions etc.
To create a deployment, use the
DataObjectDeploymentBuilder
. 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
Modifier and Type Method Description java.lang.String
getParentDeploymentId()
-
Method Details
-
getParentDeploymentId
java.lang.String getParentDeploymentId()
-