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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidcheckActivateBatch(BatchEntity batch) Check if it is allowed to activate a batchvoidChecks if it is allowed to toggle telemetry collection.voidcheckCreateBatch(Permission permission) Check if it is allowed to create a batchvoidcheckCreateCaseInstance(CaseDefinition caseDefinition) Checks if it is allowed to create an instance of the given case definition.voidChecks if it is allowed to create a deployment.voidcheckCreateMigrationPlan(ProcessDefinition sourceProcessDefinition, ProcessDefinition targetProcessDefinition) voidcheckCreateProcessInstance(ProcessDefinition processDefinition) Checks if it is allowed to create an instance of the given process definition.voidCheck if it is allowed to create a taskvoidcheckCreateTask(TaskEntity task) Check if it is allowed to create a taskvoidcheckDeleteBatch(BatchEntity batch) Check if it is allowed to delete a batchvoidcheckDeleteDeployment(String deploymentId) Checks if it is allowed to delete a deployment of the given deployment id.voidCheck if it is allowed to delete a historic batchvoidChecks if it is allowed to delete the given historic case instance.voidcheckDeleteHistoricDecisionInstance(String decisionDefinitionKey) Checks if it is allowed to delete the historic decision instance of the given decision definition key.voidcheckDeleteHistoricDecisionInstance(HistoricDecisionInstance decisionInstance) Checks if it is allowed to delete the given historic decision instance.voidChecks if it is allowed to delete the given historic process instance.voidChecks if it is allowed to delete the given historic task instance.voidChecks if it is allowed to delete the given historic variable instance.voidChecks if it is allowed to delete the historic variable instances of the given process instance.voidvoidvoidcheckDeleteProcessDefinitionById(String processDefinitionId) Checks if it is allowed to delete a process definition, which corresponds to the given id.voidcheckDeleteProcessDefinitionByKey(String processDefinitionKey) Checks if it is allowed to delete a process definition, which corresponds to the given key.voidcheckDeleteProcessInstance(ExecutionEntity execution) Check if it is allowed to delete a process instance of the given execution.voidvoidcheckDeleteTask(TaskEntity task) Check if it is allowed to delete a taskvoidvoidCheck if it is allowed to delete the user operation log of the given user operation log entry.voidcheckEvaluateDecision(DecisionDefinition decisionDefinition) Checks if it is allowed to evaluate the given decision.voidcheckMigrateProcessInstance(ExecutionEntity processInstance, ProcessDefinition targetProcessDefinition) voidcheckReadCaseDefinition(CaseDefinition caseDefinition) Checks if it is allowed to read the given case definition.voidcheckReadCaseInstance(CaseExecution caseExecution) Check if it is allowed to read a case instance of the given case execution.voidcheckReadDecisionDefinition(DecisionDefinitionEntity decisionDefinition) Checks if it is allowed to read the given decision definition.voidcheckReadDecisionRequirementsDefinition(DecisionRequirementsDefinitionEntity decisionRequirementsDefinition) Checks if it is allowed to read the given decision requirements definition.voidcheckReadDeployment(String deploymentId) Checks if it is allowed to read a deployment of the given deployment id.voidCheck if it is allowed to read historic batchvoidcheckReadHistoricExternalTaskLog(HistoricExternalTaskLogEntity historicExternalTaskLog) Checks if it is allowed to read the given historic external task log.voidcheckReadHistoricJobLog(HistoricJobLogEventEntity historicJobLog) Checks if it is allowed to read the given historic job log.voidCheck if it is allowed to read the history for any process definition.voidvoidcheckReadHistoryProcessDefinition(String processDefinitionId) Check if it is allowed to read the history of the given process definition.voidcheckReadJob(JobEntity job) Checks if it is allowed to read the given job.voidvoidvoidcheckReadProcessDefinition(ProcessDefinition processDefinition) Checks if it is allowed to read the given process definition.voidcheckReadProcessInstance(String processInstanceId) voidcheckReadProcessInstance(ExecutionEntity execution) Checks if it is allowed to read a process instance of the given execution.voidcheckReadProcessInstanceVariable(ExecutionEntity execution) Checks if it is allowed to read a process instance's variables of the given execution.voidvoidvoidvoidvoidvoidvoidcheckReadTask(TaskEntity task) Check if it is allowed to read a task.voidCheck if it is allowed to read a task's variable.voidChecks if it is allowed to read the status (ON/OFF) of the telemetry collection.voidChecks if it is allowed to read collected telemetry data.voidvoidvoidvoidvoidcheckSuspendBatch(BatchEntity batch) Check if it is allowed to suspend a batchvoidcheckTaskAssign(TaskEntity task) Check if it is allowed to assign a taskvoidcheckTaskWork(TaskEntity task) Check if it is allowed to work on a taskvoidvoidvoidcheckUpdateCaseDefinition(CaseDefinition caseDefinition) Checks if it is allowed to update the given case definition.voidcheckUpdateCaseInstance(CaseExecution caseExecution) Check if it is allowed to update a case instance of the given case execution.voidcheckUpdateDecisionDefinitionById(String decisionDefinitionId) Checks if it is allowed to update a decision definition with given id.voidcheckUpdateJob(JobEntity job) Checks if it is allowed to update the given job.voidcheckUpdateProcessDefinitionById(String processDefinitionId) Checks if it is allowed to update a process definition of the given process definition id.voidcheckUpdateProcessDefinitionByKey(String processDefinitionKey) Checks if it is allowed to update a process definition of the given process definition key.voidcheckUpdateProcessDefinitionSuspensionStateById(String processDefinitionId) Checks if it is allowed to update the suspension state of a process definition.voidcheckUpdateProcessDefinitionSuspensionStateByKey(String processDefinitionKey) Checks if it is allowed to update the suspension state of a process definition.voidcheckUpdateProcessInstance(ExecutionEntity execution) Checks if it is allowed to update a process instance of the given execution.voidcheckUpdateProcessInstanceById(String processInstanceId) Checks if it is allowed to update a process instance of the given process instance id.voidcheckUpdateProcessInstanceByProcessDefinitionId(String processDefinitionId) Checks if it is allowed to update a process instance of the given process definition id.voidcheckUpdateProcessInstanceByProcessDefinitionKey(String processDefinitionKey) Checks if it is allowed to update a process instance of the given process definition key.voidcheckUpdateProcessInstanceSuspensionStateById(String processInstanceId) Checks if it is allowed to update a process instance's suspension state.voidcheckUpdateProcessInstanceSuspensionStateByProcessDefinitionId(String processDefinitionId) Checks if it is allowed to update a process instance's suspension state of the given process definition.voidcheckUpdateProcessInstanceSuspensionStateByProcessDefinitionKey(String processDefinitionKey) Checks if it is allowed to update a process instance's suspension state of the given process definition.voidChecks if it is allowed to update a process instance's variables of the given execution.voidChecks if it is allowed to update a job retries.voidcheckUpdateRetriesProcessInstanceByProcessDefinitionId(String processDefinitionId) Checks if it is allowed to update a process instance's retries of the given process definition.voidCheck if it is allowed to update a task's variablevoidCheck if it is allowed to update the user operation log of the given user operation log entry.protected DeploymentEntityfindDeploymentById(String deploymentId) protected ExecutionEntityfindExecutionById(String processInstanceId) protected DecisionDefinitionEntityfindLatestDecisionDefinitionById(String decisionDefinitionId) protected ProcessDefinitionEntityfindLatestProcessDefinitionById(String processDefinitionId) protected TenantManager
- 
Field Details- 
LOG
 
