Package | Description |
---|---|
org.alfresco.filesys.repo.rules |
Filesystem Rule Evaluator to support Scenarios.
|
Modifier and Type | Class and Description |
---|---|
class |
ScenarioCreateDeleteRenameShuffleInstance
This is an instance of a create, delete, rename shuffle" triggered by a create of a
file matching a specified pattern.
|
class |
ScenarioCreateShuffleInstance
This is an instance of a "classic shuffle" triggered by a create of a
file matching a specified pattern.
|
class |
ScenarioDeleteRestoreInstance
This is an instance of a "delete restore shuffle"
Triggered by a delete of a file followed by a recreate of that same file.
|
class |
ScenarioDoubleRenameShuffleInstance
This is an instance of a "double rename shuffle" triggered by rename of a file to a special pattern
file matching a specified pattern.
|
class |
ScenarioLockedDeleteShuffleInstance
This is an instance of a "locked delete shuffle" triggered by a create of a
file matching a specified pattern.
|
class |
ScenarioMultipleRenameShuffleInstance
This is an instance of a "multiple rename shuffle" triggered by rename of a file to a special pattern
file matching a specified pattern.
|
class |
ScenarioRenameDeleteMoveInstance
This is an instance of a rename, delete, move scenario triggered by a rename of a
file matching a specified pattern.
|
class |
ScenarioSimpleNonBufferedInstance
The Simple Standard Scenario is what will be done if no other
scenario intervenes.
|
class |
ScenarioTempDeleteShuffleInstance
This is an instance of a "temp delete shuffle" triggered by a delete of a file matching
a newly created file in a temporary directory.
|
Modifier and Type | Method and Description |
---|---|
List<ScenarioInstance> |
EvaluatorContext.getScenarioInstances()
Get the current scenario instances for this context
|
Constructor and Description |
---|
ScenarioResult(ScenarioInstance scenario,
Command command) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.