Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.6.3)
E25378-06


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

java.lang.Object
  extended by oracle.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)
           
 AssignmentContextType createAssignmentContextType()
           
 AssignmentContextTypeValueType createAssignmentContextTypeValueType()
           
 AssignmentContextTypeValueType createAssignmentContextTypeValueType(java.lang.String value)
           
 Attachment createAttachment()
           
 AttachmentType createAttachmentType()
           
 CallbackType createCallbackType()
           
 CollectionTarget createCollectionTarget()
           
 CollectionTargetActionType createCollectionTargetActionType()
           
 CollectionTargetType createCollectionTargetType()
           
 CommentType createCommentType()
           
 CustomAttributesType createCustomAttributesType()
           
 DisplayInfoType createDisplayInfoType()
           
 Document createDocument()
           
 DocumentType createDocumentType()
           
 FlexfieldMappingType createFlexfieldMappingType()
           
 IdentityType createIdentityType()
           
 KeyList createKeyList()
           
 KeyListType createKeyListType()
           
 KeyType createKeyType()
           
 PreActionUserStepsType createPreActionUserStepsType()
           
 PreActionUserStepType createPreActionUserStepType()
           
 ProcessType createProcessType()
           
 ScaType createScaType()
           
 ShortHistoryTaskType createShortHistoryTaskType()
           
 ShortHistoryType createShortHistoryType()
           
 SystemAttributesType createSystemAttributesType()
           
 SystemMessageAttributesType createSystemMessageAttributesType()
           
 Task createTask()
           
 TaskType createTaskType()
           
 UcmMetadataItemType createUcmMetadataItemType()
           
 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

createSystemAttributesType

public SystemAttributesType createSystemAttributesType()

createCustomAttributesType

public CustomAttributesType createCustomAttributesType()

createProcessType

public ProcessType createProcessType()

createSystemMessageAttributesType

public SystemMessageAttributesType createSystemMessageAttributesType()

createAttachment

public Attachment createAttachment()

createDocument

public Document createDocument()

createKeyList

public KeyList createKeyList()

createDocumentType

public DocumentType createDocumentType()

createFlexfieldMappingType

public FlexfieldMappingType createFlexfieldMappingType()

createCollectionTargetType

public CollectionTargetType createCollectionTargetType()

createCollectionTargetActionType

public CollectionTargetActionType createCollectionTargetActionType()

createAssignmentContextType

public AssignmentContextType createAssignmentContextType()

createShortHistoryTaskType

public ShortHistoryTaskType createShortHistoryTaskType()

createScaType

public ScaType createScaType()

createUcmMetadataItemType

public UcmMetadataItemType createUcmMetadataItemType()

createAnyType

public AnyType createAnyType()

createActionType

public ActionType createActionType()

createAssignmentContextTypeValueType

public AssignmentContextTypeValueType createAssignmentContextTypeValueType(java.lang.String value)

createAssignmentContextTypeValueType

public AssignmentContextTypeValueType createAssignmentContextTypeValueType()

createKeyListType

public KeyListType createKeyListType()

createCollectionTarget

public CollectionTarget createCollectionTarget()

createCallbackType

public CallbackType createCallbackType()

createTask

public Task createTask()

createShortHistoryType

public ShortHistoryType createShortHistoryType()

createKeyType

public KeyType createKeyType()

createAttachmentType

public AttachmentType createAttachmentType()

createDisplayInfoType

public DisplayInfoType createDisplayInfoType()

createIdentityType

public IdentityType createIdentityType()

createTaskType

public TaskType createTaskType()

createCommentType

public CommentType createCommentType()

createPreActionUserStepsType

public PreActionUserStepsType createPreActionUserStepsType()

createPreActionUserStepType

public PreActionUserStepType createPreActionUserStepType()

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

createAnyType

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

createAnyType

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

Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.6.3)
E25378-06


Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved.