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 Details

    • getId

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

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

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

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

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

      String getParentDeploymentId()