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