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

oracle.bpm.casemgmt.metadata.activity.model
Class ObjectFactory

java.lang.Object
  extended by oracle.bpm.casemgmt.metadata.activity.model.ObjectFactory

public class ObjectFactory
extends java.lang.Object

This object contains factory methods for each Java content interface and Java element interface generated in the oracle.bpm.casemgmt.metadata.activity.model package.

An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.


Constructor Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: oracle.bpm.casemgmt.metadata.activity.model
 
Method Summary
 CaseActivity createCaseActivity(TCaseActivity value)
          Create an instance of CaseActivity}
 TAssociations createTAssociations()
          Create an instance of TAssociations
 TBpmnActivity createTBpmnActivity()
          Create an instance of TBpmnActivity
 TCaseActivity createTCaseActivity()
          Create an instance of TCaseActivity
 TCaseAssociations createTCaseAssociations()
          Create an instance of TCaseAssociations
 TCaseCategories createTCaseCategories()
          Create an instance of TCaseCategories
 TCaseCategory createTCaseCategory()
          Create an instance of TCaseCategory
 TCaseDataInput createTCaseDataInput()
          Create an instance of TCaseDataInput
 TCaseIdentifier createTCaseIdentifier()
          Create an instance of TCaseIdentifier
 TCases createTCases()
          Create an instance of TCases
 TComponentInfo createTComponentInfo()
          Create an instance of TComponentInfo
 TCustomActivity createTCustomActivity()
          Create an instance of TCustomActivity
 TCustomDefinition createTCustomDefinition()
          Create an instance of TCustomDefinition
 TGlobalActivity createTGlobalActivity()
          Create an instance of TGlobalActivity
 TInputParameter createTInputParameter()
          Create an instance of TInputParameter
 TInputs createTInputs()
          Create an instance of TInputs
 TNMOutput createTNMOutput()
          Create an instance of TNMOutput
 TOutput createTOutput()
          Create an instance of TOutput
 TOutputParameter createTOutputParameter()
          Create an instance of TOutputParameter
 TOutputParameters createTOutputParameters()
          Create an instance of TOutputParameters
 TOutputs createTOutputs()
          Create an instance of TOutputs
 TParameters createTParameters()
          Create an instance of TParameters
 TPayloadInput createTPayloadInput()
          Create an instance of TPayloadInput
 TPayloadOutput createTPayloadOutput()
          Create an instance of TPayloadOutput
 TResourceBundle createTResourceBundle()
          Create an instance of TResourceBundle
 TSaveData createTSaveData()
          Create an instance of TSaveData
 TWorkflowActivity createTWorkflowActivity()
          Create an instance of TWorkflowActivity
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: oracle.bpm.casemgmt.metadata.activity.model

Method Detail

createTPayloadOutput

public TPayloadOutput createTPayloadOutput()
Create an instance of TPayloadOutput


createTOutputs

public TOutputs createTOutputs()
Create an instance of TOutputs


createTInputParameter

public TInputParameter createTInputParameter()
Create an instance of TInputParameter


createTGlobalActivity

public TGlobalActivity createTGlobalActivity()
Create an instance of TGlobalActivity


createTCaseAssociations

public TCaseAssociations createTCaseAssociations()
Create an instance of TCaseAssociations


createTAssociations

public TAssociations createTAssociations()
Create an instance of TAssociations


createTSaveData

public TSaveData createTSaveData()
Create an instance of TSaveData


createTOutput

public TOutput createTOutput()
Create an instance of TOutput


createTParameters

public TParameters createTParameters()
Create an instance of TParameters


createTCustomDefinition

public TCustomDefinition createTCustomDefinition()
Create an instance of TCustomDefinition


createTCaseDataInput

public TCaseDataInput createTCaseDataInput()
Create an instance of TCaseDataInput


createTInputs

public TInputs createTInputs()
Create an instance of TInputs


createTPayloadInput

public TPayloadInput createTPayloadInput()
Create an instance of TPayloadInput


createTCaseIdentifier

public TCaseIdentifier createTCaseIdentifier()
Create an instance of TCaseIdentifier


createTOutputParameter

public TOutputParameter createTOutputParameter()
Create an instance of TOutputParameter


createTOutputParameters

public TOutputParameters createTOutputParameters()
Create an instance of TOutputParameters


createTComponentInfo

public TComponentInfo createTComponentInfo()
Create an instance of TComponentInfo


createTResourceBundle

public TResourceBundle createTResourceBundle()
Create an instance of TResourceBundle


createTCases

public TCases createTCases()
Create an instance of TCases


createTCaseCategories

public TCaseCategories createTCaseCategories()
Create an instance of TCaseCategories


createTCustomActivity

public TCustomActivity createTCustomActivity()
Create an instance of TCustomActivity


createTCaseCategory

public TCaseCategory createTCaseCategory()
Create an instance of TCaseCategory


createTWorkflowActivity

public TWorkflowActivity createTWorkflowActivity()
Create an instance of TWorkflowActivity


createTNMOutput

public TNMOutput createTNMOutput()
Create an instance of TNMOutput


createTCaseActivity

public TCaseActivity createTCaseActivity()
Create an instance of TCaseActivity


createTBpmnActivity

public TBpmnActivity createTBpmnActivity()
Create an instance of TBpmnActivity


createCaseActivity

public CaseActivity createCaseActivity(TCaseActivity value)
Create an instance of CaseActivity}


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

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