public interface RuleEvaluator
It is configured with a list of scenarios.
| Modifier and Type | Method and Description |
|---|---|
EvaluatorContext |
createContext(java.util.Map sessionContext)
Create a new evaluator context.
|
Command |
evaluate(EvaluatorContext context,
Operation operation)
Evaluate the scenarios contained within the context against the current operation
|
EvaluatorContext createContext(java.util.Map sessionContext)
Command evaluate(EvaluatorContext context, Operation operation)
context - - the context to evaluate the operationoperation - - the operation to be evaluated.Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.