Skip navigation links

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


oracle.bpel.services.workflow.metadata.routingslip.model
Class ObjectFactory

java.lang.Object
  extended byoracle.bpel.services.workflow.metadata.routingslip.model.ObjectFactory


public class ObjectFactory
extends java.lang.Object

Constructor Summary
ObjectFactory()
           

 

Method Summary
 ActionType createActionType()
           
 ActionType createActionType(java.lang.String value)
           
 AddressType createAddressType()
           
 AddressType createAddressType(java.lang.String value)
           
 AdhocType createAdhocType()
           
 AssignmentServicePropertyType createAssignmentServicePropertyType()
           
 AssignmentServicePropertyType createAssignmentServicePropertyType(java.lang.String value)
           
 AssignmentServiceType createAssignmentServiceType()
           
 CallbackType createCallbackType()
           
 CallbackType createCallbackType(java.lang.String value)
           
 EarlyCompletionType createEarlyCompletionType()
           
 EmailType createEmailType()
           
 EscalationPolicyType createEscalationPolicyType()
           
 ExpirationDurationType createExpirationDurationType()
           
 FaxType createFaxType()
           
 FirstResponderType createFirstResponderType()
           
 FyiType createFyiType()
           
 GlobalConfigurationType createGlobalConfigurationType()
           
 ManagementChainType createManagementChainType()
           
 NotificationType createNotificationType()
           
 NotifyType createNotifyType()
           
 NotifyType.Address createNotifyTypeAddress()
           
 NotifyType.Group createNotifyTypeGroup()
           
 NotifyType.User createNotifyTypeUser()
           
 OnErrorParticipantType createOnErrorParticipantType()
           
 PagerType createPagerType()
           
 ParallelCompletionCriteriaType createParallelCompletionCriteriaType()
           
 ParallelType createParallelType()
           
 ParameterType createParameterType()
           
 ParameterType createParameterType(java.lang.String value)
           
 Participants createParticipants()
           
 ParticipantsType createParticipantsType()
           
 ParticipantsType.Adhoc createParticipantsTypeAdhoc()
           
 ParticipantsType.Fyi createParticipantsTypeFyi()
           
 ParticipantsType.ManagementChain createParticipantsTypeManagementChain()
           
 ParticipantsType.Notify createParticipantsTypeNotify()
           
 ParticipantsType.Parallel createParticipantsTypeParallel()
           
 ParticipantsType.Participant createParticipantsTypeParticipant()
           
 ParticipantsType.SequentialParticipant createParticipantsTypeSequentialParticipant()
           
 ParticipantType createParticipantType()
           
 ReminderType createReminderType()
           
 RenewalPolicyType createRenewalPolicyType()
           
 Resource createResource()
           
 ResourceType createResourceType()
           
 ResourceType createResourceType(java.lang.String value)
           
 RoutingSlip createRoutingSlip()
           
 RoutingSlipType createRoutingSlipType()
           
 SequentialParticipantType createSequentialParticipantType()
           
 SmsType createSmsType()
           
 VoiceType createVoiceType()
           
 oracle.xml.parser.v2.XMLDocument getOwnerDocument()
           
 java.lang.Object getProperty(java.lang.String name)
           
 java.lang.Object getSchemaLocation()
           
 java.lang.Object newInstance(java.lang.Class javaContentInterface)
           
 void setOwnerDocument(oracle.xml.parser.v2.XMLDocument doc)
           
 void setProperty(java.lang.String name, java.lang.Object value)
           
 java.lang.Object unmarshal(org.w3c.dom.Node node)
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ObjectFactory

public ObjectFactory()

Method Detail

createParallelType

public ParallelType createParallelType()

createCallbackType

public CallbackType createCallbackType(java.lang.String value)

createCallbackType

public CallbackType createCallbackType()

createActionType

public ActionType createActionType(java.lang.String value)

createActionType

public ActionType createActionType()

createParticipantsType

public ParticipantsType createParticipantsType()

createParticipantsTypeParticipant

public ParticipantsType.Participant createParticipantsTypeParticipant()

