| Modifier and Type | Method and Description |
|---|---|
CmmnDeployment |
CmmnDeploymentBuilder.deploy()
Deploys all provided sources to the CMMN engine.
|
| Modifier and Type | Method and Description |
|---|---|
CmmnDeployment |
CmmnRepositoryServiceImpl.deploy(CmmnDeploymentBuilderImpl deploymentBuilder) |
| Modifier and Type | Method and Description |
|---|---|
CmmnDeployment |
DeployCmd.execute(CommandContext commandContext) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CmmnDeploymentEntity |
| Modifier and Type | Class and Description |
|---|---|
class |
CmmnDeploymentEntityImpl |
| Modifier and Type | Method and Description |
|---|---|
List<CmmnDeployment> |
CmmnDeploymentEntityManagerImpl.findDeploymentsByQueryCriteria(CmmnDeploymentQuery deploymentQuery) |
List<CmmnDeployment> |
CmmnDeploymentEntityManager.findDeploymentsByQueryCriteria(CmmnDeploymentQuery deploymentQuery) |
| Modifier and Type | Method and Description |
|---|---|
List<CmmnDeployment> |
CmmnDeploymentDataManager.findDeploymentsByQueryCriteria(CmmnDeploymentQueryImpl deploymentQuery) |
| Modifier and Type | Method and Description |
|---|---|
List<CmmnDeployment> |
MybatisCmmnDeploymentDataManager.findDeploymentsByQueryCriteria(CmmnDeploymentQueryImpl deploymentQuery) |
| Modifier and Type | Method and Description |
|---|---|
CmmnDeployment |
CmmnDeploymentBuilderImpl.deploy() |
| Modifier and Type | Method and Description |
|---|---|
List<CmmnDeployment> |
CmmnDeploymentQueryImpl.executeList(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
AbstractFlowableCmmnTestCase.addDeploymentForAutoCleanup(CmmnDeployment cmmnDeployment) |
| Modifier and Type | Method and Description |
|---|---|
void |
CmmnRestApiInterceptor.accessDeploymentById(CmmnDeployment deployment) |
CmmnDeploymentResponse |
CmmnRestResponseFactory.createDeploymentResponse(CmmnDeployment deployment) |
CmmnDeploymentResponse |
CmmnRestResponseFactory.createDeploymentResponse(CmmnDeployment deployment,
RestUrlBuilder urlBuilder) |
void |
CmmnRestApiInterceptor.deleteDeployment(CmmnDeployment deployment) |
| Modifier and Type | Method and Description |
|---|---|
List<CmmnDeploymentResponse> |
CmmnRestResponseFactory.createDeploymentResponseList(List<CmmnDeployment> deployments) |
| Modifier and Type | Method and Description |
|---|---|
protected CmmnDeployment |
BaseDeploymentResource.getCmmnDeployment(String deploymentId) |
| Constructor and Description |
|---|
CmmnDeploymentResponse(CmmnDeployment deployment,
String url) |
Copyright © 2023 Flowable. All rights reserved.