Skip navigation links

Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 3 (10.1.3)
B28985-02


oracle.bpel.services.workflow.metadata.taskdefinition
Class TaskDefinitionUtil

java.lang.Object
  extended byoracle.bpel.services.common.util.AbstractJaxbUtil
      extended byoracle.bpel.services.workflow.metadata.taskdefinition.TaskDefinitionUtil


public class TaskDefinitionUtil
extends AbstractJaxbUtil

Method Summary
static TaskDefinitionUtil getInstance()
          Get the TaskDefinitionUtil instance
 java.lang.String getJaxbContextString()
          Get the Jaxb Context String
static RoutingSlip getRoutingSlipCopy(Task task)
          Get the routing slip
static RoutingSlip getRoutingSlipFromMetadata(Task task)
          Get the routing slip
static RoutingSlip getRoutingSlipFromMetadata(TaskDefinition taskDef, java.lang.String taskDefinitionURI)
           
static java.lang.String getRoutingSlipURI(Task task)
          Get the routing slip URI
 java.lang.String getSchemaLocation()
          Get the XSD location.

 

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

getJaxbContextString

public java.lang.String getJaxbContextString()
Get the Jaxb Context String
Specified by:
getJaxbContextString in class AbstractJaxbUtil
Returns:
a String value

getSchemaLocation

public java.lang.String getSchemaLocation()
Get the XSD location. This location is a resource location string like A.xsd, a/b/C.xsd The actual file location is determined from the classpath
Specified by:
getSchemaLocation in class AbstractJaxbUtil
Returns:
a String value

getInstance

public static TaskDefinitionUtil getInstance()
Get the TaskDefinitionUtil instance
Returns:
a TaskDefinitionUtil value

getRoutingSlipURI

public static java.lang.String getRoutingSlipURI(Task task)
Get the routing slip URI
Parameters:
task - a Task value
Returns:
String The URI to the routing slip

getRoutingSlipFromMetadata

public static RoutingSlip getRoutingSlipFromMetadata(Task task)
                                              throws WorkflowException
Get the routing slip
Parameters:
task - a Task value
Returns:
a RoutingSlip value
Throws:
WorkflowException - if an error occurs

getRoutingSlipFromMetadata

public static RoutingSlip getRoutingSlipFromMetadata(TaskDefinition taskDef,
                                                     java.lang.String taskDefinitionURI)
                                              throws WorkflowException
Throws:
WorkflowException

getRoutingSlipCopy

public static RoutingSlip getRoutingSlipCopy(Task task)
                                      throws WorkflowException
Get the routing slip
Parameters:
task - a Task value
Returns:
a RoutingSlip value
Throws:
WorkflowException - if an error occurs

Skip navigation links

Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 3 (10.1.3)
B28985-02


Copyright © 2006, Oracle. All rights reserved.