public interface Deployment extends EngineDeployment
RuntimeService
, the process engine will recognize certain of such resource types and act upon them (eg process definitions
will be parsed to an executable Java artifact).
To create a Deployment, use the DeploymentBuilder
. 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).Modifier and Type | Method and Description |
---|---|
String |
getParentDeploymentId() |
getCategory, getDeploymentTime, getDerivedFrom, getDerivedFromRoot, getEngineVersion, getId, getKey, getName, getResources, getTenantId, isNew
String getParentDeploymentId()
Copyright © 2021 Flowable. All rights reserved.