Uses of Interface
com.flowable.workobject.api.WorkObjectDefinitionDeploymentBuilder
-
Uses of WorkObjectDefinitionDeploymentBuilder in com.flowable.workobject.api
Methods in com.flowable.workobject.api that return WorkObjectDefinitionDeploymentBuilder Modifier and Type Method Description WorkObjectDefinitionDeploymentBuilderWorkObjectDefinitionDeploymentBuilder. addClasspathResource(java.lang.String resource)WorkObjectDefinitionDeploymentBuilderWorkObjectDefinitionDeploymentBuilder. addInputStream(java.lang.String resourceName, java.io.InputStream inputStream)WorkObjectDefinitionDeploymentBuilderWorkObjectDefinitionDeploymentBuilder. addString(java.lang.String resourceName, java.lang.String text)WorkObjectDefinitionDeploymentBuilderWorkObjectDefinitionDeploymentBuilder. addWorkObjectBytes(java.lang.String resourceName, byte[] workObjectBytes)WorkObjectDefinitionDeploymentBuilderWorkObjectDefinitionDeploymentBuilder. category(java.lang.String category)Gives the deployment the given category.WorkObjectDefinitionDeploymentBuilderWorkObjectRepositoryService. createDeployment()WorkObjectDefinitionDeploymentBuilderWorkObjectDefinitionDeploymentBuilder. enableDuplicateFiltering()Allows to add a property to the deployment builder that influences the deployment.WorkObjectDefinitionDeploymentBuilderWorkObjectDefinitionDeploymentBuilder. name(java.lang.String name)Gives the deployment the given name.WorkObjectDefinitionDeploymentBuilderWorkObjectDefinitionDeploymentBuilder. parentDeploymentId(java.lang.String parentDeploymentId)Gives the deployment the given parent deployment id.WorkObjectDefinitionDeploymentBuilderWorkObjectDefinitionDeploymentBuilder. tenantId(java.lang.String tenantId)Gives the deployment the given tenant id. -
Uses of WorkObjectDefinitionDeploymentBuilder in com.flowable.workobject.engine.impl
Methods in com.flowable.workobject.engine.impl that return WorkObjectDefinitionDeploymentBuilder Modifier and Type Method Description WorkObjectDefinitionDeploymentBuilderWorkObjectRepositoryServiceImpl. createDeployment() -
Uses of WorkObjectDefinitionDeploymentBuilder in com.flowable.workobject.engine.impl.repository
Classes in com.flowable.workobject.engine.impl.repository that implement WorkObjectDefinitionDeploymentBuilder Modifier and Type Class Description classWorkObjectDeploymentBuilderImplMethods in com.flowable.workobject.engine.impl.repository that return WorkObjectDefinitionDeploymentBuilder Modifier and Type Method Description WorkObjectDefinitionDeploymentBuilderWorkObjectDeploymentBuilderImpl. addClasspathResource(java.lang.String resource)WorkObjectDefinitionDeploymentBuilderWorkObjectDeploymentBuilderImpl. addInputStream(java.lang.String resourceName, java.io.InputStream inputStream)WorkObjectDefinitionDeploymentBuilderWorkObjectDeploymentBuilderImpl. addString(java.lang.String resourceName, java.lang.String text)WorkObjectDefinitionDeploymentBuilderWorkObjectDeploymentBuilderImpl. addWorkObjectBytes(java.lang.String resourceName, byte[] workObjectBytes)WorkObjectDefinitionDeploymentBuilderWorkObjectDeploymentBuilderImpl. category(java.lang.String category)WorkObjectDefinitionDeploymentBuilderWorkObjectDeploymentBuilderImpl. enableDuplicateFiltering()WorkObjectDefinitionDeploymentBuilderWorkObjectDeploymentBuilderImpl. name(java.lang.String name)WorkObjectDefinitionDeploymentBuilderWorkObjectDeploymentBuilderImpl. parentDeploymentId(java.lang.String parentDeploymentId)WorkObjectDefinitionDeploymentBuilderWorkObjectDeploymentBuilderImpl. tenantId(java.lang.String tenantId) -
Uses of WorkObjectDefinitionDeploymentBuilder in com.flowable.workobject.spring.autodeployment
Methods in com.flowable.workobject.spring.autodeployment with parameters of type WorkObjectDefinitionDeploymentBuilder Modifier and Type Method Description protected voidAbstractWorkObjectAutoDeploymentStrategy. addResource(org.springframework.core.io.Resource resource, WorkObjectDefinitionDeploymentBuilder deploymentBuilder)protected voidAbstractWorkObjectAutoDeploymentStrategy. addResource(org.springframework.core.io.Resource resource, java.lang.String resourceName, WorkObjectDefinitionDeploymentBuilder deploymentBuilder)