|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLDBCommandSpecificationException | |
uk.org.ogsadai.activity.xmldb.commands | Contains a command interface and various implementations for use by the XML database activities. |
Uses of XMLDBCommandSpecificationException in uk.org.ogsadai.activity.xmldb.commands |
Methods in uk.org.ogsadai.activity.xmldb.commands that throw XMLDBCommandSpecificationException | |
void |
CreateResourceCommand.initialise(java.lang.String commandName,
org.w3c.dom.Element element)
|
void |
CreateResourceCommand.execute(CommandContext context)
|
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. |
void |
ListCollectionsCommand.initialise(java.lang.String commandName,
org.w3c.dom.Element element)
|
void |
ListCollectionsCommand.execute(CommandContext context)
|
void |
RemoveCollectionCommand.initialise(java.lang.String commandName,
org.w3c.dom.Element element)
|
void |
RemoveCollectionCommand.execute(CommandContext context)
|
void |
ListResourcesCommand.initialise(java.lang.String commandName,
org.w3c.dom.Element element)
|
void |
ListResourcesCommand.execute(CommandContext context)
|
void |
RemoveResourceCommand.initialise(java.lang.String commandName,
org.w3c.dom.Element element)
|
void |
RemoveResourceCommand.execute(CommandContext context)
|
void |
Command.initialise(java.lang.String name,
org.w3c.dom.Element element)
Initialises this command by parsing the specified Element . |
void |
Command.execute(CommandContext context)
Executes this command using the specified context. |
void |
CreateCollectionCommand.initialise(java.lang.String commandName,
org.w3c.dom.Element element)
|
void |
CreateCollectionCommand.execute(CommandContext context)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |