Modifier and Type | Method and Description |
---|---|
PlatformDeployment |
PlatformDeploymentBuilder.deploy()
Deploys all provided sources to the CMMN engine.
|
Modifier and Type | Method and Description |
---|---|
PlatformDeployment |
DeployCmd.execute(CommandContext commandContext) |
Modifier and Type | Interface and Description |
---|---|
interface |
PlatformDeploymentEntity |
Modifier and Type | Class and Description |
---|---|
class |
PlatformDeploymentEntityImpl |
Modifier and Type | Method and Description |
---|---|
List<PlatformDeployment> |
PlatformDeploymentEntityManagerImpl.findDeploymentsByNativeQuery(Map<String,Object> parameterMap) |
List<PlatformDeployment> |
PlatformDeploymentEntityManager.findDeploymentsByNativeQuery(Map<String,Object> parameterMap) |
List<PlatformDeployment> |
PlatformDeploymentEntityManagerImpl.findDeploymentsByQueryCriteria(PlatformDeploymentQueryImpl deploymentQuery) |
List<PlatformDeployment> |
PlatformDeploymentEntityManager.findDeploymentsByQueryCriteria(PlatformDeploymentQueryImpl deploymentQuery) |
Modifier and Type | Method and Description |
---|---|
List<PlatformDeployment> |
PlatformDeploymentDataManager.findDeploymentsByNativeQuery(Map<String,Object> parameterMap) |
List<PlatformDeployment> |
PlatformDeploymentDataManager.findDeploymentsByQueryCriteria(PlatformDeploymentQueryImpl deploymentQuery) |
Modifier and Type | Method and Description |
---|---|
List<PlatformDeployment> |
MybatisPlatformDeploymentDataManager.findDeploymentsByNativeQuery(Map<String,Object> parameterMap) |
List<PlatformDeployment> |
MybatisPlatformDeploymentDataManager.findDeploymentsByQueryCriteria(PlatformDeploymentQueryImpl deploymentQuery) |
Modifier and Type | Method and Description |
---|---|
PlatformDeployment |
PlatformDeploymentBuilderImpl.deploy() |
PlatformDeployment |
PlatformRepositoryServiceImpl.deploy(PlatformDeploymentBuilderImpl deploymentBuilder) |
PlatformDeployment |
PlatformDeploymentBuilderImpl.getDeployment() |
Modifier and Type | Method and Description |
---|---|
List<PlatformDeployment> |
PlatformDeploymentQueryImpl.executeList(CommandContext commandContext) |
Modifier and Type | Field and Description |
---|---|
protected List<PlatformDeployment> |
PlatformTestHelper.classPlatformDeployments |
protected List<PlatformDeployment> |
PlatformTestHelper.methodPlatformDeployments |
Modifier and Type | Method and Description |
---|---|
protected PlatformDeployment |
PlatformTestHelper.deploy(String[] resources,
String deploymentName,
String tenantId) |
Modifier and Type | Method and Description |
---|---|
List<PlatformDeployment> |
PlatformTestHelper.getClassPlatformDeployments() |
List<PlatformDeployment> |
PlatformTestHelper.getMethodPlatformDeployments() |