- 
- 
Constructor Details- 
TenantCommandCheckerpublic TenantCommandChecker()
 
- 
- 
Method Details- 
checkEvaluateDecisionDescription copied from interface:CommandCheckerChecks if it is allowed to evaluate the given decision.- Specified by:
- checkEvaluateDecisionin interface- CommandChecker
 
- 
checkCreateProcessInstanceDescription copied from interface:CommandCheckerChecks if it is allowed to create an instance of the given process definition.- Specified by:
- checkCreateProcessInstancein interface- CommandChecker
 
- 
checkReadProcessDefinitionDescription copied from interface:CommandCheckerChecks if it is allowed to read the given process definition.- Specified by:
- checkReadProcessDefinitionin interface- CommandChecker
 
- 
checkCreateCaseInstanceDescription copied from interface:CommandCheckerChecks if it is allowed to create an instance of the given case definition.- Specified by:
- checkCreateCaseInstancein interface- CommandChecker
 
- 
checkUpdateProcessDefinitionByIdDescription copied from interface:CommandCheckerChecks if it is allowed to update a process definition of the given process definition id.- Specified by:
- checkUpdateProcessDefinitionByIdin interface- CommandChecker
 
- 
checkUpdateProcessDefinitionSuspensionStateByIdDescription copied from interface:CommandCheckerChecks if it is allowed to update the suspension state of a process definition.- Specified by:
- checkUpdateProcessDefinitionSuspensionStateByIdin interface- CommandChecker
 
- 
checkUpdateProcessDefinitionByKeyDescription copied from interface:CommandCheckerChecks if it is allowed to update a process definition of the given process definition key.- Specified by:
- checkUpdateProcessDefinitionByKeyin interface- CommandChecker
 
- 
checkUpdateProcessDefinitionSuspensionStateByKeyDescription copied from interface:CommandCheckerChecks if it is allowed to update the suspension state of a process definition.- Specified by:
- checkUpdateProcessDefinitionSuspensionStateByKeyin interface- CommandChecker
 
- 
checkDeleteProcessDefinitionByIdDescription copied from interface:CommandCheckerChecks if it is allowed to delete a process definition, which corresponds to the given id.- Specified by:
- checkDeleteProcessDefinitionByIdin interface- CommandChecker
- Parameters:
- processDefinitionId- the id which corresponds to the process definition
 
- 
checkDeleteProcessDefinitionByKeyDescription copied from interface:CommandCheckerChecks if it is allowed to delete a process definition, which corresponds to the given key.- Specified by:
- checkDeleteProcessDefinitionByKeyin interface- CommandChecker
- Parameters:
- processDefinitionKey- the key which corresponds to the process definition
 
- 
checkUpdateProcessInstanceByProcessDefinitionIdDescription copied from interface:CommandCheckerChecks if it is allowed to update a process instance of the given process definition id.- Specified by:
- checkUpdateProcessInstanceByProcessDefinitionIdin interface- CommandChecker
 
- 
checkUpdateRetriesProcessInstanceByProcessDefinitionIdDescription copied from interface:CommandCheckerChecks if it is allowed to update a process instance's retries of the given process definition.- Specified by:
- checkUpdateRetriesProcessInstanceByProcessDefinitionIdin interface- CommandChecker
 
- 
checkUpdateProcessInstanceSuspensionStateByProcessDefinitionIdpublic void checkUpdateProcessInstanceSuspensionStateByProcessDefinitionId(String processDefinitionId) Description copied from interface:CommandCheckerChecks if it is allowed to update a process instance's suspension state of the given process definition.- Specified by:
- checkUpdateProcessInstanceSuspensionStateByProcessDefinitionIdin interface- CommandChecker
 
- 
checkUpdateProcessInstanceDescription copied from interface:CommandCheckerChecks if it is allowed to update a process instance of the given execution.- Specified by:
- checkUpdateProcessInstancein interface- CommandChecker
 
- 
checkUpdateProcessInstanceVariablesDescription copied from interface:CommandCheckerChecks if it is allowed to update a process instance's variables of the given execution.- Specified by:
- checkUpdateProcessInstanceVariablesin interface- CommandChecker
 
- 
checkUpdateJobDescription copied from interface:CommandCheckerChecks if it is allowed to update the given job.- Specified by:
- checkUpdateJobin interface- CommandChecker
 
- 
checkUpdateRetriesJobDescription copied from interface:CommandCheckerChecks if it is allowed to update a job retries.- Specified by:
- checkUpdateRetriesJobin interface- CommandChecker
 
- 
checkUpdateProcessInstanceByProcessDefinitionKeyDescription copied from interface:CommandCheckerChecks if it is allowed to update a process instance of the given process definition key.- Specified by:
- checkUpdateProcessInstanceByProcessDefinitionKeyin interface- CommandChecker
 
- 
checkUpdateProcessInstanceSuspensionStateByProcessDefinitionKeypublic void checkUpdateProcessInstanceSuspensionStateByProcessDefinitionKey(String processDefinitionKey) Description copied from interface:CommandCheckerChecks if it is allowed to update a process instance's suspension state of the given process definition.- Specified by:
- checkUpdateProcessInstanceSuspensionStateByProcessDefinitionKeyin interface- CommandChecker
 
- 
checkUpdateProcessInstanceByIdDescription copied from interface:CommandCheckerChecks if it is allowed to update a process instance of the given process instance id.- Specified by:
- checkUpdateProcessInstanceByIdin interface- CommandChecker
 
- 
checkUpdateProcessInstanceSuspensionStateByIdDescription copied from interface:CommandCheckerChecks if it is allowed to update a process instance's suspension state.- Specified by:
- checkUpdateProcessInstanceSuspensionStateByIdin interface- CommandChecker
 
