Package | Description |
---|---|
org.alfresco.filesys.repo |
The Alfesco filesystem to repository translation layer
|
org.alfresco.filesys.repo.rules |
Filesystem Rule Evaluator to support Scenarios.
|
org.alfresco.filesys.repo.rules.commands |
Modifier and Type | Interface and Description |
---|---|
interface |
ResultCallback |
Modifier and Type | Method and Description |
---|---|
Object |
CommandExecutorImpl.execute(org.alfresco.jlan.server.SrvSession sess,
org.alfresco.jlan.server.filesys.TreeConnection tree,
Command command) |
Object |
CommandExecutor.execute(org.alfresco.jlan.server.SrvSession sess,
org.alfresco.jlan.server.filesys.TreeConnection tree,
Command command)
Execute the command.
|
Modifier and Type | Method and Description |
---|---|
Command |
RuleEvaluatorImpl.evaluate(EvaluatorContext context,
Operation operation)
Evaluate the scenarios against the current operation
|
Command |
RuleEvaluator.evaluate(EvaluatorContext context,
Operation operation)
Evaluate the scenarios contained within the context against the current operation
|
Command |
ScenarioDoubleRenameShuffleInstance.evaluate(Operation operation)
Evaluate the next operation
|
Command |
ScenarioRenameDeleteMoveInstance.evaluate(Operation operation)
Evaluate the next operation
|
Command |
ScenarioCreateDeleteRenameShuffleInstance.evaluate(Operation operation)
Evaluate the next operation
|
Command |
ScenarioInstance.evaluate(Operation operation)
evaluate the scenario against the current operation
|
Command |
ScenarioDeleteRestoreInstance.evaluate(Operation operation)
Evaluate the next operation
|
Command |
ScenarioMultipleRenameShuffleInstance.evaluate(Operation operation)
Evaluate the next operation
|
Command |
ScenarioLockedDeleteShuffleInstance.evaluate(Operation operation)
Evaluate the next operation
|
Command |
ScenarioCreateShuffleInstance.evaluate(Operation operation)
Evaluate the next operation
|
Command |
ScenarioSimpleNonBufferedInstance.evaluate(Operation operation) |
Command |
ScenarioTempDeleteShuffleInstance.evaluate(Operation operation)
Evaluate the next operation
|
Command |
DependentInstance.win(List<ScenarioResult> results,
Command command)
Notifies the scenario that there are conflicting loosing scenarios.
|
Modifier and Type | Method and Description |
---|---|
void |
RuleEvaluatorImpl.notifyRename(EvaluatorContext context,
Operation operation,
Command command) |
void |
RuleEvaluator.notifyRename(EvaluatorContext context,
Operation operation,
Command c)
Tell the context of a rename
|
void |
ScenarioInstanceRenameAware.notifyRename(Operation operation,
Command command)
Notify the scenario of a successful rename operation.
|
Command |
DependentInstance.win(List<ScenarioResult> results,
Command command)
Notifies the scenario that there are conflicting loosing scenarios.
|
Constructor and Description |
---|
ScenarioResult(ScenarioInstance scenario,
Command command) |
Modifier and Type | Class and Description |
---|---|
class |
CallbackCommand
Callback command.
|
class |
CloseFileCommand
Open File command
|
class |
CompoundCommand
A compound operation contains one or more other commands.
|
class |
CopyContentCommand
CopyContent command
Copy just the content from one node to another
|
class |
CreateFileCommand
CreateFile command
|
class |
DeleteFileCommand
Delete File command
|
class |
DoNothingCommand
Do Nothing Command, Does what it says on the tin!
|
class |
MoveFileCommand |
class |
OpenFileCommand
Open File command
|
class |
ReduceQuotaCommand
Open File command
|
class |
RemoveNoContentFileOnError
Remove file with CONTENT_NO_ASPECT on error
|
class |
RemoveTempFileCommand
Remove a temporary file
|
class |
RenameFileCommand
Rename command
|
class |
RestoreFileCommand
Restore File Command
|
class |
ReturnValueCommand
Return a specified value to the executor
|
class |
SoftRenameFileCommand |
class |
UpdateQuotaCommand
Update the user's quota.
|
Modifier and Type | Method and Description |
---|---|
List<Command> |
CompoundCommand.getCommands() |
List<Command> |
CompoundCommand.getPostCommitCommands() |
List<Command> |
CompoundCommand.getPostErrorCommands() |
Constructor and Description |
---|
CompoundCommand(List<Command> commands)
New Compound Command containing the specified commands.
|
CompoundCommand(List<Command> commands,
List<Command> postCommitCommands)
New Compound Command containing the specified commands.
|
CompoundCommand(List<Command> commands,
List<Command> postCommitCommands)
New Compound Command containing the specified commands.
|
CompoundCommand(List<Command> commands,
List<Command> postCommitCommands,
List<Command> postErrorCommands) |
CompoundCommand(List<Command> commands,
List<Command> postCommitCommands,
List<Command> postErrorCommands) |
CompoundCommand(List<Command> commands,
List<Command> postCommitCommands,
List<Command> postErrorCommands) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.