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)
ActionEvaluatorevaluate in interface ActionEvaluatornode - Node context for the actionpublic boolean evaluate(Object obj)
ActionEvaluatorevaluate in interface ActionEvaluatorobj - The object the action is forCopyright © 2005–2018 Alfresco Software. All rights reserved.