Uses of Interface
org.alfresco.filesys.repo.rules.ScenarioInstance
Packages that use ScenarioInstance
-
Uses of ScenarioInstance in org.alfresco.filesys.repo.rules
Classes in org.alfresco.filesys.repo.rules that implement ScenarioInstanceModifier and TypeClassDescriptionclassThis is an instance of a create, delete, rename shuffle" triggered by a create of a file matching a specified pattern.classThis is an instance of a "classic shuffle" triggered by a create of a file matching a specified pattern.classThis is an instance of a "delete restore shuffle" Triggered by a delete of a file followed by a recreate of that same file.classThis is an instance of a "double rename shuffle" triggered by rename of a file to a special pattern file matching a specified pattern. (*.backup.fm) a) Existing file moved out of the way.classThis is an instance of a "locked delete shuffle" triggered by a create of a file matching a specified pattern.classThis is an instance of a "multiple rename shuffle" triggered by rename of a file to a special pattern file matching a specified pattern.classThis is an instance of a rename, delete, move scenario triggered by a rename of a file matching a specified pattern.classThe Simple Standard Scenario is what will be done if no other scenario intervenes.classThis is an instance of a "temp delete shuffle" triggered by a delete of a file matching a newly created file in a temporary directory.Methods in org.alfresco.filesys.repo.rules that return ScenarioInstanceModifier and TypeMethodDescriptionScenario.createInstance(EvaluatorContext ctx, Operation operation) Create a new ScenarioInstanceScenarioCreateDeleteRenameShuffle.createInstance(EvaluatorContext ctx, Operation operation) ScenarioCreateShuffle.createInstance(EvaluatorContext ctx, Operation operation) ScenarioDeleteRenameOrCreate.createInstance(EvaluatorContext ctx, Operation operation) ScenarioDeleteRestore.createInstance(EvaluatorContext ctx, Operation operation) ScenarioDoubleRenameShuffle.createInstance(EvaluatorContext ctx, Operation operation) ScenarioLockedDeleteShuffle.createInstance(EvaluatorContext ctx, Operation operation) ScenarioMultipleRenameShuffle.createInstance(EvaluatorContext ctx, Operation operation) ScenarioOpenFile.createInstance(EvaluatorContext ctx, Operation operation) ScenarioRenameCreateShuffle.createInstance(EvaluatorContext ctx, Operation operation) ScenarioRenameDeleteMove.createInstance(EvaluatorContext ctx, Operation operation) ScenarioRenameShuffle.createInstance(EvaluatorContext ctx, Operation operation) ScenarioSimpleNonBuffered.createInstance(EvaluatorContext ctx, Operation operation) ScenarioTempDeleteShuffle.createInstance(EvaluatorContext ctx, Operation operation) Methods in org.alfresco.filesys.repo.rules that return types with arguments of type ScenarioInstanceModifier and TypeMethodDescriptionEvaluatorContext.getScenarioInstances()Get the current scenario instances for this contextConstructors in org.alfresco.filesys.repo.rules with parameters of type ScenarioInstance