|
|||||||||||
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
Field Summary |
Fields inherited from class com.infoengine.object.IeObject |
_attributes, _children, _hasChanged, _meta, _name, _type, INITIAL_LIST_SIZE, INITIAL_MAP_SIZE, USE_COLLECTIONS |
Constructor Summary | |
IeRequest()
Constructs a new IeRequest |
|
IeRequest(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. |
Object |
deepClone()
Returns a deep copy of the request. |
IeCollection |
firstCollection()
Returns the first collection contained in the request. |
IeCollection |
getCollection(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. |
Enumeration |
getCollections()
Returns all of the collections contained in the request. |
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(String name)
Removes a collection by name. |
void |
setCollectionAt(IeCollection collection,
int index)
Sets the collection at a specified index. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IeRequest()
public IeRequest(String name)
name
- The name of the request objectMethod Detail |
public void addCollection(IeCollection collection)
collection
- the collection to be addedpublic IeCollection firstCollection()
public IeCollection getCollection(String name)
name
- the name of the collection to be returned
public 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(String name)
name
- the name of the collection to be removedpublic void removeCollection(IeCollection collection)
collection
- the collection to be removedpublic void setCollectionAt(IeCollection collection, int index)
collection
- the new collection to be setindex
- the index at which to set the new collectionpublic String getNodeName()
getNodeName
in class IeObject
public final Object deepClone()
deepClone
in class IeObject
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |