Skip navigation links

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


oracle.bpel.services.workflow.task.model
Class ObjectFactory

java.lang.Object
  extended byoracle.bpel.services.workflow.task.model.ObjectFactory


public class ObjectFactory
extends java.lang.Object

Constructor Summary
ObjectFactory()
           

 

Method Summary
 ActionType createActionType()
           
 AnyType createAnyType()
           
 AnyType createAnyType(org.w3c.dom.Element element)
           
 AnyType createAnyType(oracle.xml.parser.v2.XMLElement element)
           
 AttachmentType createAttachmentType()
           
 CallbackType createCallbackType()
           
 CommentType createCommentType()
           
 IdentityType createIdentityType()
           
 ProcessType createProcessType()
           
 ShortHistoryTaskType createShortHistoryTaskType()
           
 ShortHistoryType createShortHistoryType()
           
 SystemAttributesType createSystemAttributesType()
           
 SystemMessageAttributesType createSystemMessageAttributesType()
           
 Task createTask()
           
 TaskType createTaskType()
           
 java.lang.Object getProperty(java.lang.String name)
           
 java.lang.Object getSchemaLocation()
           
 java.lang.Object newInstance(java.lang.Class javaContentInterface)
           
 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

createShortHistoryType

public ShortHistoryType createShortHistoryType()

createSystemAttributesType

public SystemAttributesType createSystemAttributesType()

createSystemMessageAttributesType

public SystemMessageAttributesType createSystemMessageAttributesType()

createCallbackType

public CallbackType createCallbackType()

createCommentType

public CommentType createCommentType()

createTaskType

public TaskType createTaskType()

createProcessType

public ProcessType createProcessType()

createTask

public Task createTask()

createShortHistoryTaskType

public ShortHistoryTaskType createShortHistoryTaskType()

createActionType

public ActionType createActionType()

createAnyType

public AnyType createAnyType()

createIdentityType

public IdentityType createIdentityType()

createAttachmentType

public AttachmentType createAttachmentType()

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

getSchemaLocation

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

createAnyType

public AnyType createAnyType(oracle.xml.parser.v2.XMLElement element)

createAnyType

public AnyType createAnyType(org.w3c.dom.Element element)

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.