Package | Description |
---|---|
org.alfresco.filesys.repo.rules |
Filesystem Rule Evaluator to support Scenarios.
|
Modifier and Type | Class and Description |
---|---|
class |
ScenarioCreateDeleteRenameShuffle
A create, delete, rename, shuffle
a) New file created.
|
class |
ScenarioCreateShuffle
A shuffle
a) New file created.
|
class |
ScenarioDeleteRenameOrCreate
The DeleteOnClose rename shuffle is a delete on close of a file resulting in a file being deleted followed by a
rename or a create
First case of this is Mac Mountain Lion Preview application.
|
class |
ScenarioDeleteRestore
A delete restore shuffle.
|
class |
ScenarioDoubleRenameShuffle
A double rename shuffle
a) Existing file renamed out of the way.
|
class |
ScenarioLockedDeleteShuffle
A locked delete shuffle
|
class |
ScenarioMultipleRenameShuffle
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 |
ScenarioOpenFile
The Open File Scenario is a sequence of multiple openFile operations
Only on the last close does the repo get closed.
|
class |
ScenarioRenameCreateShuffle |
class |
ScenarioRenameDeleteMove
A rename, delete, move scenario
a) Original file is renamed.
|
class |
ScenarioRenameShuffle
The "Vi" rename shuffle is a sequence where a file is moved out of the way
and then a new copy of the file put into place.
|
class |
ScenarioSimpleNonBuffered
The Bog Standard Instance.
|
class |
ScenarioTempDeleteShuffle
A temp delete shuffle.
|
Modifier and Type | Method and Description |
---|---|
List<Scenario> |
RuleEvaluatorImpl.getScenarios() |
Modifier and Type | Method and Description |
---|---|
void |
RuleEvaluatorImpl.setScenarios(List<Scenario> scenarios) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.