Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.4.0)
E10660-04


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

java.lang.Object
  extended by oracle.bpel.services.workflow.user.model.ObjectFactory


public class ObjectFactory
extends java.lang.Object

Constructor Summary
ObjectFactory()
           

 

Method Summary
 ChartType createChartType()
           
 ChartType.SelectValuesType createChartTypeSelectValuesType()
           
 ColumnListType createColumnListType()
           
 ColumnType createColumnType()
           
 GrantedViewList createGrantedViewList()
           
 GrantedViewListType createGrantedViewListType()
           
 Presentation createPresentation()
           
 PresentationList createPresentationList()
           
 PresentationListType createPresentationListType()
           
 PresentationType createPresentationType()
           
 PropertyType createPropertyType()
           
 PropertyType createPropertyType(java.lang.String value)
           
 RuleActionType createRuleActionType()
           
 RuleAssignmentType createRuleAssignmentType()
           
 RuleDetail createRuleDetail()
           
 RuleDetailType createRuleDetailType()
           
 RuleInfoType createRuleInfoType()
           
 RuleList createRuleList()
           
 RuleListType createRuleListType()
           
 RuleRepositoryInfo createRuleRepositoryInfo()
           
 RuleRepositoryInfoType createRuleRepositoryInfoType()
           
 RulesetInfo createRulesetInfo()
           
 RulesetInfoType createRulesetInfoType()
           
 RuleTestListType createRuleTestListType()
           
 RuleTestType createRuleTestType()
           
 SuccessResponse createSuccessResponse()
           
 SuccessResponse createSuccessResponse(java.lang.String value)
           
 UserApplicationData createUserApplicationData()
           
 UserApplicationDataList createUserApplicationDataList()
           
 UserApplicationDataListType createUserApplicationDataListType()
           
 UserApplicationDataType createUserApplicationDataType()
           
 UserPreference createUserPreference()
           
 UserPreferences createUserPreferences()
           
 UserPreferencesType createUserPreferencesType()
           
 UserPreferenceType createUserPreferenceType()
           
 UserViewDetail createUserViewDetail()
           
 UserViewDetailType createUserViewDetailType()
           
 UserViewList createUserViewList()
           
 UserViewListType createUserViewListType()
           
 VacationInfo createVacationInfo()
           
 VacationInfoType createVacationInfoType()
           
 ViewGrant createViewGrant()
           
 ViewGranteeListType createViewGranteeListType()
           
 ViewGranteeType createViewGranteeType()
           
 ViewGrantType createViewGrantType()
           
 ViewSummaryType createViewSummaryType()
           
 XpathExpressionType createXpathExpressionType()
           
 XpathExpressionType createXpathExpressionType(java.lang.String value)
           
 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

createUserViewDetailType

public UserViewDetailType createUserViewDetailType()

createPresentationList

public PresentationList createPresentationList()

createRuleTestListType

public RuleTestListType createRuleTestListType()

createRuleInfoType

public RuleInfoType createRuleInfoType()

createVacationInfoType

public VacationInfoType createVacationInfoType()

createUserPreference

public UserPreference createUserPreference()

createRuleAssignmentType

public RuleAssignmentType createRuleAssignmentType()

createRuleRepositoryInfoType

public RuleRepositoryInfoType createRuleRepositoryInfoType()

createRulesetInfo

public RulesetInfo createRulesetInfo()

createUserViewDetail

public UserViewDetail createUserViewDetail()

createColumnType

public ColumnType createColumnType()

createUserApplicationData

public UserApplicationData createUserApplicationData()

createUserViewListType

public UserViewListType createUserViewListType()

createGrantedViewListType

public GrantedViewListType createGrantedViewListType()

createViewGrant

public ViewGrant createViewGrant()

createPresentationType

public PresentationType createPresentationType()

createRuleDetailType

public RuleDetailType createRuleDetailType()

createSuccessResponse

public SuccessResponse createSuccessResponse(java.lang.String value)

createSuccessResponse

public SuccessResponse createSuccessResponse()

createUserViewList

public UserViewList createUserViewList()

createRulesetInfoType

public RulesetInfoType createRulesetInfoType()

createRuleListType

public RuleListType createRuleListType()

createViewGranteeType

public ViewGranteeType createViewGranteeType()

createChartType

public ChartType createChartType()

createChartTypeSelectValuesType

public ChartType.SelectValuesType createChartTypeSelectValuesType()

createUserPreferences

public UserPreferences createUserPreferences()

createRuleList

public RuleList createRuleList()

createPresentation

public Presentation createPresentation()

createViewSummaryType

public ViewSummaryType createViewSummaryType()

createUserApplicationDataList

public UserApplicationDataList createUserApplicationDataList()

createVacationInfo

public VacationInfo createVacationInfo()

createColumnListType

public ColumnListType createColumnListType()

createUserPreferenceType

public UserPreferenceType createUserPreferenceType()

createRuleRepositoryInfo

public RuleRepositoryInfo createRuleRepositoryInfo()

createRuleDetail

public RuleDetail createRuleDetail()

createPropertyType

public PropertyType createPropertyType(java.lang.String value)

createPropertyType

public PropertyType createPropertyType()

createViewGrantType

public ViewGrantType createViewGrantType()

createGrantedViewList

public GrantedViewList createGrantedViewList()

createUserPreferencesType

public UserPreferencesType createUserPreferencesType()

createUserApplicationDataListType

public UserApplicationDataListType createUserApplicationDataListType()

createRuleTestType

public RuleTestType createRuleTestType()

createUserApplicationDataType

public UserApplicationDataType createUserApplicationDataType()

createViewGranteeListType

public ViewGranteeListType createViewGranteeListType()

createRuleActionType

public RuleActionType createRuleActionType()

createPresentationListType

public PresentationListType createPresentationListType()

createXpathExpressionType

public XpathExpressionType createXpathExpressionType(java.lang.String value)

createXpathExpressionType

public XpathExpressionType createXpathExpressionType()

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 Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.4.0)
E10660-04


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