|
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1.9) E10660-12 |
||||||||
| 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
public class RoutingSlipUtil
| Method Summary | |
|---|---|
DynamicAssignment |
cloneDynamicAssignmentType(DynamicAssignmentType original)Creates a clone of the specified DynamicAssignmentType. |
static java.util.List<java.lang.Object> |
cloneListsType(java.util.List<java.lang.Object> originalListsTypeList)Method to clone List |
RoutingSlip |
createRoutingSlipFromType(RoutingSlipType routingSlipType)Create RoutingSlip from RoutingSlipType |
static RoutingSlipUtil |
getInstance()Get the RoutingSlipUtil instance |
java.lang.String |
getJaxbContextString()Get the Jaxb Context String |
static java.lang.Object |
getListObject(ListType listType)Get List Object from ListType. |
static void |
getParticipantObjectListByType(java.util.List<java.lang.Object> participantList, java.lang.Class participantType, java.util.List<java.lang.Object> sameParticipantTypeList)Get a list of all objects of the same ParticipantsType |
static java.lang.String |
getRulesetNameInListBuilder(ListType listType)Obtain ruleset name from ListType. |
static void |
getRulesetNameListFromRoutingSlip(java.util.List<java.lang.Object> participantList, java.util.Collection<java.lang.String> rulesetNameCollection)Method to obtain all ruleset names from the RoutingSlip. |
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, marshal, schemaValidate, toElement, toString, unmarshal, 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 DynamicAssignment cloneDynamicAssignmentType(DynamicAssignmentType original)
throws java.lang.Exception
original -java.lang.Exception
public RoutingSlip createRoutingSlipFromType(RoutingSlipType routingSlipType)
throws WorkflowException
routingSlipType - The RoutingSlipType objectWorkflowException
public static void getRulesetNameListFromRoutingSlip(java.util.List<java.lang.Object> participantList,
java.util.Collection<java.lang.String> rulesetNameCollection)
participantList - Participants element from the RoutingSliprulesetNameCollection - An empty Collection can be used as a place holder to hold all ruleset names parsed from the RoutingSlip.WorkflowExceptionpublic static java.lang.String getRulesetNameInListBuilder(ListType listType)
listType -WorkflowExceptionpublic static java.lang.Object getListObject(ListType listType)
listType -public static java.util.List<java.lang.Object> cloneListsType(java.util.List<java.lang.Object> originalListsTypeList)