|
Oracle BPEL Process Manager Workflow Services API Reference 10g Release 2 (10.1.2) B25708-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.tip.pc.services.identity.IdentityXPathFunctionUtil
This class provides utility functions for all the XPath functions
| Constructor Summary | |
IdentityXPathFunctionUtil() |
|
| Method Summary | |
static org.w3c.dom.Node |
createNode(java.lang.Object obj)Create a DOM node from the value |
static java.util.List |
createNodeSet(java.util.List values)Create a list of nodes from the values provided |
static boolean |
getBooleanArgument(java.lang.Object arg, boolean defaultValue)Get the boolean argument value |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public IdentityXPathFunctionUtil()
| Method Detail |
public static java.util.List createNodeSet(java.util.List values)
values - The valuespublic static org.w3c.dom.Node createNode(java.lang.Object obj)
obj - The object for which the node should be created
public static boolean getBooleanArgument(java.lang.Object arg,
boolean defaultValue)
arg - The argument objectdefaultValue - The default value
|
Oracle BPEL Process Manager Workflow Services API Reference 10g Release 2 (10.1.2) B25708-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||