Uses of Interface
org.alfresco.filesys.repo.rules.Command
-
Packages that use Command Package Description org.alfresco.filesys.repo The Alfesco filesystem to repository translation layerorg.alfresco.filesys.repo.rules Filesystem Rule Evaluator to support Scenarios.org.alfresco.filesys.repo.rules.commands -
-
Uses of Command in org.alfresco.filesys.repo
Subinterfaces of Command in org.alfresco.filesys.repo Modifier and Type Interface Description interfaceResultCallbackMethods in org.alfresco.filesys.repo with parameters of type Command Modifier and Type Method Description java.lang.ObjectCommandExecutor. execute(org.alfresco.jlan.server.SrvSession sess, org.alfresco.jlan.server.filesys.TreeConnection tree, Command command)Execute the command.java.lang.ObjectCommandExecutorImpl. execute(org.alfresco.jlan.server.SrvSession sess, org.alfresco.jlan.server.filesys.TreeConnection tree, Command command) -
Uses of Command in org.alfresco.filesys.repo.rules
Methods in org.alfresco.filesys.repo.rules that return Command Modifier and Type Method Description CommandRuleEvaluator. evaluate(EvaluatorContext context, Operation operation)Evaluate the scenarios contained within the context against the current operationCommandRuleEvaluatorImpl. evaluate(EvaluatorContext context, Operation operation)Evaluate the scenarios against the current operationCommandScenarioCreateDeleteRenameShuffleInstance. evaluate(Operation operation)Evaluate the next operationCommandScenarioCreateShuffleInstance. evaluate(Operation operation)Evaluate the next operationCommandScenarioDeleteRestoreInstance. evaluate(Operation operation)Evaluate the next operationCommandScenarioDoubleRenameShuffleInstance. evaluate(Operation operation)Evaluate the next operationCommandScenarioInstance. evaluate(Operation operation)evaluate the scenario against the current operationCommandScenarioLockedDeleteShuffleInstance. evaluate(Operation operation)Evaluate the next operationCommandScenarioMultipleRenameShuffleInstance. evaluate(Operation operation)Evaluate the next operationCommandScenarioRenameDeleteMoveInstance. evaluate(Operation operation)Evaluate the next operationCommandScenarioSimpleNonBufferedInstance. evaluate(Operation operation)CommandScenarioTempDeleteShuffleInstance. evaluate(Operation operation)Evaluate the next operationCommandDependentInstance. win(java.util.List<ScenarioResult> results, Command command)Notifies the scenario that there are conflicting loosing scenarios.Methods in org.alfresco.filesys.repo.rules with parameters of type Command Modifier and Type Method Description voidRuleEvaluator. notifyRename(EvaluatorContext context, Operation operation, Command c)Tell the context of a renamevoidRuleEvaluatorImpl. notifyRename(EvaluatorContext context, Operation operation, Command command)voidScenarioInstanceRenameAware. notifyRename(Operation operation, Command command)Notify the scenario of a successful rename operation.CommandDependentInstance. win(java.util.List<ScenarioResult> results, Command command)Notifies the scenario that there are conflicting loosing scenarios.Constructors in org.alfresco.filesys.repo.rules with parameters of type Command Constructor Description ScenarioResult(ScenarioInstance scenario, Command command) -
Uses of Command in org.alfresco.filesys.repo.rules.commands
Classes in org.alfresco.filesys.repo.rules.commands that implement Command Modifier and Type Class Description classCallbackCommandCallback command.classCloseFileCommandOpen File commandclassCompoundCommandA compound operation contains one or more other commands.classCopyContentCommandCopyContent command Copy just the content from one node to anotherclassCreateFileCommandCreateFile commandclassDeleteFileCommandDelete File commandclassDoNothingCommandDo Nothing Command, Does what it says on the tin!classMoveFileCommandclassOpenFileCommandOpen File commandclassReduceQuotaCommandOpen File commandclassRemoveNoContentFileOnErrorRemove file with CONTENT_NO_ASPECT on errorclassRemoveTempFileCommandRemove a temporary fileclassRenameFileCommandRename commandclassRestoreFileCommandRestore File CommandclassReturnValueCommandReturn a specified value to the executorclassSoftRenameFileCommandclassUpdateQuotaCommandUpdate the user's quota.Methods in org.alfresco.filesys.repo.rules.commands that return types with arguments of type Command Modifier and Type Method Description java.util.List<Command>CompoundCommand. getCommands()java.util.List<Command>CompoundCommand. getPostCommitCommands()java.util.List<Command>CompoundCommand. getPostErrorCommands()Constructor parameters in org.alfresco.filesys.repo.rules.commands with type arguments of type Command Constructor Description CompoundCommand(java.util.List<Command> commands)New Compound Command containing the specified commands.CompoundCommand(java.util.List<Command> commands, java.util.List<Command> postCommitCommands)New Compound Command containing the specified commands.CompoundCommand(java.util.List<Command> commands, java.util.List<Command> postCommitCommands, java.util.List<Command> postErrorCommands)
-