Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 2 (10.1.2)
B25708-01


oracle.tip.pc.services.identity
Class RoleClassifier

java.lang.Object
  extended byoracle.tip.pc.services.identity.RoleClassifier


public class RoleClassifier
extends java.lang.Object

Field Summary
static RoleClassifier ANY_ROLE
          ANY_ROLE defines enterprise role type
static RoleClassifier APPLICATION_ROLE
          APPLICATION_ROLE defines application role type
static RoleClassifier ENTERPRISE_ROLE
          ENTERPRISE_ROLE defines enterprise role type

 

Method Summary
 boolean equals(java.lang.Object obj)
          Checks whether objects same
 int hashCode()
          Computes hashcode for Classifier
 java.lang.String toString()
          String representation of RoleClassifier

 

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

 

Field Detail

APPLICATION_ROLE

public static final RoleClassifier APPLICATION_ROLE
APPLICATION_ROLE defines application role type

ENTERPRISE_ROLE

public static final RoleClassifier ENTERPRISE_ROLE
ENTERPRISE_ROLE defines enterprise role type

ANY_ROLE

public static final RoleClassifier ANY_ROLE
ANY_ROLE defines enterprise role type

Method Detail

equals

public boolean equals(java.lang.Object obj)
Checks whether objects same
Parameters:
obj -
Returns:
true if object same, else false

toString

public java.lang.String toString()
String representation of RoleClassifier
Returns:
String

hashCode

public int hashCode()
Computes hashcode for Classifier
Returns:

Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 2 (10.1.2)
B25708-01


Copyright © 2005, Oracle. All rights reserved.