public class BaseActionEvaluator extends java.lang.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(java.lang.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(java.lang.Object obj)
ActionEvaluatorevaluate in interface ActionEvaluatorobj - The object the action is forCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.