- 
checkCreateMigrationPlanpublic void checkCreateMigrationPlan(ProcessDefinition sourceProcessDefinition, ProcessDefinition targetProcessDefinition) - Specified by:
- checkCreateMigrationPlanin interface- CommandChecker
 
- 
checkReadProcessInstance- Specified by:
- checkReadProcessInstancein interface- CommandChecker
 
- 
checkReadJobDescription copied from interface:CommandCheckerChecks if it is allowed to read the given job.- Specified by:
- checkReadJobin interface- CommandChecker
 
- 
checkReadProcessInstanceDescription copied from interface:CommandCheckerChecks if it is allowed to read a process instance of the given execution.- Specified by:
- checkReadProcessInstancein interface- CommandChecker
 
- 
checkReadProcessInstanceVariableDescription copied from interface:CommandCheckerChecks if it is allowed to read a process instance's variables of the given execution.- Specified by:
- checkReadProcessInstanceVariablein interface- CommandChecker
 
- 
checkDeleteProcessInstanceDescription copied from interface:CommandCheckerCheck if it is allowed to delete a process instance of the given execution.- Specified by:
- checkDeleteProcessInstancein interface- CommandChecker
 
- 
checkMigrateProcessInstancepublic void checkMigrateProcessInstance(ExecutionEntity processInstance, ProcessDefinition targetProcessDefinition) - Specified by:
- checkMigrateProcessInstancein interface- CommandChecker
 
- 
checkReadTaskDescription copied from interface:CommandCheckerCheck if it is allowed to read a task.- Specified by:
- checkReadTaskin interface- CommandChecker
 
- 
checkReadTaskVariableDescription copied from interface:CommandCheckerCheck if it is allowed to read a task's variable.- Specified by:
- checkReadTaskVariablein interface- CommandChecker
 
- 
checkUpdateTaskVariableDescription copied from interface:CommandCheckerCheck if it is allowed to update a task's variable- Specified by:
- checkUpdateTaskVariablein interface- CommandChecker
 
- 
checkCreateBatchDescription copied from interface:CommandCheckerCheck if it is allowed to create a batch- Specified by:
- checkCreateBatchin interface- CommandChecker
 
- 
checkDeleteBatchDescription copied from interface:CommandCheckerCheck if it is allowed to delete a batch- Specified by:
- checkDeleteBatchin interface- CommandChecker
 
- 
checkDeleteHistoricBatchDescription copied from interface:CommandCheckerCheck if it is allowed to delete a historic batch- Specified by:
- checkDeleteHistoricBatchin interface- CommandChecker
 
- 
checkSuspendBatchDescription copied from interface:CommandCheckerCheck if it is allowed to suspend a batch- Specified by:
- checkSuspendBatchin interface- CommandChecker
 
- 
checkActivateBatchDescription copied from interface:CommandCheckerCheck if it is allowed to activate a batch- Specified by:
- checkActivateBatchin interface- CommandChecker
 
- 
checkReadHistoricBatchpublic void checkReadHistoricBatch()Description copied from interface:CommandCheckerCheck if it is allowed to read historic batch- Specified by:
- checkReadHistoricBatchin interface- CommandChecker
 
- 
checkCreateDeploymentpublic void checkCreateDeployment()Description copied from interface:CommandCheckerChecks if it is allowed to create a deployment.- Specified by:
- checkCreateDeploymentin interface- CommandChecker
 
- 
checkReadDeploymentDescription copied from interface:CommandCheckerChecks if it is allowed to read a deployment of the given deployment id.- Specified by:
- checkReadDeploymentin interface- CommandChecker
 
- 
checkDeleteDeploymentDescription copied from interface:CommandCheckerChecks if it is allowed to delete a deployment of the given deployment id.- Specified by:
- checkDeleteDeploymentin interface- CommandChecker
 
- 
checkDeleteTaskDescription copied from interface:CommandCheckerCheck if it is allowed to delete a task- Specified by:
- checkDeleteTaskin interface- CommandChecker
 
- 
checkTaskAssignDescription copied from interface:CommandCheckerCheck if it is allowed to assign a task- Specified by:
- checkTaskAssignin interface- CommandChecker
 
- 
checkCreateTaskDescription copied from interface:CommandCheckerCheck if it is allowed to create a task- Specified by:
- checkCreateTaskin interface- CommandChecker
 
- 
checkCreateTaskpublic void checkCreateTask()Description copied from interface:CommandCheckerCheck if it is allowed to create a task- Specified by:
- checkCreateTaskin interface- CommandChecker
 
