Class ScenarioCreateShuffleInstance

java.lang.Object
org.alfresco.filesys.repo.rules.ScenarioCreateShuffleInstance
All Implemented Interfaces:
ScenarioInstance

public class ScenarioCreateShuffleInstance extends Object implements ScenarioInstance
This is an instance of a "classic shuffle" triggered by a create of a file matching a specified pattern.

a) New file created. Typically with an obscure name. b) Existing file moved out of the way c) New file moved into place. d) Old file deleted.

If this filter is active then this is what happens. a) New file created. New file created (X). b) Existing file moved out of the way (Y to Z). Raname tracked. c) New file moved into place (X to Y). Scenario kicks in to change commands. d) Old file deleted.