Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 2 (10.1.2)
B25708-01


oracle.tip.pc.services.identity
Class IdentityXPathFunctionUtil

java.lang.Object
  extended byoracle.tip.pc.services.identity.IdentityXPathFunctionUtil


public class IdentityXPathFunctionUtil
extends java.lang.Object

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

IdentityXPathFunctionUtil

public IdentityXPathFunctionUtil()

Method Detail

createNodeSet

public static java.util.List createNodeSet(java.util.List values)
Create a list of nodes from the values provided
Parameters:
values - The values
Returns:
List of DOM nodes

createNode

public static org.w3c.dom.Node createNode(java.lang.Object obj)
Create a DOM node from the value
Parameters:
obj - The object for which the node should be created
Returns:
Node The DOM node from the object

getBooleanArgument

public static boolean getBooleanArgument(java.lang.Object arg,
                                         boolean defaultValue)
Get the boolean argument value
Parameters:
arg - The argument object
defaultValue - The default value
Returns:
boolean The boolean value

Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 2 (10.1.2)
B25708-01


Copyright © 2005, Oracle. All rights reserved.