Class MultiFormDeploymentDto


  • public class MultiFormDeploymentDto
    extends Object
    MultiFormDeploymentDto
    • Constructor Detail

      • MultiFormDeploymentDto

        public MultiFormDeploymentDto()
    • Method Detail

      • getTenantId

        public String getTenantId()
        The tenant id for the deployment to be created.
        Returns:
        tenantId
      • setTenantId

        public void setTenantId​(String tenantId)
      • getDeploymentSource

        public String getDeploymentSource()
        The source for the deployment to be created.
        Returns:
        deploymentSource
      • setDeploymentSource

        public void setDeploymentSource​(String deploymentSource)
      • getDeployChangedOnly

        public Boolean getDeployChangedOnly()
        A flag indicating whether the process engine should perform duplicate checking on a per-resource basis. If set to true, only those resources that have actually changed are deployed. Checks are made against resources included previous deployments of the same name and only against the latest versions of those resources. If set to true, the option enable-duplicate-filtering is overridden and set to true.
        Returns:
        deployChangedOnly
      • setDeployChangedOnly

        public void setDeployChangedOnly​(Boolean deployChangedOnly)
      • getEnableDuplicateFiltering

        public Boolean getEnableDuplicateFiltering()
        A flag indicating whether the process engine should perform duplicate checking for the deployment or not. This allows you to check if a deployment with the same name and the same resouces already exists and if true, not create a new deployment but instead return the existing deployment. The default value is false.
        Returns:
        enableDuplicateFiltering
      • setEnableDuplicateFiltering

        public void setEnableDuplicateFiltering​(Boolean enableDuplicateFiltering)
      • getDeploymentName

        public String getDeploymentName()
        The name for the deployment to be created.
        Returns:
        deploymentName
      • setDeploymentName

        public void setDeploymentName​(String deploymentName)
      • getDeploymentActivationTime

        public Date getDeploymentActivationTime()
        Sets the date on which the process definitions contained in this deployment will be activated. This means that all process definitions will be deployed as usual, but they will be suspended from the start until the given activation date. By [default](https://docs.camunda.org/manual/7.18/reference/rest/overview/date-format/), the date must have the format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`, e.g., `2013-01-23T14:42:45.000+0200`.
        Returns:
        deploymentActivationTime
      • setDeploymentActivationTime

        public void setDeploymentActivationTime​(Date deploymentActivationTime)
      • getData

        public File getData()
        The binary data to create the deployment resource. It is possible to have more than one form part with different form part names for the binary data to create a deployment.
        Returns:
        data
      • setData

        public void setData​(File data)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object