Package | Description |
---|---|
com.flowable.action.api.repository | |
com.flowable.action.engine.autodeployment | |
com.flowable.action.engine.impl.repository |
Modifier and Type | Method and Description |
---|---|
ActionDeploymentBuilder |
ActionDeploymentBuilder.addBytes(String resourceName,
byte[] bytes) |
ActionDeploymentBuilder |
ActionDeploymentBuilder.addClasspathResource(String resource) |
ActionDeploymentBuilder |
ActionDeploymentBuilder.addInputStream(String resourceName,
InputStream inputStream) |
ActionDeploymentBuilder |
ActionDeploymentBuilder.addString(String resourceName,
String text) |
ActionDeploymentBuilder |
ActionDeploymentBuilder.addZipInputStream(ZipInputStream zipInputStream) |
ActionDeploymentBuilder |
ActionDeploymentBuilder.category(String category)
Gives the deployment the given category.
|
ActionDeploymentBuilder |
ActionRepositoryService.createDeployment()
Starts creating a new deployment
|
ActionDeploymentBuilder |
ActionDeploymentBuilder.enableDuplicateFiltering()
If set, this deployment will be compared to any previous deployment.
|
ActionDeploymentBuilder |
ActionDeploymentBuilder.key(String key)
Gives the deployment the given key.
|
ActionDeploymentBuilder |
ActionDeploymentBuilder.name(String name)
Gives the deployment the given name.
|
ActionDeploymentBuilder |
ActionDeploymentBuilder.parentDeploymentId(String parentDeploymentId)
Gives the deployment the given parent deployment id.
|
ActionDeploymentBuilder |
ActionDeploymentBuilder.tenantId(String tenantId)
Gives the deployment the given tenant id.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractActionAutoDeploymentStrategy.addResource(Resource resource,
ActionDeploymentBuilder deploymentBuilder) |
protected void |
AbstractActionAutoDeploymentStrategy.addResource(Resource resource,
String resourceName,
ActionDeploymentBuilder deploymentBuilder) |
Modifier and Type | Class and Description |
---|---|
class |
ActionDeploymentBuilderImpl |
Modifier and Type | Method and Description |
---|---|
ActionDeploymentBuilder |
ActionDeploymentBuilderImpl.addBytes(String resourceName,
byte[] bytes) |
ActionDeploymentBuilder |
ActionDeploymentBuilderImpl.addClasspathResource(String resource) |
ActionDeploymentBuilder |
ActionDeploymentBuilderImpl.addInputStream(String resourceName,
InputStream inputStream) |
ActionDeploymentBuilder |
ActionDeploymentBuilderImpl.addString(String resourceName,
String text) |
ActionDeploymentBuilder |
ActionDeploymentBuilderImpl.addZipInputStream(ZipInputStream zipInputStream) |
ActionDeploymentBuilder |
ActionDeploymentBuilderImpl.category(String category) |
ActionDeploymentBuilder |
ActionRepositoryServiceImpl.createDeployment() |
ActionDeploymentBuilder |
ActionDeploymentBuilderImpl.enableDuplicateFiltering() |
ActionDeploymentBuilder |
ActionDeploymentBuilderImpl.key(String key) |
ActionDeploymentBuilder |
ActionDeploymentBuilderImpl.name(String name) |
ActionDeploymentBuilder |
ActionDeploymentBuilderImpl.parentDeploymentId(String parentDeploymentId) |
ActionDeploymentBuilder |
ActionDeploymentBuilderImpl.tenantId(String tenantId) |