Interface ActionDeployment

  • All Superinterfaces:
    org.flowable.common.engine.api.repository.EngineDeployment
    All Known Subinterfaces:
    ActionDeploymentEntity
    All Known Implementing Classes:
    ActionDeploymentEntityImpl

    public interface ActionDeployment
    extends org.flowable.common.engine.api.repository.EngineDeployment
    Represents a deployment that is already present in the action definition repository. A deployment is a container for resources such as action definitions etc. To create a deployment, use the ActionDeploymentBuilder. 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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getParentDeploymentId()  
      • Methods inherited from interface org.flowable.common.engine.api.repository.EngineDeployment

        getCategory, getDeploymentTime, getDerivedFrom, getDerivedFromRoot, getEngineVersion, getId, getKey, getName, getResources, getTenantId, isNew
    • Method Detail

      • getParentDeploymentId

        java.lang.String getParentDeploymentId()