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 ApplicationContext

java.lang.Object
  extended by oracle.bpm.services.organization.model.ApplicationContext

All Implemented Interfaces:
java.io.Serializable

public class ApplicationContext
extends java.lang.Object
implements java.io.Serializable

Represents the application to which an Application Role belongs

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="applicationType" use="required" type="{http://xmlns.oracle.com/bpm/organization}applicationContextTypeEnum" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Constructor Summary
ApplicationContext()
           

 

Method Summary
 ApplicationContextTypeEnum getApplicationType()
          Gets the value of the applicationType property.
 boolean isSetApplicationType()
           
 void setApplicationType(ApplicationContextTypeEnum value)
          Sets the value of the applicationType property.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ApplicationContext

public ApplicationContext()

Method Detail

getApplicationType

public ApplicationContextTypeEnum getApplicationType()
Gets the value of the applicationType property.
Returns:
possible object is ApplicationContextTypeEnum

setApplicationType

public void setApplicationType(ApplicationContextTypeEnum value)
Sets the value of the applicationType property.
Parameters:
value - allowed object is ApplicationContextTypeEnum

isSetApplicationType

public boolean isSetApplicationType()

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.