| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.3) E13403-11  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  
oracle.ide.extension.RoleManager
public abstract class RoleManager
The role manager is responsible for co-ordinating the selection of the current role.
This class is not intended for subclassing by extension writers. Retrieve an instance of the RoleManager using ExtensionRegistry.getRoleManager().
| Field Summary | |
|---|---|
static Role | 
NO_ROLEThe special predefined role that indicates no role is active.  | 
| Constructor Summary | |
|---|---|
RoleManager() | 
|
| Method Summary | |
|---|---|
abstract  Role | 
getActiveRole()Gets the active role.  | 
 boolean | 
isDefaultRoleActive()Returns true if the default role is active.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final Role NO_ROLE
| Constructor Detail | 
|---|
public RoleManager()
| Method Detail | 
|---|
public abstract Role getActiveRole()
public final boolean isDefaultRoleActive()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.3) E13403-11  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||