Package org.alfresco.filesys.repo.rules
Class ScenarioSimpleNonBufferedInstance
java.lang.Object
org.alfresco.filesys.repo.rules.ScenarioSimpleNonBufferedInstance
- All Implemented Interfaces:
ScenarioInstance
The Simple Standard Scenario is what will be done if no other scenario intervenes.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.alfresco.filesys.repo.rules.ScenarioInstance
ScenarioInstance.Ranking -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionevaluate the scenario against the current operationGet the RankingbooleanIs the scenario complete?voidsetRanking(ScenarioInstance.Ranking ranking) toString()
-
Constructor Details
-
ScenarioSimpleNonBufferedInstance
public ScenarioSimpleNonBufferedInstance()
-
-
Method Details
-
evaluate
Description copied from interface:ScenarioInstanceevaluate the scenario against the current operation- Specified by:
evaluatein interfaceScenarioInstance- Parameters:
operation- Operation
-
isComplete
public boolean isComplete()Description copied from interface:ScenarioInstanceIs the scenario complete?- Specified by:
isCompletein interfaceScenarioInstance- Returns:
- boolean
-
getRanking
Description copied from interface:ScenarioInstanceGet the Ranking- Specified by:
getRankingin interfaceScenarioInstance- Returns:
- Ranking
-
setRanking
-
toString
-