public interface CommandChecker
ProcessEngineException
.Modifier and Type | Method and Description |
---|---|
void |
checkActivateBatch(BatchEntity batch)
Check if it is allowed to activate a batch
|
void |
checkCreateCaseInstance(CaseDefinition caseDefinition)
Checks if it is allowed to create an instance of the given case definition.
|
void |
checkCreateDeployment()
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 |
checkCreateTask()
Check if it is allowed to create a task
|
void |
checkCreateTask(TaskEntity task)
Check if it is allowed to create a task
|
void |
checkDeleteBatch(BatchEntity batch)
Check if it is allowed to delete a batch
|
void |
checkDeleteDeployment(String deploymentId)
Checks if it is allowed to delete a deployment of the given deployment id.
|
void |
checkDeleteHistoricBatch(HistoricBatchEntity batch)
Check if it is allowed to delete a historic batch
|
void |
checkDeleteHistoricCaseInstance(HistoricCaseInstance instance)
Checks if it is allowed to delete the given historic case instance.
|
void |
checkDeleteHistoricDecisionInstance(HistoricDecisionInstance instance)
Checks if it is allowed to delete the given historic decision instance.
|
void |
checkDeleteHistoricDecisionInstance(String decisionDefinitionKey)
Checks if it is allowed to delete the historic decision instance of the given
decision definition key.
|
void |
checkDeleteHistoricProcessInstance(HistoricProcessInstance instance)
Checks if it is allowed to delete the given historic process instance.
|
void |
checkDeleteHistoricTaskInstance(HistoricTaskInstanceEntity task)
Checks if it is allowed to delete the given historic task instance.
|
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 |
checkDeleteTask(TaskEntity task)
Check if it is allowed to delete a task
|
void |
checkDeleteUserOperationLog(UserOperationLogEntry entry)
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 |
checkReadHistoricBatch()
Check if it is allowed to read historic batch
|
void |
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 |
checkReadHistoryAnyProcessDefinition()
Check if it is allowed to read the history for any process definition.
|
void |
checkReadHistoryAnyTaskInstance()
Check if it is allowed to read the history for any task instance
|
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 |
checkReadProcessDefinition(ProcessDefinition processDefinition)
Checks if it is allowed to read the given process definition.
|
void |
checkReadProcessInstance(ExecutionEntity execution)
Checks if it is allowed to read a process instance of the given execution.
|
void |
checkReadProcessInstance(String processInstanceId) |
void |
checkReadTask(TaskEntity task)
Check if it is allowed to read a task.
|
void |
checkSuspendBatch(BatchEntity batch)
Check if it is allowed to suspend a batch
|
void |
checkTaskAssign(TaskEntity task)
Check if it is allowed to assign a task
|
void |
checkTaskWork(TaskEntity task)
Check if it is allowed to work on a task
|
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 |
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 |
checkUpdateTask(TaskEntity task)
Check if it is allowed to update a task
|
void checkEvaluateDecision(DecisionDefinition decisionDefinition)
void checkCreateProcessInstance(ProcessDefinition processDefinition)
void checkReadProcessDefinition(ProcessDefinition processDefinition)
void checkCreateCaseInstance(CaseDefinition caseDefinition)
void checkUpdateProcessDefinitionById(String processDefinitionId)
void checkUpdateProcessInstanceByProcessDefinitionId(String processDefinitionId)
void checkUpdateDecisionDefinitionById(String decisionDefinitionId)
void checkUpdateProcessDefinitionByKey(String processDefinitionKey)
void checkDeleteProcessDefinitionById(String processDefinitionId)
processDefinitionId
- the id which corresponds to the process definitionvoid checkDeleteProcessDefinitionByKey(String processDefinitionKey)
processDefinitionKey
- the key which corresponds to the process definitionvoid checkUpdateProcessInstanceByProcessDefinitionKey(String processDefinitionKey)
void checkUpdateProcessInstanceById(String processInstanceId)
void checkUpdateProcessInstance(ExecutionEntity execution)
void checkCreateMigrationPlan(ProcessDefinition sourceProcessDefinition, ProcessDefinition targetProcessDefinition)
void checkMigrateProcessInstance(ExecutionEntity processInstance, ProcessDefinition targetProcessDefinition)
void checkReadProcessInstance(String processInstanceId)
void checkReadJob(JobEntity job)
void checkUpdateJob(JobEntity job)
void checkReadProcessInstance(ExecutionEntity execution)
void checkDeleteProcessInstance(ExecutionEntity execution)
void checkReadTask(TaskEntity task)
void checkUpdateTask(TaskEntity task)
void checkDeleteBatch(BatchEntity batch)
void checkDeleteHistoricBatch(HistoricBatchEntity batch)
void checkSuspendBatch(BatchEntity batch)
void checkActivateBatch(BatchEntity batch)
void checkReadHistoricBatch()
void checkCreateDeployment()
void checkReadDeployment(String deploymentId)
void checkDeleteDeployment(String deploymentId)
void checkTaskAssign(TaskEntity task)
void checkCreateTask(TaskEntity task)
void checkCreateTask()
void checkTaskWork(TaskEntity task)
void checkDeleteTask(TaskEntity task)
void checkReadDecisionDefinition(DecisionDefinitionEntity decisionDefinition)
void checkReadDecisionRequirementsDefinition(DecisionRequirementsDefinitionEntity decisionRequirementsDefinition)
void checkReadCaseDefinition(CaseDefinition caseDefinition)
void checkUpdateCaseDefinition(CaseDefinition caseDefinition)
void checkDeleteHistoricTaskInstance(HistoricTaskInstanceEntity task)
void checkDeleteHistoricProcessInstance(HistoricProcessInstance instance)
void checkDeleteHistoricCaseInstance(HistoricCaseInstance instance)
void checkDeleteHistoricDecisionInstance(String decisionDefinitionKey)
void checkDeleteHistoricDecisionInstance(HistoricDecisionInstance instance)
void checkReadHistoricJobLog(HistoricJobLogEventEntity historicJobLog)
void checkReadHistoryAnyProcessDefinition()
void checkReadHistoryProcessDefinition(String processDefinitionId)
void checkReadHistoryAnyTaskInstance()
void checkUpdateCaseInstance(CaseExecution caseExecution)
void checkDeleteUserOperationLog(UserOperationLogEntry entry)
void checkReadCaseInstance(CaseExecution caseExecution)
void checkReadHistoricExternalTaskLog(HistoricExternalTaskLogEntity historicExternalTaskLog)
Copyright © 2020. All rights reserved.