| Package | Description |
|---|---|
| org.flowable.app.api | |
| org.flowable.app.api.repository |
| Modifier and Type | Method and Description |
|---|---|
AppDeploymentBuilder |
AppRepositoryService.createDeployment()
Starts creating a new deployment
|
| Modifier and Type | Method and Description |
|---|---|
AppDeploymentBuilder |
AppDeploymentBuilder.addBytes(String resourceName,
byte[] bytes) |
AppDeploymentBuilder |
AppDeploymentBuilder.addClasspathResource(String resource) |
AppDeploymentBuilder |
AppDeploymentBuilder.addInputStream(String resourceName,
InputStream inputStream) |
AppDeploymentBuilder |
AppDeploymentBuilder.addString(String resourceName,
String text) |
AppDeploymentBuilder |
AppDeploymentBuilder.addZipInputStream(ZipInputStream zipInputStream) |
AppDeploymentBuilder |
AppDeploymentBuilder.category(String category)
Gives the deployment the given category.
|
AppDeploymentBuilder |
AppDeploymentBuilder.disableSchemaValidation()
If called, no XML schema validation against the XSD.
|
AppDeploymentBuilder |
AppDeploymentBuilder.enableDuplicateFiltering()
If set, this deployment will be compared to any previous deployment.
|
AppDeploymentBuilder |
AppDeploymentBuilder.key(String key)
Gives the deployment the given key.
|
AppDeploymentBuilder |
AppDeploymentBuilder.name(String name)
Gives the deployment the given name.
|
AppDeploymentBuilder |
AppDeploymentBuilder.tenantId(String tenantId)
Gives the deployment the given tenant id.
|
Copyright © 2020 Flowable. All rights reserved.