Uses of Interface
uk.org.ogsadai.activity.xmldb.commands.Command

Packages that use Command
uk.org.ogsadai.activity.xmldb Contains activity implementations for performing various operations on XML databases. 
uk.org.ogsadai.activity.xmldb.commands Contains a command interface and various implementations for use by the XML database activities. 
 

Uses of Command in uk.org.ogsadai.activity.xmldb
 

Fields in uk.org.ogsadai.activity.xmldb declared as Command
private  Command XMLDBCommandActivity.mCommand
          The command that will be executed when the activity is processed.
 

Uses of Command in uk.org.ogsadai.activity.xmldb.commands
 

Classes in uk.org.ogsadai.activity.xmldb.commands that implement Command
 class CreateCollectionCommand
          A Command to create a new collection.
 class CreateResourceCommand
          A Command to create a new resource within a collection.
 class ListCollectionsCommand
          A Command to list the sub-collections contained in a collection.
 class ListResourcesCommand
          A Command to list the resources contained in a collection.
 class RemoveCollectionCommand
          A Command to remove a sub-collection from the collection.
 class RemoveResourceCommand
          A Command to remove a resource from the collection.
 

Methods in uk.org.ogsadai.activity.xmldb.commands that return Command
 Command PropertiesCommandFactory.createCommand(org.w3c.dom.Element element)
           
 Command CommandFactory.createCommand(org.w3c.dom.Element element)
          Creates and instantiates the Command that corresponds to the specified element.