|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bea.ld.dsmediator.update.DataServiceToUpdate
A wrapper class that contains a datagraph and its dataservice locator for submit it may also contains a collection of child DataServiceToUpdate objects
Constructor Summary | |
DataServiceToUpdate(commonj.sdo.DataGraph sdo,
java.lang.String dataServiceName)
|
Method Summary | |
DataServiceToUpdate |
addContainedDSToUpdate(commonj.sdo.DataGraph containedSDO,
java.lang.String dsName)
Add new DataGraph as a child/dependent of current SDO |
void |
addContainedDSToUpdate(DataServiceToUpdate dsToUpdate)
Add new wrapped DataGraph as a child/dependent of current SDO |
java.util.Collection |
getContainedDSToUpdateList()
return all dependent sdo objects as collection of DataServiceToUpdate for current sdo |
commonj.sdo.DataGraph |
getDataGraph()
get the current datagraph wrapped inside |
java.lang.String |
getDataServiceName()
|
void |
removeContainedDSToUpdate(DataServiceToUpdate dsToUpdate)
remove a wrapped DataGraph from the child collection of current SDO |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DataServiceToUpdate(commonj.sdo.DataGraph sdo, java.lang.String dataServiceName)
sdo
- data graph to be updateddataServiceName
- data service URI for current SDOMethod Detail |
public java.util.Collection getContainedDSToUpdateList()
public DataServiceToUpdate addContainedDSToUpdate(commonj.sdo.DataGraph containedSDO, java.lang.String dsName)
containedSDO
- A SDO that is child/dependent of current SDOdsName
- data service URI for current SDOpublic void addContainedDSToUpdate(DataServiceToUpdate dsToUpdate)
dsToUpdate
- A SDO that is child/dependent of current SDOpublic void removeContainedDSToUpdate(DataServiceToUpdate dsToUpdate)
dsToUpdate
- public java.lang.String getDataServiceName()
public commonj.sdo.DataGraph getDataGraph()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |