Uses of Interface
com.flowable.action.api.repository.ActionDeploymentBuilder
Package | Description |
---|---|
com.flowable.action.api.repository | |
com.flowable.action.engine.autodeployment | |
com.flowable.action.engine.impl.repository |
-
Uses of ActionDeploymentBuilder in com.flowable.action.api.repository
Methods in com.flowable.action.api.repository that return ActionDeploymentBuilder Modifier and Type Method Description ActionDeploymentBuilder
ActionDeploymentBuilder. addBytes(java.lang.String resourceName, byte[] bytes)
ActionDeploymentBuilder
ActionDeploymentBuilder. addClasspathResource(java.lang.String resource)
ActionDeploymentBuilder
ActionDeploymentBuilder. addInputStream(java.lang.String resourceName, java.io.InputStream inputStream)
ActionDeploymentBuilder
ActionDeploymentBuilder. addString(java.lang.String resourceName, java.lang.String text)
ActionDeploymentBuilder
ActionDeploymentBuilder. addZipInputStream(java.util.zip.ZipInputStream zipInputStream)
ActionDeploymentBuilder
ActionDeploymentBuilder. category(java.lang.String category)
Gives the deployment the given category.ActionDeploymentBuilder
ActionRepositoryService. createDeployment()
Starts creating a new deploymentActionDeploymentBuilder
ActionDeploymentBuilder. enableDuplicateFiltering()
If set, this deployment will be compared to any previous deployment.ActionDeploymentBuilder
ActionDeploymentBuilder. key(java.lang.String key)
Gives the deployment the given key.ActionDeploymentBuilder
ActionDeploymentBuilder. name(java.lang.String name)
Gives the deployment the given name.ActionDeploymentBuilder
ActionDeploymentBuilder. parentDeploymentId(java.lang.String parentDeploymentId)
Gives the deployment the given parent deployment id.ActionDeploymentBuilder
ActionDeploymentBuilder. tenantId(java.lang.String tenantId)
Gives the deployment the given tenant id. -
Uses of ActionDeploymentBuilder in com.flowable.action.engine.autodeployment
Methods in com.flowable.action.engine.autodeployment with parameters of type ActionDeploymentBuilder Modifier and Type Method Description protected void
AbstractActionAutoDeploymentStrategy. addResource(org.springframework.core.io.Resource resource, ActionDeploymentBuilder deploymentBuilder)
protected void
AbstractActionAutoDeploymentStrategy. addResource(org.springframework.core.io.Resource resource, java.lang.String resourceName, ActionDeploymentBuilder deploymentBuilder)
-
Uses of ActionDeploymentBuilder in com.flowable.action.engine.impl.repository
Classes in com.flowable.action.engine.impl.repository that implement ActionDeploymentBuilder Modifier and Type Class Description class
ActionDeploymentBuilderImpl
Methods in com.flowable.action.engine.impl.repository that return ActionDeploymentBuilder Modifier and Type Method Description ActionDeploymentBuilder
ActionDeploymentBuilderImpl. addBytes(java.lang.String resourceName, byte[] bytes)
ActionDeploymentBuilder
ActionDeploymentBuilderImpl. addClasspathResource(java.lang.String resource)
ActionDeploymentBuilder
ActionDeploymentBuilderImpl. addInputStream(java.lang.String resourceName, java.io.InputStream inputStream)
ActionDeploymentBuilder
ActionDeploymentBuilderImpl. addString(java.lang.String resourceName, java.lang.String text)
ActionDeploymentBuilder
ActionDeploymentBuilderImpl. addZipInputStream(java.util.zip.ZipInputStream zipInputStream)
ActionDeploymentBuilder
ActionDeploymentBuilderImpl. category(java.lang.String category)
ActionDeploymentBuilder
ActionRepositoryServiceImpl. createDeployment()
ActionDeploymentBuilder
ActionDeploymentBuilderImpl. enableDuplicateFiltering()
ActionDeploymentBuilder
ActionDeploymentBuilderImpl. key(java.lang.String key)
ActionDeploymentBuilder
ActionDeploymentBuilderImpl. name(java.lang.String name)
ActionDeploymentBuilder
ActionDeploymentBuilderImpl. parentDeploymentId(java.lang.String parentDeploymentId)
ActionDeploymentBuilder
ActionDeploymentBuilderImpl. tenantId(java.lang.String tenantId)