Package org.alfresco.filesys.repo.rules
Class ScenarioSimpleNonBuffered
- java.lang.Object
-
- org.alfresco.filesys.repo.rules.ScenarioSimpleNonBuffered
-
-
Constructor Summary
Constructors Constructor Description ScenarioSimpleNonBuffered()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScenarioInstancecreateInstance(EvaluatorContext ctx, Operation operation)Create a new ScenarioInstanceScenarioInstance.RankinggetRanking()voidsetRanking(ScenarioInstance.Ranking ranking)java.lang.StringtoString()
-
-
-
Method Detail
-
createInstance
public ScenarioInstance createInstance(EvaluatorContext ctx, Operation operation)
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
public void setRanking(ScenarioInstance.Ranking ranking)
-
getRanking
public ScenarioInstance.Ranking getRanking()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-