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