Package org.alfresco.filesys.repo.rules
Class ScenarioSimpleNonBuffered
java.lang.Object
org.alfresco.filesys.repo.rules.ScenarioSimpleNonBuffered
- All Implemented Interfaces:
Scenario
The Bog Standard Instance. This always executes.
- Author:
- mrogers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateInstance(EvaluatorContext ctx, Operation operation) Create a new ScenarioInstancevoidsetRanking(ScenarioInstance.Ranking ranking) toString()
-
Constructor Details
-
ScenarioSimpleNonBuffered
public ScenarioSimpleNonBuffered()
-
-
Method Details
-
createInstance
Description copied from interface:ScenarioCreate a new ScenarioInstanceIf the scenario is interested in the specified operation then return a new scenario instance.
- Specified by:
createInstancein interfaceScenario- Parameters:
ctx- EvaluatorContext.operation- the operation to be performed- Returns:
- the scenario instance or null if a new instance is not required.
-
setRanking
-
getRanking
-
toString
-