|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CommandChecker
Is invoked while executing a command to check if the current operation is
allowed on the entity. If it is not allowed, the checker throws a
ProcessEngineException.
| Method Summary | |
|---|---|
void |
checkCreateCaseInstance(CaseDefinition caseDefinition)
Checks if it is allowed to create an instance of the given case definition. |
void |
checkCreateProcessInstance(ProcessDefinition processDefinition)
Checks if it is allowed to create an instance of the given process definition. |
void |
checkEvaluateDecision(DecisionDefinition decisionDefinition)
Checks if it is allowed to evaluate the given decision. |
void |
checkReadProcessDefinition(ProcessDefinition processDefinition)
Checks if it is allowed to read the given process definition. |
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 |
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. |
| Method Detail |
|---|
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 checkUpdateProcessDefinitionByKey(String processDefinitionKey)
void checkUpdateProcessInstanceByProcessDefinitionKey(String processDefinitionKey)
void checkUpdateProcessInstanceById(String processInstanceId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||