|
Oracle BPEL Process Manager Workflow Services API Reference 10g Release 3 (10.1.3) B28985-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.bpel.services.common.util.AbstractJaxbUtil
oracle.bpel.services.workflow.metadata.routingslip.RoutingSlipUtil
| Method Summary | |
static boolean |
getBooleanValueForXPath(java.lang.String xpathExpr, Task task, RoutingSlip routingSlip)Get the boolean values for the XPath expression on the task |
static org.exolab.types.Duration |
getExpirationDuration(java.lang.String expiration, Task task, RoutingSlip routingSlip)Get the expiration duration |
static RoutingSlipUtil |
getInstance()Get the RoutingSlipUtil instance |
java.lang.String |
getJaxbContextString()Get the Jaxb Context String |
static java.util.List |
getNodesForXPath(java.lang.String xpathExpr, Task task, RoutingSlip routingSlip)Get the node values for the XPath expression on the task |
java.lang.String |
getSchemaLocation()Get the XSD location. |
static java.lang.String |
getStringValueForXPath(java.lang.String xpathExpr, Task task, RoutingSlip routingSlip)Get the string values for the XPath expression on the task |
| Methods inherited from class oracle.bpel.services.common.util.AbstractJaxbUtil |
cloneObject, cloneObject, createURL, getAbsoluteSchemaLocation, getClassLoader, getSchemaValidationErrors, marshal, marshal, schemaValidate, toElement, toString, unmarshal, unmarshal, unmarshal, unmarshal |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public java.lang.String getJaxbContextString()
getJaxbContextString in class AbstractJaxbUtilString valuepublic java.lang.String getSchemaLocation()
getSchemaLocation in class AbstractJaxbUtilString valuepublic static RoutingSlipUtil getInstance()
RoutingSlipUtil value
public static java.util.List getNodesForXPath(java.lang.String xpathExpr,
Task task,
RoutingSlip routingSlip)
throws java.lang.Exception
xpathExpr - The String representing the XPathtask - The Task objectroutingSlip - The RoutingSlip to which the XPath belongsList containing String valuesjava.lang.Exception - if an error occurs
public static java.lang.String getStringValueForXPath(java.lang.String xpathExpr,
Task task,
RoutingSlip routingSlip)
throws java.lang.Exception
xpathExpr - The String representing the XPathtask - The Task objectroutingSlip - The RoutingSlip to which the XPath belongsString containing String value for XPathjava.lang.Exception - if an error occurs
public static org.exolab.types.Duration getExpirationDuration(java.lang.String expiration,
Task task,
RoutingSlip routingSlip)
throws java.lang.Exception
expiration - The String representing the expiration duration or an XPath expr that points to the expiration durationtask - The Task objectroutingSlip - The RoutingSlip to which the XPath belongsDuration for the expiration durationjava.lang.Exception - if an error occurs
public static boolean getBooleanValueForXPath(java.lang.String xpathExpr,
Task task,
RoutingSlip routingSlip)
throws java.lang.Exception
xpathExpr - The boolean representing the XPathtask - The Task objectroutingSlip - The RoutingSlip to which the XPath belongsboolean containing boolean value for XPathjava.lang.Exception - if an error occurs
|
Oracle BPEL Process Manager Workflow Services API Reference 10g Release 3 (10.1.3) B28985-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2006, Oracle. All rights reserved.