| Modifier and Type | Method and Description |
|---|---|
AppDeployment |
AppDeploymentBuilder.deploy()
Deploys all provided sources to the CMMN engine.
|
| Modifier and Type | Method and Description |
|---|---|
AppDeployment |
AppRepositoryServiceImpl.deploy(AppDeploymentBuilderImpl deploymentBuilder) |
| Modifier and Type | Method and Description |
|---|---|
AppDeployment |
DeployCmd.execute(CommandContext commandContext) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AppDeploymentEntity |
| Modifier and Type | Class and Description |
|---|---|
class |
AppDeploymentEntityImpl |
| Modifier and Type | Method and Description |
|---|---|
List<AppDeployment> |
AppDeploymentEntityManagerImpl.findDeploymentsByQueryCriteria(AppDeploymentQuery deploymentQuery) |
List<AppDeployment> |
AppDeploymentEntityManager.findDeploymentsByQueryCriteria(AppDeploymentQuery deploymentQuery) |
| Modifier and Type | Method and Description |
|---|---|
List<AppDeployment> |
AppDeploymentDataManager.findDeploymentsByQueryCriteria(AppDeploymentQueryImpl deploymentQuery) |
| Modifier and Type | Method and Description |
|---|---|
List<AppDeployment> |
MybatisAppDeploymentDataManager.findDeploymentsByQueryCriteria(AppDeploymentQueryImpl deploymentQuery) |
| Modifier and Type | Method and Description |
|---|---|
AppDeployment |
AppDeploymentBuilderImpl.deploy() |
| Modifier and Type | Method and Description |
|---|---|
List<AppDeployment> |
AppDeploymentQueryImpl.executeList(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
AppRestApiInterceptor.accessDeploymentById(AppDeployment deployment) |
AppDeploymentResponse |
AppRestResponseFactory.createAppDeploymentResponse(AppDeployment deployment) |
AppDeploymentResponse |
AppRestResponseFactory.createAppDeploymentResponse(AppDeployment deployment,
AppRestUrlBuilder urlBuilder) |
void |
AppRestApiInterceptor.deleteDeployment(AppDeployment deployment) |
| Modifier and Type | Method and Description |
|---|---|
List<AppDeploymentResponse> |
AppRestResponseFactory.createAppDeploymentResponseList(List<AppDeployment> deployments) |
| Constructor and Description |
|---|
AppDeploymentResponse(AppDeployment deployment,
String url) |
Copyright © 2023 Flowable. All rights reserved.