Skip navigation links

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


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

createTNMOutput

public TNMOutput createTNMOutput()
Create an instance of TNMOutput

createTGlobalActivity

public TGlobalActivity createTGlobalActivity()
Create an instance of TGlobalActivity

createTAssociations

public TAssociations createTAssociations()
Create an instance of TAssociations

createTSaveData

public TSaveData createTSaveData()
Create an instance of TSaveData

createTCaseActivity

public TCaseActivity createTCaseActivity()
Create an instance of TCaseActivity

createTOutputParameters

public TOutputParameters createTOutputParameters()
Create an instance of TOutputParameters

createTOutput

public TOutput createTOutput()
Create an instance of TOutput

createTResourceBundle

public TResourceBundle createTResourceBundle()
Create an instance of TResourceBundle

createTCustomDefinition

public TCustomDefinition createTCustomDefinition()
Create an instance of TCustomDefinition

createTOutputParameter

public TOutputParameter createTOutputParameter()
Create an instance of TOutputParameter

createTComponentInfo

public TComponentInfo createTComponentInfo()
Create an instance of TComponentInfo

createTCaseCategory

public TCaseCategory createTCaseCategory()
Create an instance of TCaseCategory

createTWorkflowActivity

public TWorkflowActivity createTWorkflowActivity()
Create an instance of TWorkflowActivity

createTCaseAssociations

public TCaseAssociations createTCaseAssociations()
Create an instance of TCaseAssociations

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

createTPayloadOutput

public TPayloadOutput createTPayloadOutput()
Create an instance of TPayloadOutput

createTParameters

public TParameters createTParameters()
Create an instance of TParameters

createTCases

public TCases createTCases()
Create an instance of TCases

createTOutputs

public TOutputs createTOutputs()
Create an instance of TOutputs

createTInputParameter

public TInputParameter createTInputParameter()
Create an instance of TInputParameter

createTCaseCategories

public TCaseCategories createTCaseCategories()
Create an instance of TCaseCategories

createTCustomActivity

public TCustomActivity createTCustomActivity()
Create an instance of TCustomActivity

createTCaseDataInput

public TCaseDataInput createTCaseDataInput()
Create an instance of TCaseDataInput

createTBpmnActivity

public TBpmnActivity createTBpmnActivity()
Create an instance of TBpmnActivity

createCaseActivity

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

Skip navigation links

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


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