|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.bpc.clientcore.DataObjectUtils
Provides utilities that facilitate working with DataObjects.
Constructor Summary | |
---|---|
DataObjectUtils()
|
Method Summary | |
---|---|
static java.util.Map |
getValueMap(commonj.sdo.DataObject dataObject)
Provides a modifiable map representation of the DataObject. |
static commonj.sdo.DataObject |
putAll(commonj.sdo.DataObject dataObject,
java.util.Map valueMap)
Sets values in the value map on the DataObject. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DataObjectUtils()
Method Detail |
public static java.util.Map getValueMap(commonj.sdo.DataObject dataObject)
public static commonj.sdo.DataObject putAll(commonj.sdo.DataObject dataObject, java.util.Map valueMap)
dataObject
- The DataObject that is to be modifiedvalueMap
- A map representation of the DataObject
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |