public class BaseActionEvaluator extends Object implements ActionEvaluator
Constructor and Description |
---|
BaseActionEvaluator() |
Modifier and Type | Method and Description |
---|---|
boolean |
evaluate(Node node)
The evaluator should decide if the action precondition is valid based on the appropriate
logic and the properties etc.
|
boolean |
evaluate(Object obj)
The evaluator should decide if the action precondition is valid based on the appropriate
logic and the state etc.
|
public boolean evaluate(Node node)
ActionEvaluator
evaluate
in interface ActionEvaluator
node
- Node context for the actionpublic boolean evaluate(Object obj)
ActionEvaluator
evaluate
in interface ActionEvaluator
obj
- The object the action is forCopyright © 2005–2017 Alfresco Software. All rights reserved.