Skip navigation links

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


oracle.bpm.services.organization.model
Class ObjectFactory

java.lang.Object
  extended by oracle.bpm.services.organization.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.services.organization.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.services.organization.model

 

Method Summary
 ApplicationContext createApplicationContext()
          Create an instance of ApplicationContext
 ApplicationRoleOrgUnitCalendarAssociation createApplicationRoleOrgUnitCalendarAssociation()
          Create an instance of ApplicationRoleOrgUnitCalendarAssociation
 ApplicationRoleOrgUnitCalendarAssociations createApplicationRoleOrgUnitCalendarAssociations()
          Create an instance of ApplicationRoleOrgUnitCalendarAssociations
 ApplicationRoles createApplicationRoles()
          Create an instance of ApplicationRoles
 ApplicationRoleType createApplicationRoleType()
          Create an instance of ApplicationRoleType
 AppRole createAppRole(AppRoleRefType value)
          Create an instance of AppRole}
 AppRoleList createAppRoleList(AppRoleListType value)
          Create an instance of AppRoleList}
 AppRoleListType createAppRoleListType()
          Create an instance of AppRoleListType
 AppRoleRefType createAppRoleRefType()
          Create an instance of AppRoleRefType
 ArgumentType createArgumentType()
          Create an instance of ArgumentType
 AttributeType createAttributeType()
          Create an instance of AttributeType
 CalendarRule createCalendarRule()
          Create an instance of CalendarRule
 CalendarRuleList createCalendarRuleList()
          Create an instance of CalendarRuleList
 CalendarRules createCalendarRules()
          Create an instance of CalendarRules
 ClauseType createClauseType()
          Create an instance of ClauseType
 ColumnType createColumnType()
          Create an instance of ColumnType
 ConditionType createConditionType()
          Create an instance of ConditionType
 GranteesType createGranteesType()
          Create an instance of GranteesType
 GroupManagersType createGroupManagersType()
          Create an instance of GroupManagersType
 GroupOwnersType createGroupOwnersType()
          Create an instance of GroupOwnersType
 HolidayRule createHolidayRule()
          Create an instance of HolidayRule
 HolidayRuleList createHolidayRuleList()
          Create an instance of HolidayRuleList
 HolidayRules createHolidayRules()
          Create an instance of HolidayRules
 HolidayType createHolidayType()
          Create an instance of HolidayType
 IdentityTypeValueListType createIdentityTypeValueListType()
          Create an instance of IdentityTypeValueListType
 LogicalPeopleGroup createLogicalPeopleGroup()
          Create an instance of LogicalPeopleGroup
 LogicalPeopleGroupList createLogicalPeopleGroupList()
          Create an instance of LogicalPeopleGroupList
 LPGMember createLPGMember()
          Create an instance of LPGMember
 MemberType createMemberType()
          Create an instance of MemberType
 Organization createOrganization()
          Create an instance of Organization
 OrganizationalUnit createOrganizationalUnit()
          Create an instance of OrganizationalUnit
 OrganizationalUnits createOrganizationalUnits()
          Create an instance of OrganizationalUnits
 OrganizationalUsers createOrganizationalUsers()
          Create an instance of OrganizationalUsers
 OrganizationalUserType createOrganizationalUserType()
          Create an instance of OrganizationalUserType
 ParameterListType createParameterListType()
          Create an instance of ParameterListType
 ParameterType createParameterType()
          Create an instance of ParameterType
 Participant createParticipant(PrincipleRefType value)
          Create an instance of Participant}
 ParticipantProperties createParticipantProperties()
          Create an instance of ParticipantProperties
 ParticipantPropertiesList createParticipantPropertiesList()
          Create an instance of ParticipantPropertiesList
 ParticipantProperty createParticipantProperty()
          Create an instance of ParticipantProperty
 ParticipantPropertyList createParticipantPropertyList()
          Create an instance of ParticipantPropertyList
 ParticipantPropertyType createParticipantPropertyType()
          Create an instance of ParticipantPropertyType
 PeopleQuery createPeopleQuery(PeopleQueryType value)
          Create an instance of PeopleQuery}
 PeopleQueryContext createPeopleQueryContext(PeopleQueryContextType value)
          Create an instance of PeopleQueryContext}
 PeopleQueryContextType createPeopleQueryContextType()
          Create an instance of PeopleQueryContextType
 PeopleQueryMemberType createPeopleQueryMemberType()
          Create an instance of PeopleQueryMemberType
 PeopleQueryType createPeopleQueryType()
          Create an instance of PeopleQueryType
 Permission createPermission()
          Create an instance of Permission
 Predicate createPredicate(PredicateType value)
          Create an instance of Predicate}
 PredicateClauseType createPredicateClauseType()
          Create an instance of PredicateClauseType
 PredicateType createPredicateType()
          Create an instance of PredicateType
 PrincipleList createPrincipleList(PrincipleListType value)
          Create an instance of PrincipleList}
 PrincipleListType createPrincipleListType()
          Create an instance of PrincipleListType
 PrincipleRefType createPrincipleRefType()
          Create an instance of PrincipleRefType
 ProcessRoleType createProcessRoleType()
          Create an instance of ProcessRoleType
 ReporteesType createReporteesType()
          Create an instance of ReporteesType
 RoleProfile createRoleProfile(RoleProfileType value)
          Create an instance of RoleProfile}
 RoleProfileType createRoleProfileType()
          Create an instance of RoleProfileType
 SearchFilterType createSearchFilterType()
          Create an instance of SearchFilterType
 SearchUserType createSearchUserType()
          Create an instance of SearchUserType
 UserManagementChainType createUserManagementChainType()
          Create an instance of UserManagementChainType
 UserManagerType createUserManagerType()
          Create an instance of UserManagerType
 UserProfileType createUserProfileType()
          Create an instance of UserProfileType
 UsersWithPropertiesType createUsersWithPropertiesType()
          Create an instance of UsersWithPropertiesType
 ValueListType createValueListType()
          Create an instance of ValueListType
 WorkdayListType createWorkdayListType()
          Create an instance of WorkdayListType
 WorkdayType createWorkdayType()
          Create an instance of WorkdayType
 WorkPeriodType createWorkPeriodType()
          Create an instance of WorkPeriodType

 

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.services.organization.model

Method Detail

createApplicationContext

public ApplicationContext createApplicationContext()
Create an instance of ApplicationContext

createPredicateClauseType

public PredicateClauseType createPredicateClauseType()
Create an instance of PredicateClauseType

createValueListType

public ValueListType createValueListType()
Create an instance of ValueListType

createAppRoleListType

public AppRoleListType createAppRoleListType()
Create an instance of AppRoleListType

createPeopleQueryContextType

public PeopleQueryContextType createPeopleQueryContextType()
Create an instance of PeopleQueryContextType

createGranteesType

public GranteesType createGranteesType()
Create an instance of GranteesType

createColumnType

public ColumnType createColumnType()
Create an instance of ColumnType

createPermission

public Permission createPermission()
Create an instance of Permission

createPrincipleListType

public PrincipleListType createPrincipleListType()
Create an instance of PrincipleListType

createParameterListType

public ParameterListType createParameterListType()
Create an instance of ParameterListType

createCalendarRuleList

public CalendarRuleList createCalendarRuleList()
Create an instance of CalendarRuleList

createOrganizationalUserType

public OrganizationalUserType createOrganizationalUserType()
Create an instance of OrganizationalUserType

createLPGMember

public LPGMember createLPGMember()
Create an instance of LPGMember

createParticipantPropertyType

public ParticipantPropertyType createParticipantPropertyType()
Create an instance of ParticipantPropertyType

createCalendarRules

public CalendarRules createCalendarRules()
Create an instance of CalendarRules

createSearchUserType

public SearchUserType createSearchUserType()
Create an instance of SearchUserType

createPeopleQueryType

public PeopleQueryType createPeopleQueryType()
Create an instance of PeopleQueryType

createGroupOwnersType

public GroupOwnersType createGroupOwnersType()
Create an instance of GroupOwnersType

createLogicalPeopleGroupList

public LogicalPeopleGroupList createLogicalPeopleGroupList()
Create an instance of LogicalPeopleGroupList

createCalendarRule

public CalendarRule createCalendarRule()
Create an instance of CalendarRule

createApplicationRoleOrgUnitCalendarAssociations

public ApplicationRoleOrgUnitCalendarAssociations createApplicationRoleOrgUnitCalendarAssociations()
Create an instance of ApplicationRoleOrgUnitCalendarAssociations

createLogicalPeopleGroup

public LogicalPeopleGroup createLogicalPeopleGroup()
Create an instance of LogicalPeopleGroup

createOrganizationalUsers

public OrganizationalUsers createOrganizationalUsers()
Create an instance of OrganizationalUsers

createOrganizationalUnits

public OrganizationalUnits createOrganizationalUnits()
Create an instance of OrganizationalUnits

createApplicationRoleOrgUnitCalendarAssociation

public ApplicationRoleOrgUnitCalendarAssociation createApplicationRoleOrgUnitCalendarAssociation()
Create an instance of ApplicationRoleOrgUnitCalendarAssociation

createRoleProfileType

public RoleProfileType createRoleProfileType()
Create an instance of RoleProfileType

createAppRoleRefType

public AppRoleRefType createAppRoleRefType()
Create an instance of AppRoleRefType

createHolidayRule

public HolidayRule createHolidayRule()
Create an instance of HolidayRule

createHolidayRules

public HolidayRules createHolidayRules()
Create an instance of HolidayRules

createWorkdayListType

public WorkdayListType createWorkdayListType()
Create an instance of WorkdayListType

createOrganizationalUnit

public OrganizationalUnit createOrganizationalUnit()
Create an instance of OrganizationalUnit

createParticipantPropertyList

public ParticipantPropertyList createParticipantPropertyList()
Create an instance of ParticipantPropertyList

createIdentityTypeValueListType

public IdentityTypeValueListType createIdentityTypeValueListType()
Create an instance of IdentityTypeValueListType

createReporteesType

public ReporteesType createReporteesType()
Create an instance of ReporteesType

createConditionType

public ConditionType createConditionType()
Create an instance of ConditionType

createApplicationRoleType

public ApplicationRoleType createApplicationRoleType()
Create an instance of ApplicationRoleType

createSearchFilterType

public SearchFilterType createSearchFilterType()
Create an instance of SearchFilterType

createApplicationRoles

public ApplicationRoles createApplicationRoles()
Create an instance of ApplicationRoles

createArgumentType

public ArgumentType createArgumentType()
Create an instance of ArgumentType

createUserManagerType

public UserManagerType createUserManagerType()
Create an instance of UserManagerType

createHolidayRuleList

public HolidayRuleList createHolidayRuleList()
Create an instance of HolidayRuleList

createUsersWithPropertiesType

public UsersWithPropertiesType createUsersWithPropertiesType()
Create an instance of UsersWithPropertiesType

createParticipantProperty

public ParticipantProperty createParticipantProperty()
Create an instance of ParticipantProperty

createProcessRoleType

public ProcessRoleType createProcessRoleType()
Create an instance of ProcessRoleType

createParameterType

public ParameterType createParameterType()
Create an instance of ParameterType

createHolidayType

public HolidayType createHolidayType()
Create an instance of HolidayType

createPeopleQueryMemberType

public PeopleQueryMemberType createPeopleQueryMemberType()
Create an instance of PeopleQueryMemberType

createPrincipleRefType

public PrincipleRefType createPrincipleRefType()
Create an instance of PrincipleRefType

createClauseType

public ClauseType createClauseType()
Create an instance of ClauseType

createGroupManagersType

public GroupManagersType createGroupManagersType()
Create an instance of GroupManagersType

createWorkPeriodType

public WorkPeriodType createWorkPeriodType()
Create an instance of WorkPeriodType

createOrganization

public Organization createOrganization()
Create an instance of Organization

createUserManagementChainType

public UserManagementChainType createUserManagementChainType()
Create an instance of UserManagementChainType

createUserProfileType

public UserProfileType createUserProfileType()
Create an instance of UserProfileType

createParticipantPropertiesList

public ParticipantPropertiesList createParticipantPropertiesList()
Create an instance of ParticipantPropertiesList

createWorkdayType

public WorkdayType createWorkdayType()
Create an instance of WorkdayType

createAttributeType

public AttributeType createAttributeType()
Create an instance of AttributeType

createPredicateType

public PredicateType createPredicateType()
Create an instance of PredicateType

createParticipantProperties

public ParticipantProperties createParticipantProperties()
Create an instance of ParticipantProperties

createMemberType

public MemberType createMemberType()
Create an instance of MemberType

createPredicate

public Predicate createPredicate(PredicateType value)
Create an instance of Predicate}

createAppRoleList

public AppRoleList createAppRoleList(AppRoleListType value)
Create an instance of AppRoleList}

createRoleProfile

public RoleProfile createRoleProfile(RoleProfileType value)
Create an instance of RoleProfile}

createPeopleQuery

public PeopleQuery createPeopleQuery(PeopleQueryType value)
Create an instance of PeopleQuery}

createAppRole

public AppRole createAppRole(AppRoleRefType value)
Create an instance of AppRole}

createPrincipleList

public PrincipleList createPrincipleList(PrincipleListType value)
Create an instance of PrincipleList}

createParticipant

public Participant createParticipant(PrincipleRefType value)
Create an instance of Participant}

createPeopleQueryContext

public PeopleQueryContext createPeopleQueryContext(PeopleQueryContextType value)
Create an instance of PeopleQueryContext}

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.