Package org.alfresco.filesys.repo.rules
Interface EvaluatorContext
-
public interface EvaluatorContextEvaluatorContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ScenarioInstance>getScenarioInstances()Get the current scenario instances for this contextMap<String,Object>getSessionState()Get the session state for this context.
-
-
-
Method Detail
-
getScenarioInstances
List<ScenarioInstance> getScenarioInstances()
Get the current scenario instances for this context- Returns:
- a list of the curent scenario instances
-
-