- 
checkTaskWorkDescription copied from interface:CommandCheckerCheck if it is allowed to work on a task- Specified by:
- checkTaskWorkin interface- CommandChecker
 
- 
checkReadDecisionDefinitionDescription copied from interface:CommandCheckerChecks if it is allowed to read the given decision definition.- Specified by:
- checkReadDecisionDefinitionin interface- CommandChecker
 
- 
checkUpdateDecisionDefinitionByIdDescription copied from interface:CommandCheckerChecks if it is allowed to update a decision definition with given id.- Specified by:
- checkUpdateDecisionDefinitionByIdin interface- CommandChecker
 
- 
checkReadDecisionRequirementsDefinitionpublic void checkReadDecisionRequirementsDefinition(DecisionRequirementsDefinitionEntity decisionRequirementsDefinition) Description copied from interface:CommandCheckerChecks if it is allowed to read the given decision requirements definition.- Specified by:
- checkReadDecisionRequirementsDefinitionin interface- CommandChecker
 
- 
checkReadCaseDefinitionDescription copied from interface:CommandCheckerChecks if it is allowed to read the given case definition.- Specified by:
- checkReadCaseDefinitionin interface- CommandChecker
 
- 
checkUpdateCaseDefinitionDescription copied from interface:CommandCheckerChecks if it is allowed to update the given case definition.- Specified by:
- checkUpdateCaseDefinitionin interface- CommandChecker
 
- 
checkDeleteHistoricTaskInstanceDescription copied from interface:CommandCheckerChecks if it is allowed to delete the given historic task instance.- Specified by:
- checkDeleteHistoricTaskInstancein interface- CommandChecker
 
- 
checkDeleteHistoricProcessInstanceDescription copied from interface:CommandCheckerChecks if it is allowed to delete the given historic process instance.- Specified by:
- checkDeleteHistoricProcessInstancein interface- CommandChecker
 
- 
checkDeleteHistoricCaseInstanceDescription copied from interface:CommandCheckerChecks if it is allowed to delete the given historic case instance.- Specified by:
- checkDeleteHistoricCaseInstancein interface- CommandChecker
 
- 
checkDeleteHistoricDecisionInstanceDescription copied from interface:CommandCheckerChecks if it is allowed to delete the historic decision instance of the given decision definition key.- Specified by:
- checkDeleteHistoricDecisionInstancein interface- CommandChecker
 
- 
checkDeleteHistoricDecisionInstanceDescription copied from interface:CommandCheckerChecks if it is allowed to delete the given historic decision instance.- Specified by:
- checkDeleteHistoricDecisionInstancein interface- CommandChecker
 
- 
checkDeleteHistoricVariableInstanceDescription copied from interface:CommandCheckerChecks if it is allowed to delete the given historic variable instance.- Specified by:
- checkDeleteHistoricVariableInstancein interface- CommandChecker
 
- 
checkDeleteHistoricVariableInstancesByProcessInstancepublic void checkDeleteHistoricVariableInstancesByProcessInstance(HistoricProcessInstanceEntity instance) Description copied from interface:CommandCheckerChecks if it is allowed to delete the historic variable instances of the given process instance.- Specified by:
- checkDeleteHistoricVariableInstancesByProcessInstancein interface- CommandChecker
 
- 
checkReadHistoricJobLogDescription copied from interface:CommandCheckerChecks if it is allowed to read the given historic job log.- Specified by:
- checkReadHistoricJobLogin interface- CommandChecker
 
- 
checkReadHistoryAnyProcessDefinitionpublic void checkReadHistoryAnyProcessDefinition()Description copied from interface:CommandCheckerCheck if it is allowed to read the history for any process definition.- Specified by:
- checkReadHistoryAnyProcessDefinitionin interface- CommandChecker
 
- 
checkReadHistoryProcessDefinitionDescription copied from interface:CommandCheckerCheck if it is allowed to read the history of the given process definition.- Specified by:
- checkReadHistoryProcessDefinitionin interface- CommandChecker
 
- 
checkUpdateCaseInstanceDescription copied from interface:CommandCheckerCheck if it is allowed to update a case instance of the given case execution.- Specified by:
- checkUpdateCaseInstancein interface- CommandChecker
 
- 
checkReadCaseInstanceDescription copied from interface:CommandCheckerCheck if it is allowed to read a case instance of the given case execution.- Specified by:
- checkReadCaseInstancein interface- CommandChecker
 