createParticipantsTypeSequentialParticipant

public ParticipantsType.SequentialParticipant createParticipantsTypeSequentialParticipant()

createParticipantsTypeAdhoc

public ParticipantsType.Adhoc createParticipantsTypeAdhoc()

createParticipantsTypeManagementChain

public ParticipantsType.ManagementChain createParticipantsTypeManagementChain()

createParticipantsTypeParallel

public ParticipantsType.Parallel createParticipantsTypeParallel()

createParticipantsTypeFyi

public ParticipantsType.Fyi createParticipantsTypeFyi()

createParticipantsTypeNotify

public ParticipantsType.Notify createParticipantsTypeNotify()

createAssignmentServiceType

public AssignmentServiceType createAssignmentServiceType()

createAdhocType

public AdhocType createAdhocType()

createParticipants

public Participants createParticipants()

createSmsType

public SmsType createSmsType()

createRoutingSlipType

public RoutingSlipType createRoutingSlipType()

createNotifyType

public NotifyType createNotifyType()

createNotifyTypeUser

public NotifyType.User createNotifyTypeUser()

createNotifyTypeGroup

public NotifyType.Group createNotifyTypeGroup()

createNotifyTypeAddress

public NotifyType.Address createNotifyTypeAddress()

createAssignmentServicePropertyType

public AssignmentServicePropertyType createAssignmentServicePropertyType(java.lang.String value)

createAssignmentServicePropertyType

public AssignmentServicePropertyType createAssignmentServicePropertyType()

createNotificationType

public NotificationType createNotificationType()

createEarlyCompletionType

public EarlyCompletionType createEarlyCompletionType()

createParallelCompletionCriteriaType

public ParallelCompletionCriteriaType createParallelCompletionCriteriaType()

createGlobalConfigurationType

public GlobalConfigurationType createGlobalConfigurationType()

createExpirationDurationType

public ExpirationDurationType createExpirationDurationType()

createRenewalPolicyType

public RenewalPolicyType createRenewalPolicyType()

createAddressType

public AddressType createAddressType(java.lang.String value)

createAddressType

public AddressType createAddressType()

createFaxType

public FaxType createFaxType()

createReminderType

public ReminderType createReminderType()

createRoutingSlip

public RoutingSlip createRoutingSlip()

createManagementChainType

public ManagementChainType createManagementChainType()

createEmailType

public EmailType createEmailType()

createResourceType

public ResourceType createResourceType(java.lang.String value)

createResourceType

public ResourceType createResourceType()

createFirstResponderType

public FirstResponderType createFirstResponderType()

createParameterType

public ParameterType createParameterType(java.lang.String value)

createParameterType

public ParameterType createParameterType()

createFyiType

public FyiType createFyiType()

createParticipantType

public ParticipantType createParticipantType()

createVoiceType

public VoiceType createVoiceType()

createPagerType

public PagerType createPagerType()

createResource

public Resource createResource()

createOnErrorParticipantType

public OnErrorParticipantType createOnErrorParticipantType()

createEscalationPolicyType

public EscalationPolicyType createEscalationPolicyType()

createSequentialParticipantType

public SequentialParticipantType createSequentialParticipantType()

newInstance

public java.lang.Object newInstance(java.lang.Class javaContentInterface)
                             throws javax.xml.bind.JAXBException
Throws:
javax.xml.bind.JAXBException

getProperty

public java.lang.Object getProperty(java.lang.String name)

setProperty

public void setProperty(java.lang.String name,
                        java.lang.Object value)

unmarshal

public java.lang.Object unmarshal(org.w3c.dom.Node node)
                           throws javax.xml.bind.UnmarshalException
Throws:
javax.xml.bind.UnmarshalException

setOwnerDocument

public void setOwnerDocument(oracle.xml.parser.v2.XMLDocument doc)

getOwnerDocument

public oracle.xml.parser.v2.XMLDocument getOwnerDocument()

getSchemaLocation

public java.lang.Object getSchemaLocation()
                                   throws java.lang.Exception
Throws:
java.lang.Exception

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.