|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RuntimeActionService
| Method Summary | |
|---|---|
Action |
createAction(NodeRef actionNodeRef)
|
NodeRef |
createActionNodeRef(Action action,
NodeRef parentNodeRef,
QName assocTypeName,
QName assocName)
|
void |
directActionExecution(Action action,
NodeRef actionedUponNodeRef)
Execute an action directly |
void |
executeActionImpl(Action action,
NodeRef actionedUponNodeRef,
boolean checkConditions,
boolean executedAsynchronously,
java.util.Set actionChain)
|
void |
postCommit()
|
void |
registerActionConditionEvaluator(ActionConditionEvaluator actionConditionEvaluator)
Register an action condition evaluator |
void |
registerActionExecuter(ActionExecuter actionExecuter)
Register an action executer |
void |
saveActionImpl(NodeRef actionNodeRef,
Action action)
Save action, used internally to store the details of an action on the aciton node. |
| Method Detail |
|---|
void postCommit()
void registerActionConditionEvaluator(ActionConditionEvaluator actionConditionEvaluator)
actionConditionEvaluator - action condition evaluatorvoid registerActionExecuter(ActionExecuter actionExecuter)
actionExecuter - action executerAction createAction(NodeRef actionNodeRef)
NodeRef createActionNodeRef(Action action,
NodeRef parentNodeRef,
QName assocTypeName,
QName assocName)
void saveActionImpl(NodeRef actionNodeRef,
Action action)
actionNodeRef - the action node referenceaction - the action
void executeActionImpl(Action action,
NodeRef actionedUponNodeRef,
boolean checkConditions,
boolean executedAsynchronously,
java.util.Set actionChain)
action - actionedUponNodeRef - checkConditions -
void directActionExecution(Action action,
NodeRef actionedUponNodeRef)
action - the actionactionedUponNodeRef - the actioned upon node reference
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||