Package org.alfresco.filesys.repo.rules
Interface EvaluatorContext
public interface EvaluatorContext
EvaluatorContext
-
Method Summary
Modifier and TypeMethodDescriptionGet the current scenario instances for this contextGet the session state for this context.
-
Method Details
-
getScenarioInstances
List<ScenarioInstance> getScenarioInstances()Get the current scenario instances for this context- Returns:
- a list of the curent scenario instances
-
getSessionState
Get the session state for this context.- Returns:
- the session state for this context.
-