Uses of Interface
org.alfresco.filesys.repo.rules.Command
Packages that use Command
Package
Description
The Alfesco filesystem to repository translation layer
Filesystem Rule Evaluator to support Scenarios.
-
Uses of Command in org.alfresco.filesys.repo
Subinterfaces of Command in org.alfresco.filesys.repoMethods in org.alfresco.filesys.repo with parameters of type CommandModifier and TypeMethodDescriptionCommandExecutor.execute(org.alfresco.jlan.server.SrvSession sess, org.alfresco.jlan.server.filesys.TreeConnection tree, Command command) Execute the command.CommandExecutorImpl.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 CommandModifier and TypeMethodDescriptionRuleEvaluator.evaluate(EvaluatorContext context, Operation operation) Evaluate the scenarios contained within the context against the current operationRuleEvaluatorImpl.evaluate(EvaluatorContext context, Operation operation) Evaluate the scenarios against the current operationEvaluate the next operationEvaluate the next operationEvaluate the next operationEvaluate the next operationevaluate the scenario against the current operationEvaluate the next operationEvaluate the next operationEvaluate the next operationEvaluate the next operationDependentInstance.win(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 CommandModifier and TypeMethodDescriptionvoidRuleEvaluator.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.DependentInstance.win(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 -
Uses of Command in org.alfresco.filesys.repo.rules.commands
Classes in org.alfresco.filesys.repo.rules.commands that implement CommandModifier and TypeClassDescriptionclassCallback command.classOpen File commandclassA compound operation contains one or more other commands.classCopyContent command Copy just the content from one node to anotherclassCreateFile commandclassDelete File commandclassDo Nothing Command, Does what it says on the tin!classclassOpen File commandclassOpen File commandclassRemove file with CONTENT_NO_ASPECT on errorclassRemove a temporary fileclassRename commandclassRestore File CommandclassReturn a specified value to the executorclassclassUpdate the user's quota.Methods in org.alfresco.filesys.repo.rules.commands that return types with arguments of type CommandModifier and TypeMethodDescriptionCompoundCommand.getCommands()CompoundCommand.getPostCommitCommands()CompoundCommand.getPostErrorCommands()Constructor parameters in org.alfresco.filesys.repo.rules.commands with type arguments of type CommandModifierConstructorDescriptionCompoundCommand(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, List<Command> postErrorCommands)