public interface Evaluator
Evaluators are supplied with a Node instance context object.
The evaluator should decide if the precondition is valid based on the appropriate logic and the properties etc. and return the result.
Modifier and Type | Method and Description |
---|---|
boolean |
evaluate(org.json.simple.JSONObject jsonObject)
The evaluator should decide if the precondition is valid based on the appropriate
logic and the state etc.
|
boolean evaluate(org.json.simple.JSONObject jsonObject)
jsonObject
- The record the evaluation is forCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.