|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.bpe.interop.WMQWFHelper
public class WMQWFHelper
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Constructor Summary | |
---|---|
WMQWFHelper()
|
Method Summary | |
---|---|
static java.lang.String |
createCorrelationID()
This method creates a WMQWF like unique correlation id for the UPES invocation. |
static commonj.sdo.DataObject |
initializeBO(commonj.sdo.DataObject obj,
commonj.sdo.Type objType)
This method creates a new BO using the given type just in case the given BO is null. |
static boolean |
isSet(commonj.sdo.DataObject obj,
java.lang.String path)
This function enhance the DataObject.isSet() methode. |
static commonj.sdo.DataObject |
merge(commonj.sdo.DataObject source,
java.lang.String sourcePath,
commonj.sdo.DataObject target,
java.lang.String targetPath,
commonj.sdo.Type targetType)
This method merges two BO's as it does WMQWF. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Constructor Detail |
---|
public WMQWFHelper()
Method Detail |
---|
public static java.lang.String createCorrelationID()
public static commonj.sdo.DataObject initializeBO(commonj.sdo.DataObject obj, commonj.sdo.Type objType)
obj
- the reference to the BO (can be null)objType
- the data object type of the BO
public static boolean isSet(commonj.sdo.DataObject obj, java.lang.String path)
obj
- The input business data object.path
- The path to the part (property) of the business data object to
be checked.
public static commonj.sdo.DataObject merge(commonj.sdo.DataObject source, java.lang.String sourcePath, commonj.sdo.DataObject target, java.lang.String targetPath, commonj.sdo.Type targetType)
source
- the source BOsourcePath
- the path of the source to the part that should be mergedtarget
- the target BO (can be null)targetPath
- the path of the target to the part that should be mergedtargetType
- the BO type to create the target BO if it is null
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |