Class TenantCommandChecker
java.lang.Object
org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
- All Implemented Interfaces:
CommandChecker
CommandChecker
to ensure that commands are only executed for
entities which belongs to one of the authenticated tenants.-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
checkActivateBatch
(BatchEntity batch) Check if it is allowed to activate a batchvoid
Checks if it is allowed to toggle telemetry collection.void
checkCreateBatch
(Permission permission) Check if it is allowed to create a batchvoid
checkCreateCaseInstance
(CaseDefinition caseDefinition) Checks if it is allowed to create an instance of the given case definition.void
Checks if it is allowed to create a deployment.void
checkCreateMigrationPlan
(ProcessDefinition sourceProcessDefinition, ProcessDefinition targetProcessDefinition) void
checkCreateProcessInstance
(ProcessDefinition processDefinition) Checks if it is allowed to create an instance of the given process definition.void
Check if it is allowed to create a taskvoid
checkCreateTask
(TaskEntity task) Check if it is allowed to create a taskvoid
checkDeleteBatch
(BatchEntity batch) Check if it is allowed to delete a batchvoid
checkDeleteDeployment
(String deploymentId) Checks if it is allowed to delete a deployment of the given deployment id.void
Check if it is allowed to delete a historic batchvoid
Checks if it is allowed to delete the given historic case instance.void
checkDeleteHistoricDecisionInstance
(String decisionDefinitionKey) Checks if it is allowed to delete the historic decision instance of the given decision definition key.void
checkDeleteHistoricDecisionInstance
(HistoricDecisionInstance decisionInstance) Checks if it is allowed to delete the given historic decision instance.void
Checks if it is allowed to delete the given historic process instance.void
Checks if it is allowed to delete the given historic task instance.void
Checks if it is allowed to delete the given historic variable instance.void
Checks if it is allowed to delete the historic variable instances of the given process instance.void
void
void
checkDeleteProcessDefinitionById
(String processDefinitionId) Checks if it is allowed to delete a process definition, which corresponds to the given id.void
checkDeleteProcessDefinitionByKey
(String processDefinitionKey) Checks if it is allowed to delete a process definition, which corresponds to the given key.void
checkDeleteProcessInstance
(ExecutionEntity execution) Check if it is allowed to delete a process instance of the given execution.void
void
checkDeleteTask
(TaskEntity task) Check if it is allowed to delete a taskvoid
void
Check if it is allowed to delete the user operation log of the given user operation log entry.void
checkEvaluateDecision
(DecisionDefinition decisionDefinition) Checks if it is allowed to evaluate the given decision.void
checkMigrateProcessInstance
(ExecutionEntity processInstance, ProcessDefinition targetProcessDefinition) void
checkReadCaseDefinition
(CaseDefinition caseDefinition) Checks if it is allowed to read the given case definition.void
checkReadCaseInstance
(CaseExecution caseExecution) Check if it is allowed to read a case instance of the given case execution.void
checkReadDecisionDefinition
(DecisionDefinitionEntity decisionDefinition) Checks if it is allowed to read the given decision definition.void
checkReadDecisionRequirementsDefinition
(DecisionRequirementsDefinitionEntity decisionRequirementsDefinition) Checks if it is allowed to read the given decision requirements definition.void
checkReadDeployment
(String deploymentId) Checks if it is allowed to read a deployment of the given deployment id.void
Check if it is allowed to read historic batchvoid
checkReadHistoricExternalTaskLog
(HistoricExternalTaskLogEntity historicExternalTaskLog) Checks if it is allowed to read the given historic external task log.void
checkReadHistoricJobLog
(HistoricJobLogEventEntity historicJobLog) Checks if it is allowed to read the given historic job log.void
Check if it is allowed to read the history for any process definition.void
void
checkReadHistoryProcessDefinition
(String processDefinitionId) Check if it is allowed to read the history of the given process definition.void
checkReadJob
(JobEntity job) Checks if it is allowed to read the given job.void
void
void
checkReadProcessDefinition
(ProcessDefinition processDefinition) Checks if it is allowed to read the given process definition.void
checkReadProcessInstance
(String processInstanceId) void
checkReadProcessInstance
(ExecutionEntity execution) Checks if it is allowed to read a process instance of the given execution.void
checkReadProcessInstanceVariable
(ExecutionEntity execution) Checks if it is allowed to read a process instance's variables of the given execution.void
void
void
void
void
void
void
checkReadTask
(TaskEntity task) Check if it is allowed to read a task.void
Check if it is allowed to read a task's variable.void
Checks if it is allowed to read the status (ON/OFF) of the telemetry collection.void
Checks if it is allowed to read collected telemetry data.void
void
void
void
void
checkSuspendBatch
(BatchEntity batch) Check if it is allowed to suspend a batchvoid
checkTaskAssign
(TaskEntity task) Check if it is allowed to assign a taskvoid
checkTaskWork
(TaskEntity task) Check if it is allowed to work on a taskvoid
void
void
checkUpdateCaseDefinition
(CaseDefinition caseDefinition) Checks if it is allowed to update the given case definition.void
checkUpdateCaseInstance
(CaseExecution caseExecution) Check if it is allowed to update a case instance of the given case execution.void
checkUpdateDecisionDefinitionById
(String decisionDefinitionId) Checks if it is allowed to update a decision definition with given id.void
checkUpdateJob
(JobEntity job) Checks if it is allowed to update the given job.void
checkUpdateProcessDefinitionById
(String processDefinitionId) Checks if it is allowed to update a process definition of the given process definition id.void
checkUpdateProcessDefinitionByKey
(String processDefinitionKey) Checks if it is allowed to update a process definition of the given process definition key.void
checkUpdateProcessDefinitionSuspensionStateById
(String processDefinitionId) Checks if it is allowed to update the suspension state of a process definition.void
checkUpdateProcessDefinitionSuspensionStateByKey
(String processDefinitionKey) Checks if it is allowed to update the suspension state of a process definition.void
checkUpdateProcessInstance
(ExecutionEntity execution) Checks if it is allowed to update a process instance of the given execution.void
checkUpdateProcessInstanceById
(String processInstanceId) Checks if it is allowed to update a process instance of the given process instance id.void
checkUpdateProcessInstanceByProcessDefinitionId
(String processDefinitionId) Checks if it is allowed to update a process instance of the given process definition id.void
checkUpdateProcessInstanceByProcessDefinitionKey
(String processDefinitionKey) Checks if it is allowed to update a process instance of the given process definition key.void
checkUpdateProcessInstanceSuspensionStateById
(String processInstanceId) Checks if it is allowed to update a process instance's suspension state.void
checkUpdateProcessInstanceSuspensionStateByProcessDefinitionId
(String processDefinitionId) Checks if it is allowed to update a process instance's suspension state of the given process definition.void
checkUpdateProcessInstanceSuspensionStateByProcessDefinitionKey
(String processDefinitionKey) Checks if it is allowed to update a process instance's suspension state of the given process definition.void
Checks if it is allowed to update a process instance's variables of the given execution.void
Checks if it is allowed to update a job retries.void
checkUpdateRetriesProcessInstanceByProcessDefinitionId
(String processDefinitionId) Checks if it is allowed to update a process instance's retries of the given process definition.void
Check if it is allowed to update a task's variablevoid
Check if it is allowed to update the user operation log of the given user operation log entry.protected DeploymentEntity
findDeploymentById
(String deploymentId) protected ExecutionEntity
findExecutionById
(String processInstanceId) protected DecisionDefinitionEntity
findLatestDecisionDefinitionById
(String decisionDefinitionId) protected ProcessDefinitionEntity
findLatestProcessDefinitionById
(String processDefinitionId) protected TenantManager
-
Field Details
-
LOG
-
-
Constructor Details
-
TenantCommandChecker
public TenantCommandChecker()
-
-
Method Details
-
checkEvaluateDecision
Description copied from interface:CommandChecker
Checks if it is allowed to evaluate the given decision.- Specified by:
checkEvaluateDecision
in interfaceCommandChecker
-
checkCreateProcessInstance
Description copied from interface:CommandChecker
Checks if it is allowed to create an instance of the given process definition.- Specified by:
checkCreateProcessInstance
in interfaceCommandChecker
-
checkReadProcessDefinition
Description copied from interface:CommandChecker
Checks if it is allowed to read the given process definition.- Specified by:
checkReadProcessDefinition
in interfaceCommandChecker
-
checkCreateCaseInstance
Description copied from interface:CommandChecker
Checks if it is allowed to create an instance of the given case definition.- Specified by:
checkCreateCaseInstance
in interfaceCommandChecker
-
checkUpdateProcessDefinitionById
Description copied from interface:CommandChecker
Checks if it is allowed to update a process definition of the given process definition id.- Specified by:
checkUpdateProcessDefinitionById
in interfaceCommandChecker
-
checkUpdateProcessDefinitionSuspensionStateById
Description copied from interface:CommandChecker
Checks if it is allowed to update the suspension state of a process definition.- Specified by:
checkUpdateProcessDefinitionSuspensionStateById
in interfaceCommandChecker
-
checkUpdateProcessDefinitionByKey
Description copied from interface:CommandChecker
Checks if it is allowed to update a process definition of the given process definition key.- Specified by:
checkUpdateProcessDefinitionByKey
in interfaceCommandChecker
-
checkUpdateProcessDefinitionSuspensionStateByKey
Description copied from interface:CommandChecker
Checks if it is allowed to update the suspension state of a process definition.- Specified by:
checkUpdateProcessDefinitionSuspensionStateByKey
in interfaceCommandChecker
-
checkDeleteProcessDefinitionById
Description copied from interface:CommandChecker
Checks if it is allowed to delete a process definition, which corresponds to the given id.- Specified by:
checkDeleteProcessDefinitionById
in interfaceCommandChecker
- Parameters:
processDefinitionId
- the id which corresponds to the process definition
-
checkDeleteProcessDefinitionByKey
Description copied from interface:CommandChecker
Checks if it is allowed to delete a process definition, which corresponds to the given key.- Specified by:
checkDeleteProcessDefinitionByKey
in interfaceCommandChecker
- Parameters:
processDefinitionKey
- the key which corresponds to the process definition
-
checkUpdateProcessInstanceByProcessDefinitionId
Description copied from interface:CommandChecker
Checks if it is allowed to update a process instance of the given process definition id.- Specified by:
checkUpdateProcessInstanceByProcessDefinitionId
in interfaceCommandChecker
-
checkUpdateRetriesProcessInstanceByProcessDefinitionId
Description copied from interface:CommandChecker
Checks if it is allowed to update a process instance's retries of the given process definition.- Specified by:
checkUpdateRetriesProcessInstanceByProcessDefinitionId
in interfaceCommandChecker
-
checkUpdateProcessInstanceSuspensionStateByProcessDefinitionId
public void checkUpdateProcessInstanceSuspensionStateByProcessDefinitionId(String processDefinitionId) Description copied from interface:CommandChecker
Checks if it is allowed to update a process instance's suspension state of the given process definition.- Specified by:
checkUpdateProcessInstanceSuspensionStateByProcessDefinitionId
in interfaceCommandChecker
-
checkUpdateProcessInstance
Description copied from interface:CommandChecker
Checks if it is allowed to update a process instance of the given execution.- Specified by:
checkUpdateProcessInstance
in interfaceCommandChecker
-
checkUpdateProcessInstanceVariables
Description copied from interface:CommandChecker
Checks if it is allowed to update a process instance's variables of the given execution.- Specified by:
checkUpdateProcessInstanceVariables
in interfaceCommandChecker
-
checkUpdateJob
Description copied from interface:CommandChecker
Checks if it is allowed to update the given job.- Specified by:
checkUpdateJob
in interfaceCommandChecker
-
checkUpdateRetriesJob
Description copied from interface:CommandChecker
Checks if it is allowed to update a job retries.- Specified by:
checkUpdateRetriesJob
in interfaceCommandChecker
-
checkUpdateProcessInstanceByProcessDefinitionKey
Description copied from interface:CommandChecker
Checks if it is allowed to update a process instance of the given process definition key.- Specified by:
checkUpdateProcessInstanceByProcessDefinitionKey
in interfaceCommandChecker
-
checkUpdateProcessInstanceSuspensionStateByProcessDefinitionKey
public void checkUpdateProcessInstanceSuspensionStateByProcessDefinitionKey(String processDefinitionKey) Description copied from interface:CommandChecker
Checks if it is allowed to update a process instance's suspension state of the given process definition.- Specified by:
checkUpdateProcessInstanceSuspensionStateByProcessDefinitionKey
in interfaceCommandChecker
-
checkUpdateProcessInstanceById
Description copied from interface:CommandChecker
Checks if it is allowed to update a process instance of the given process instance id.- Specified by:
checkUpdateProcessInstanceById
in interfaceCommandChecker
-
checkUpdateProcessInstanceSuspensionStateById
Description copied from interface:CommandChecker
Checks if it is allowed to update a process instance's suspension state.- Specified by:
checkUpdateProcessInstanceSuspensionStateById
in interfaceCommandChecker
-
checkCreateMigrationPlan
public void checkCreateMigrationPlan(ProcessDefinition sourceProcessDefinition, ProcessDefinition targetProcessDefinition) - Specified by:
checkCreateMigrationPlan
in interfaceCommandChecker
-
checkReadProcessInstance
- Specified by:
checkReadProcessInstance
in interfaceCommandChecker
-
checkReadJob
Description copied from interface:CommandChecker
Checks if it is allowed to read the given job.- Specified by:
checkReadJob
in interfaceCommandChecker
-
checkReadProcessInstance
Description copied from interface:CommandChecker
Checks if it is allowed to read a process instance of the given execution.- Specified by:
checkReadProcessInstance
in interfaceCommandChecker
-
checkReadProcessInstanceVariable
Description copied from interface:CommandChecker
Checks if it is allowed to read a process instance's variables of the given execution.- Specified by:
checkReadProcessInstanceVariable
in interfaceCommandChecker
-
checkDeleteProcessInstance
Description copied from interface:CommandChecker
Check if it is allowed to delete a process instance of the given execution.- Specified by:
checkDeleteProcessInstance
in interfaceCommandChecker
-
checkMigrateProcessInstance
public void checkMigrateProcessInstance(ExecutionEntity processInstance, ProcessDefinition targetProcessDefinition) - Specified by:
checkMigrateProcessInstance
in interfaceCommandChecker
-
checkReadTask
Description copied from interface:CommandChecker
Check if it is allowed to read a task.- Specified by:
checkReadTask
in interfaceCommandChecker
-
checkReadTaskVariable
Description copied from interface:CommandChecker
Check if it is allowed to read a task's variable.- Specified by:
checkReadTaskVariable
in interfaceCommandChecker
-
checkUpdateTaskVariable
Description copied from interface:CommandChecker
Check if it is allowed to update a task's variable- Specified by:
checkUpdateTaskVariable
in interfaceCommandChecker
-
checkCreateBatch
Description copied from interface:CommandChecker
Check if it is allowed to create a batch- Specified by:
checkCreateBatch
in interfaceCommandChecker
-
checkDeleteBatch
Description copied from interface:CommandChecker
Check if it is allowed to delete a batch- Specified by:
checkDeleteBatch
in interfaceCommandChecker
-
checkDeleteHistoricBatch
Description copied from interface:CommandChecker
Check if it is allowed to delete a historic batch- Specified by:
checkDeleteHistoricBatch
in interfaceCommandChecker
-
checkSuspendBatch
Description copied from interface:CommandChecker
Check if it is allowed to suspend a batch- Specified by:
checkSuspendBatch
in interfaceCommandChecker
-
checkActivateBatch
Description copied from interface:CommandChecker
Check if it is allowed to activate a batch- Specified by:
checkActivateBatch
in interfaceCommandChecker
-
checkReadHistoricBatch
public void checkReadHistoricBatch()Description copied from interface:CommandChecker
Check if it is allowed to read historic batch- Specified by:
checkReadHistoricBatch
in interfaceCommandChecker
-
checkCreateDeployment
public void checkCreateDeployment()Description copied from interface:CommandChecker
Checks if it is allowed to create a deployment.- Specified by:
checkCreateDeployment
in interfaceCommandChecker
-
checkReadDeployment
Description copied from interface:CommandChecker
Checks if it is allowed to read a deployment of the given deployment id.- Specified by:
checkReadDeployment
in interfaceCommandChecker
-
checkDeleteDeployment
Description copied from interface:CommandChecker
Checks if it is allowed to delete a deployment of the given deployment id.- Specified by:
checkDeleteDeployment
in interfaceCommandChecker
-
checkDeleteTask
Description copied from interface:CommandChecker
Check if it is allowed to delete a task- Specified by:
checkDeleteTask
in interfaceCommandChecker
-
checkTaskAssign
Description copied from interface:CommandChecker
Check if it is allowed to assign a task- Specified by:
checkTaskAssign
in interfaceCommandChecker
-
checkCreateTask
Description copied from interface:CommandChecker
Check if it is allowed to create a task- Specified by:
checkCreateTask
in interfaceCommandChecker
-
checkCreateTask
public void checkCreateTask()Description copied from interface:CommandChecker
Check if it is allowed to create a task- Specified by:
checkCreateTask
in interfaceCommandChecker
-
checkTaskWork
Description copied from interface:CommandChecker
Check if it is allowed to work on a task- Specified by:
checkTaskWork
in interfaceCommandChecker
-
checkReadDecisionDefinition
Description copied from interface:CommandChecker
Checks if it is allowed to read the given decision definition.- Specified by:
checkReadDecisionDefinition
in interfaceCommandChecker
-
checkUpdateDecisionDefinitionById
Description copied from interface:CommandChecker
Checks if it is allowed to update a decision definition with given id.- Specified by:
checkUpdateDecisionDefinitionById
in interfaceCommandChecker
-
checkReadDecisionRequirementsDefinition
public void checkReadDecisionRequirementsDefinition(DecisionRequirementsDefinitionEntity decisionRequirementsDefinition) Description copied from interface:CommandChecker
Checks if it is allowed to read the given decision requirements definition.- Specified by:
checkReadDecisionRequirementsDefinition
in interfaceCommandChecker
-
checkReadCaseDefinition
Description copied from interface:CommandChecker
Checks if it is allowed to read the given case definition.- Specified by:
checkReadCaseDefinition
in interfaceCommandChecker
-
checkUpdateCaseDefinition
Description copied from interface:CommandChecker
Checks if it is allowed to update the given case definition.- Specified by:
checkUpdateCaseDefinition
in interfaceCommandChecker
-
checkDeleteHistoricTaskInstance
Description copied from interface:CommandChecker
Checks if it is allowed to delete the given historic task instance.- Specified by:
checkDeleteHistoricTaskInstance
in interfaceCommandChecker
-
checkDeleteHistoricProcessInstance
Description copied from interface:CommandChecker
Checks if it is allowed to delete the given historic process instance.- Specified by:
checkDeleteHistoricProcessInstance
in interfaceCommandChecker
-
checkDeleteHistoricCaseInstance
Description copied from interface:CommandChecker
Checks if it is allowed to delete the given historic case instance.- Specified by:
checkDeleteHistoricCaseInstance
in interfaceCommandChecker
-
checkDeleteHistoricDecisionInstance
Description copied from interface:CommandChecker
Checks if it is allowed to delete the historic decision instance of the given decision definition key.- Specified by:
checkDeleteHistoricDecisionInstance
in interfaceCommandChecker
-
checkDeleteHistoricDecisionInstance
Description copied from interface:CommandChecker
Checks if it is allowed to delete the given historic decision instance.- Specified by:
checkDeleteHistoricDecisionInstance
in interfaceCommandChecker
-
checkDeleteHistoricVariableInstance
Description copied from interface:CommandChecker
Checks if it is allowed to delete the given historic variable instance.- Specified by:
checkDeleteHistoricVariableInstance
in interfaceCommandChecker
-
checkDeleteHistoricVariableInstancesByProcessInstance
public void checkDeleteHistoricVariableInstancesByProcessInstance(HistoricProcessInstanceEntity instance) Description copied from interface:CommandChecker
Checks if it is allowed to delete the historic variable instances of the given process instance.- Specified by:
checkDeleteHistoricVariableInstancesByProcessInstance
in interfaceCommandChecker
-
checkReadHistoricJobLog
Description copied from interface:CommandChecker
Checks if it is allowed to read the given historic job log.- Specified by:
checkReadHistoricJobLog
in interfaceCommandChecker
-
checkReadHistoryAnyProcessDefinition
public void checkReadHistoryAnyProcessDefinition()Description copied from interface:CommandChecker
Check if it is allowed to read the history for any process definition.- Specified by:
checkReadHistoryAnyProcessDefinition
in interfaceCommandChecker
-
checkReadHistoryProcessDefinition
Description copied from interface:CommandChecker
Check if it is allowed to read the history of the given process definition.- Specified by:
checkReadHistoryProcessDefinition
in interfaceCommandChecker
-
checkUpdateCaseInstance
Description copied from interface:CommandChecker
Check if it is allowed to update a case instance of the given case execution.- Specified by:
checkUpdateCaseInstance
in interfaceCommandChecker
-
checkReadCaseInstance
Description copied from interface:CommandChecker
Check if it is allowed to read a case instance of the given case execution.- Specified by:
checkReadCaseInstance
in interfaceCommandChecker
-
checkDeleteUserOperationLog
Description copied from interface:CommandChecker
Check if it is allowed to delete the user operation log of the given user operation log entry.- Specified by:
checkDeleteUserOperationLog
in interfaceCommandChecker
-
checkUpdateUserOperationLog
Description copied from interface:CommandChecker
Check if it is allowed to update the user operation log of the given user operation log entry.- Specified by:
checkUpdateUserOperationLog
in interfaceCommandChecker
-
checkReadHistoricExternalTaskLog
Description copied from interface:CommandChecker
Checks if it is allowed to read the given historic external task log.- Specified by:
checkReadHistoricExternalTaskLog
in interfaceCommandChecker
-
checkReadTelemetryData
public void checkReadTelemetryData()Description copied from interface:CommandChecker
Checks if it is allowed to read collected telemetry data.- Specified by:
checkReadTelemetryData
in interfaceCommandChecker
-
checkConfigureTelemetry
public void checkConfigureTelemetry()Description copied from interface:CommandChecker
Checks if it is allowed to toggle telemetry collection.- Specified by:
checkConfigureTelemetry
in interfaceCommandChecker
-
checkReadTelemetryCollectionStatusData
public void checkReadTelemetryCollectionStatusData()Description copied from interface:CommandChecker
Checks if it is allowed to read the status (ON/OFF) of the telemetry collection.- Specified by:
checkReadTelemetryCollectionStatusData
in interfaceCommandChecker
-
checkReadHistoryLevel
public void checkReadHistoryLevel()- Specified by:
checkReadHistoryLevel
in interfaceCommandChecker
-
checkReadTableCount
public void checkReadTableCount()- Specified by:
checkReadTableCount
in interfaceCommandChecker
-
checkReadTableName
public void checkReadTableName()- Specified by:
checkReadTableName
in interfaceCommandChecker
-
checkReadTableMetaData
public void checkReadTableMetaData()- Specified by:
checkReadTableMetaData
in interfaceCommandChecker
-
checkReadProperties
public void checkReadProperties()- Specified by:
checkReadProperties
in interfaceCommandChecker
-
checkSetProperty
public void checkSetProperty()- Specified by:
checkSetProperty
in interfaceCommandChecker
-
checkDeleteProperty
public void checkDeleteProperty()- Specified by:
checkDeleteProperty
in interfaceCommandChecker
-
checkDeleteLicenseKey
public void checkDeleteLicenseKey()- Specified by:
checkDeleteLicenseKey
in interfaceCommandChecker
-
checkSetLicenseKey
public void checkSetLicenseKey()- Specified by:
checkSetLicenseKey
in interfaceCommandChecker
-
checkReadLicenseKey
public void checkReadLicenseKey()- Specified by:
checkReadLicenseKey
in interfaceCommandChecker
-
checkRegisterProcessApplication
public void checkRegisterProcessApplication()- Specified by:
checkRegisterProcessApplication
in interfaceCommandChecker
-
checkUnregisterProcessApplication
public void checkUnregisterProcessApplication()- Specified by:
checkUnregisterProcessApplication
in interfaceCommandChecker
-
checkReadRegisteredDeployments
public void checkReadRegisteredDeployments()- Specified by:
checkReadRegisteredDeployments
in interfaceCommandChecker
-
checkReadProcessApplicationForDeployment
public void checkReadProcessApplicationForDeployment()- Specified by:
checkReadProcessApplicationForDeployment
in interfaceCommandChecker
-
checkRegisterDeployment
public void checkRegisterDeployment()- Specified by:
checkRegisterDeployment
in interfaceCommandChecker
-
checkUnregisterDeployment
public void checkUnregisterDeployment()- Specified by:
checkUnregisterDeployment
in interfaceCommandChecker
-
checkDeleteMetrics
public void checkDeleteMetrics()- Specified by:
checkDeleteMetrics
in interfaceCommandChecker
-
checkDeleteTaskMetrics
public void checkDeleteTaskMetrics()- Specified by:
checkDeleteTaskMetrics
in interfaceCommandChecker
-
checkReadSchemaLog
public void checkReadSchemaLog()- Specified by:
checkReadSchemaLog
in interfaceCommandChecker
-
getTenantManager
-
findLatestProcessDefinitionById
-
findLatestDecisionDefinitionById
-
findExecutionById
-
findDeploymentById
-