- 
checkDeleteUserOperationLogDescription copied from interface:CommandCheckerCheck if it is allowed to delete the user operation log of the given user operation log entry.- Specified by:
- checkDeleteUserOperationLogin interface- CommandChecker
 
- 
checkUpdateUserOperationLogDescription copied from interface:CommandCheckerCheck if it is allowed to update the user operation log of the given user operation log entry.- Specified by:
- checkUpdateUserOperationLogin interface- CommandChecker
 
- 
checkReadHistoricExternalTaskLogDescription copied from interface:CommandCheckerChecks if it is allowed to read the given historic external task log.- Specified by:
- checkReadHistoricExternalTaskLogin interface- CommandChecker
 
- 
checkReadTelemetryDatapublic void checkReadTelemetryData()Description copied from interface:CommandCheckerChecks if it is allowed to read collected telemetry data.- Specified by:
- checkReadTelemetryDatain interface- CommandChecker
 
- 
checkConfigureTelemetrypublic void checkConfigureTelemetry()Description copied from interface:CommandCheckerChecks if it is allowed to toggle telemetry collection.- Specified by:
- checkConfigureTelemetryin interface- CommandChecker
 
- 
checkReadTelemetryCollectionStatusDatapublic void checkReadTelemetryCollectionStatusData()Description copied from interface:CommandCheckerChecks if it is allowed to read the status (ON/OFF) of the telemetry collection.- Specified by:
- checkReadTelemetryCollectionStatusDatain interface- CommandChecker
 
- 
checkReadHistoryLevelpublic void checkReadHistoryLevel()- Specified by:
- checkReadHistoryLevelin interface- CommandChecker
 
- 
checkReadTableCountpublic void checkReadTableCount()- Specified by:
- checkReadTableCountin interface- CommandChecker
 
- 
checkReadTableNamepublic void checkReadTableName()- Specified by:
- checkReadTableNamein interface- CommandChecker
 
- 
checkReadTableMetaDatapublic void checkReadTableMetaData()- Specified by:
- checkReadTableMetaDatain interface- CommandChecker
 
- 
checkReadPropertiespublic void checkReadProperties()- Specified by:
- checkReadPropertiesin interface- CommandChecker
 
- 
checkSetPropertypublic void checkSetProperty()- Specified by:
- checkSetPropertyin interface- CommandChecker
 
- 
checkDeletePropertypublic void checkDeleteProperty()- Specified by:
- checkDeletePropertyin interface- CommandChecker
 
- 
checkDeleteLicenseKeypublic void checkDeleteLicenseKey()- Specified by:
- checkDeleteLicenseKeyin interface- CommandChecker
 
- 
checkSetLicenseKeypublic void checkSetLicenseKey()- Specified by:
- checkSetLicenseKeyin interface- CommandChecker
 
- 
checkReadLicenseKeypublic void checkReadLicenseKey()- Specified by:
- checkReadLicenseKeyin interface- CommandChecker
 
- 
checkRegisterProcessApplicationpublic void checkRegisterProcessApplication()- Specified by:
- checkRegisterProcessApplicationin interface- CommandChecker
 
- 
checkUnregisterProcessApplicationpublic void checkUnregisterProcessApplication()- Specified by:
- checkUnregisterProcessApplicationin interface- CommandChecker
 
- 
checkReadRegisteredDeploymentspublic void checkReadRegisteredDeployments()- Specified by:
- checkReadRegisteredDeploymentsin interface- CommandChecker
 
- 
checkReadProcessApplicationForDeploymentpublic void checkReadProcessApplicationForDeployment()- Specified by:
- checkReadProcessApplicationForDeploymentin interface- CommandChecker
 
- 
checkRegisterDeploymentpublic void checkRegisterDeployment()- Specified by:
- checkRegisterDeploymentin interface- CommandChecker
 
- 
checkUnregisterDeploymentpublic void checkUnregisterDeployment()- Specified by:
- checkUnregisterDeploymentin interface- CommandChecker
 
- 
checkDeleteMetricspublic void checkDeleteMetrics()- Specified by:
- checkDeleteMetricsin interface- CommandChecker
 
- 
checkDeleteTaskMetricspublic void checkDeleteTaskMetrics()- Specified by:
- checkDeleteTaskMetricsin interface- CommandChecker
 
- 
checkReadSchemaLogpublic void checkReadSchemaLog()- Specified by:
- checkReadSchemaLogin interface- CommandChecker
 
- 
getTenantManager
- 
findLatestProcessDefinitionById
- 
findLatestDecisionDefinitionById
- 
findExecutionById
- 
findDeploymentById
 
-