Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.connect.update.impl.task.Command

Packages that use Command
org.nuxeo.connect.update.impl   
org.nuxeo.connect.update.impl.task   
org.nuxeo.connect.update.impl.task.commands   
 

Uses of Command in org.nuxeo.connect.update.impl
 

Methods in org.nuxeo.connect.update.impl that return Command
 Command UpdateServiceImpl.getCommand(String id)
           
 

Method parameters in org.nuxeo.connect.update.impl with type arguments of type Command
 void UpdateServiceImpl.addCommand(String id, Class<? extends Command> cmd)
           
 

Uses of Command in org.nuxeo.connect.update.impl.task
 

Classes in org.nuxeo.connect.update.impl.task that implement Command
 class AbstractCommand
          All commands have 2 attributes: fail and ignore which are EL expressions.
 class PostInstallCommand
          Base class for flush like commands.
 

Methods in org.nuxeo.connect.update.impl.task that return Command
 Command Command.run(org.nuxeo.connect.update.task.Task task, Map<String,String> prefs)
          Execute the command and return the inverse command that can be used to rollback.
 Command AbstractCommand.run(org.nuxeo.connect.update.task.Task task, Map<String,String> prefs)
           
 

Methods in org.nuxeo.connect.update.impl.task that return types with arguments of type Command
 List<Command> CommandsTask.getCommandLog()
          Gets the command log.
 List<Command> CommandsTask.getCommands()
          Gets the commands to execute.
 

Methods in org.nuxeo.connect.update.impl.task with parameters of type Command
 void CommandsTask.addCommand(Command command)
          Adds a command to this task.
 

Uses of Command in org.nuxeo.connect.update.impl.task.commands
 

Classes in org.nuxeo.connect.update.impl.task.commands that implement Command
 class Copy
          Copy a file to the given target directory or file.
 class Delete
          The delete command.
 class Deploy
          Install bundle, flush any application cache and perform Nuxeo preprocessing on the bundle.
 class DeployConfig
          Install bundle, flush any application cache and perform Nuxeo preprocessing on the bundle.
 class Flush
          Flush all nuxeo caches.
 class FlushCoreCache
          Flush any cache held by the core.
 class FlushJaasCache
          Flush any cache held by the core.
 class Install
          Deploy an OSGi bundle into the running platform.
 class LoadJar
          Install bundle, flush any application cache and perform Nuxeo preprocessing on the bundle.
 class ParametrizedCopy
          Copy a file to the given target directory or file.
 class ReloadProperties
          Flush all nuxeo caches.
 class Undeploy
          Install bundle, flush any application cache and perform Nuxeo preprocessing on the bundle.
 class UndeployConfig
          Install bundle, flush any application cache and perform Nuxeo preprocessing on the bundle.
 class Uninstall
          Un-Deploy an OSGi bundle from the running platform.
 class UnloadJar
          Install bundle, flush any application cache and perform Nuxeo preprocessing on the bundle.
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.