Class AppDeploymentBuilderImpl

java.lang.Object
com.flowable.app.engine.impl.repository.AppDeploymentBuilderImpl
All Implemented Interfaces:
org.flowable.app.api.repository.AppDeploymentBuilder

public class AppDeploymentBuilderImpl
extends java.lang.Object
implements org.flowable.app.api.repository.AppDeploymentBuilder
  • Field Details

  • Constructor Details

  • Method Details

    • addInputStream

      public org.flowable.app.api.repository.AppDeploymentBuilder addInputStream​(java.lang.String resourceName, java.io.InputStream inputStream)
      Specified by:
      addInputStream in interface org.flowable.app.api.repository.AppDeploymentBuilder
    • addClasspathResource

      public org.flowable.app.api.repository.AppDeploymentBuilder addClasspathResource​(java.lang.String resource)
      Specified by:
      addClasspathResource in interface org.flowable.app.api.repository.AppDeploymentBuilder
    • addString

      public org.flowable.app.api.repository.AppDeploymentBuilder addString​(java.lang.String resourceName, java.lang.String text)
      Specified by:
      addString in interface org.flowable.app.api.repository.AppDeploymentBuilder
    • addBytes

      public org.flowable.app.api.repository.AppDeploymentBuilder addBytes​(java.lang.String resourceName, byte[] bytes)
      Specified by:
      addBytes in interface org.flowable.app.api.repository.AppDeploymentBuilder
    • addZipInputStream

      public org.flowable.app.api.repository.AppDeploymentBuilder addZipInputStream​(java.util.zip.ZipInputStream zipInputStream)
      Specified by:
      addZipInputStream in interface org.flowable.app.api.repository.AppDeploymentBuilder
    • name

      public org.flowable.app.api.repository.AppDeploymentBuilder name​(java.lang.String name)
      Specified by:
      name in interface org.flowable.app.api.repository.AppDeploymentBuilder
    • category

      public org.flowable.app.api.repository.AppDeploymentBuilder category​(java.lang.String category)
      Specified by:
      category in interface org.flowable.app.api.repository.AppDeploymentBuilder
    • key

      public org.flowable.app.api.repository.AppDeploymentBuilder key​(java.lang.String key)
      Specified by:
      key in interface org.flowable.app.api.repository.AppDeploymentBuilder
    • disableSchemaValidation

      public org.flowable.app.api.repository.AppDeploymentBuilder disableSchemaValidation()
      Specified by:
      disableSchemaValidation in interface org.flowable.app.api.repository.AppDeploymentBuilder
    • tenantId

      public org.flowable.app.api.repository.AppDeploymentBuilder tenantId​(java.lang.String tenantId)
      Specified by:
      tenantId in interface org.flowable.app.api.repository.AppDeploymentBuilder
    • enableDuplicateFiltering

      public org.flowable.app.api.repository.AppDeploymentBuilder enableDuplicateFiltering()
      Specified by:
      enableDuplicateFiltering in interface org.flowable.app.api.repository.AppDeploymentBuilder
    • deploy

      public org.flowable.app.api.repository.AppDeployment deploy()
      Specified by:
      deploy in interface org.flowable.app.api.repository.AppDeploymentBuilder
    • getDeployment

      public AppDeploymentEntity getDeployment()
    • isXsdValidationEnabled

      public boolean isXsdValidationEnabled()
    • isDuplicateFilterEnabled

      public boolean isDuplicateFilterEnabled()