|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.web.action.evaluator.BaseActionEvaluator
org.alfresco.web.action.evaluator.CancelWorkflowEvaluator
public class CancelWorkflowEvaluator
UI Action Evaluator for cancel workflow action. The action is only allowed if the workflow the task belongs to was started by the current user.
Constructor Summary | |
---|---|
CancelWorkflowEvaluator()
|
Method Summary | |
---|---|
boolean |
evaluate(Node node)
The evaluator should decide if the action precondition is valid based on the appropriate logic and the properties etc. |
Methods inherited from class org.alfresco.web.action.evaluator.BaseActionEvaluator |
---|
evaluate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CancelWorkflowEvaluator()
Method Detail |
---|
public boolean evaluate(Node node)
ActionEvaluator
evaluate
in interface ActionEvaluator
evaluate
in class BaseActionEvaluator
node
- Node context for the action
ActionEvaluator.evaluate(org.alfresco.web.bean.repository.Node)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |