|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.cs.invoker.base.xml.DataElementResultObjectController
Constructor Summary | |
---|---|
DataElementResultObjectController()
|
Method Summary | |
---|---|
java.lang.Object |
addCollectionToRecord(java.lang.Object currentRecord,
java.lang.Object aCollection)
Add a collection to the given record. |
java.lang.Object |
addElementToCollection(java.lang.Object currentCollection,
XMLToken aToken)
Add an element to the given collection. |
java.lang.Object |
addElementToRecord(java.lang.Object currentRecord,
XMLToken aToken)
Add a element to the given record. |
java.lang.Object |
addRecordToCollection(java.lang.Object currentCollection,
java.lang.Object aRecord)
Add a record to the given collection. |
java.lang.Object |
addRecordToRecord(java.lang.Object currentRecord,
java.lang.Object newRecord)
Add a record to the given record. |
java.lang.Object |
createCollection(XMLToken aToken)
Create a collection inside a given record based on the information in the given token Returns the newly created collection |
java.lang.Object |
createRecord(XMLToken aToken)
Create a record based on the information in the given token Returns the newly created record |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DataElementResultObjectController()
Method Detail |
public java.lang.Object createRecord(XMLToken aToken)
createRecord
in interface XMLResultObjectController
public java.lang.Object createCollection(XMLToken aToken)
createCollection
in interface XMLResultObjectController
public java.lang.Object addElementToRecord(java.lang.Object currentRecord, XMLToken aToken) throws ObjectTypeMissMatchException
addElementToRecord
in interface XMLResultObjectController
ObjectTypeMissMatchException
public java.lang.Object addRecordToRecord(java.lang.Object currentRecord, java.lang.Object newRecord) throws ObjectTypeMissMatchException
addRecordToRecord
in interface XMLResultObjectController
ObjectTypeMissMatchException
public java.lang.Object addCollectionToRecord(java.lang.Object currentRecord, java.lang.Object aCollection) throws ObjectTypeMissMatchException
addCollectionToRecord
in interface XMLResultObjectController
ObjectTypeMissMatchException
public java.lang.Object addRecordToCollection(java.lang.Object currentCollection, java.lang.Object aRecord) throws ObjectTypeMissMatchException
addRecordToCollection
in interface XMLResultObjectController
ObjectTypeMissMatchException
public java.lang.Object addElementToCollection(java.lang.Object currentCollection, XMLToken aToken) throws ObjectTypeMissMatchException
addElementToCollection
in interface XMLResultObjectController
ObjectTypeMissMatchException
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |