Interface DocumentDeployment

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

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