|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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.mCommandThe 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 |
CreateCollectionCommandA Command to create a new collection. |
class |
CreateResourceCommandA Command to create a new resource within a collection. |
class |
ListCollectionsCommandA Command to list the sub-collections contained in a collection. |
class |
ListResourcesCommandA Command to list the resources contained in a collection. |
class |
RemoveCollectionCommandA Command to remove a sub-collection from the collection. |
class |
RemoveResourceCommandA 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. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||