Interface TemplateDeployment

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

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

      • getId

        java.lang.String getId()
        Specified by:
        getId in interface org.flowable.common.engine.api.repository.EngineDeployment
      • getName

        java.lang.String getName()
        Specified by:
        getName in interface org.flowable.common.engine.api.repository.EngineDeployment
      • getDeploymentTime

        java.util.Date getDeploymentTime()
        Specified by:
        getDeploymentTime in interface org.flowable.common.engine.api.repository.EngineDeployment
      • getCategory

        java.lang.String getCategory()
        Specified by:
        getCategory in interface org.flowable.common.engine.api.repository.EngineDeployment
      • getTenantId

        java.lang.String getTenantId()
        Specified by:
        getTenantId in interface org.flowable.common.engine.api.repository.EngineDeployment
      • getParentDeploymentId

        java.lang.String getParentDeploymentId()