Interface FormDeployment


  • public interface FormDeployment
    Represents a deployment that is already present in the form repository. A deployment is a container for resources such as form definitions, image, etc. When a deployment is 'deployed', the Flowable engine will recognize certain of such resource types and act upon them (eg form definitions will be parsed to an executable Java artifact). To create a Deployment, use the FormDeploymentBuilder. 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

      • getDeploymentTime

        Date getDeploymentTime()
      • getCategory

        String getCategory()
      • getTenantId

        String getTenantId()
      • getParentDeploymentId

        String getParentDeploymentId()