|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.infoengine.object.IeObject
com.infoengine.object.IeRequest
public class IeRequest
| Constructor Summary | |
|---|---|
IeRequest()
Constructs a new IeRequest |
|
IeRequest(java.lang.String name)
Constructs a new IeRequest and sets the request name to the given String. |
|
| Method Summary | |
|---|---|
void |
addCollection(IeCollection collection)
Adds a collection to the request. |
java.lang.Object |
deepClone()
Returns a deep copy of the request. |
IeCollection |
firstCollection()
Returns the first collection contained in the request. |
IeCollection |
getCollection(java.lang.String name)
Returns a collection by name. |
IeCollection |
getCollectionAt(int index)
Returns the collection located at a specified index. |
int |
getCollectionCount()
Returns the number of collections contained in the request. |
java.util.Enumeration |
getCollections()
Returns all of the collections contained in the request. |
java.lang.String |
getNodeName()
Returns the name of this DOM node. |
IeCollection |
lastCollection()
Returns the last collection contained in the request. |
void |
removeAllCollections()
Removes all of the collections contained in the request. |
void |
removeCollection(IeCollection collection)
Removes a specified collection from the request. |
void |
removeCollection(java.lang.String name)
Removes a collection by name. |
void |
setCollectionAt(IeCollection collection,
int index)
Sets the collection at a specified index. |
| Methods inherited from class com.infoengine.object.IeObject |
|---|
addAtt, addMeta, addMeta, addMeta, addMeta, addMetaDatum, addMetaValue, addMetaValues, appendMetaDatum, canonicalize, canonicalize, clone, containsMetaValue, deepCopy, firstAtt, firstChild, firstMetaValue, getAtt, getAttAt, getAttByMeta, getAttCount, getAttribute, getAtts, getChildCount, getChildren, getHasChanged, getMeta, getMetaNames, getMetaValue, getMetaValueAt, getMetaValueCount, getMetaValues, getName, getTagName, getType, hasChildren, indexOfMetaValue, lastAtt, lastChild, lastMetaValue, readExternal, removeAllAtts, removeAllMeta, removeAllMetaValues, removeAtt, removeAtt, removeAttAt, removeAttribute, removeChild, removeMeta, removeMetaValue, removeMetaValueAt, removeName, removeType, replaceChild, setAttAt, setAttribute, setHasChanged, setMeta, setMeta, setMeta, setMeta, setMetaValue, setMetaValueAt, setName, setType, shallowCopy, writeExternal |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IeRequest()
public IeRequest(java.lang.String name)
name - The name of the request object| Method Detail |
|---|
public void addCollection(IeCollection collection)
collection - the collection to be addedpublic IeCollection firstCollection()
public IeCollection getCollection(java.lang.String name)
name - the name of the collection to be returned
public java.util.Enumeration getCollections()
public IeCollection getCollectionAt(int index)
index - the index of the collection to be returned
public int getCollectionCount()
public IeCollection lastCollection()
public void removeAllCollections()
public void removeCollection(java.lang.String name)
name - the name of the collection to be removedpublic void removeCollection(IeCollection collection)
collection - the collection to be removed
public void setCollectionAt(IeCollection collection,
int index)
collection - the new collection to be setindex - the index at which to set the new collectionpublic java.lang.String getNodeName()
getNodeName in class IeObjectpublic final java.lang.Object deepClone()
deepClone in class IeObject
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||