|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--uk.org.ogsadai.client.toolkit.activity.RequestComponent | +--uk.org.ogsadai.client.toolkit.activity.Activity | +--uk.org.ogsadai.client.toolkit.activity.xmldb.XMLRemoveResource
This activity removes a resource from an XML database collection exposed by a data service resource.
It has no input and one output - the name of the resource removed. The format of the output is OGSA-DAI specific XML. For example:
<removedResource name="someResource"/>
Field Summary | |
private static java.lang.String |
COPYRIGHT_NOTICE
Copyright statement |
private java.lang.String |
mParentCollectionName
Parent Collection name |
private java.lang.String |
mResourceName
Resource name |
Fields inherited from class uk.org.ogsadai.client.toolkit.activity.Activity |
|
Fields inherited from class uk.org.ogsadai.client.toolkit.activity.RequestComponent |
|
Constructor Summary | |
XMLRemoveResource()
Constructs a request to remove a resource. |
|
XMLRemoveResource(java.lang.String resourceName)
Constructs a request to remove a resource. |
Method Summary | |
protected java.lang.String |
generateXML()
Generates the XML representing the activity. |
ActivityOutput |
getOutput()
Gets the activity's only output - the name of the removed collection. |
void |
setParentCollectionName(java.lang.String parentCollectionName)
Set the parent collection name. |
void |
setResourceName(java.lang.String resourceName)
Set the name of the resource to be removed. |
Methods inherited from class uk.org.ogsadai.client.toolkit.activity.Activity |
addInput, addOutput, addOutputs, getDataResourceID, getInputParameters, getOutputParameters, getOutputs, replaceSpecialCharacters, setDataResourceID, setInput |
Methods inherited from class uk.org.ogsadai.client.toolkit.activity.RequestComponent |
getDataService, getName, getSession, setDataService, setSession |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final java.lang.String COPYRIGHT_NOTICE
private java.lang.String mResourceName
private java.lang.String mParentCollectionName
Constructor Detail |
public XMLRemoveResource()
setResourceName
.
public XMLRemoveResource(java.lang.String resourceName)
resourceName
- Name of resource to be removed.
java.lang.IllegalArgumentException
- If resourceName
is null
.Method Detail |
public void setResourceName(java.lang.String resourceName)
resourceName
- Name of resource to be removed.
java.lang.IllegalArgumentException
- If resourceName
is null
.public void setParentCollectionName(java.lang.String parentCollectionName)
null
then
the resource will be removed from the base collection.
parentCollectionName
- The name of the collection or null
.public ActivityOutput getOutput()
protected java.lang.String generateXML()
RequestComponent
generateXML
in class Activity
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |