com.bea.ales.management
Class PolicyQuery.OrderType

java.lang.Object
  |
  +--com.bea.ales.management.PolicyQuery.OrderType

public static class PolicyQuery.OrderType
extends java.lang.Object

This class represents the order type of a policy query. The possible values is ORDER_BY_EFFECT, ORDER_BY_PRIVILEGE, ORDER_BY_ROLE, ORDER_BY_RESOURCE, ORDER_BY_SUBJECT and ORDER_BY_DELEGATOR.


Field Summary
static PolicyQuery.OrderType ORDER_BY_DELEGATOR
           
static PolicyQuery.OrderType ORDER_BY_EFFECT
           
static PolicyQuery.OrderType ORDER_BY_PRIVILEGE
           
static PolicyQuery.OrderType ORDER_BY_RESOURCE
           
static PolicyQuery.OrderType ORDER_BY_ROLE
           
static PolicyQuery.OrderType ORDER_BY_SUBJECT
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ORDER_BY_EFFECT

public static final PolicyQuery.OrderType ORDER_BY_EFFECT

ORDER_BY_PRIVILEGE

public static final PolicyQuery.OrderType ORDER_BY_PRIVILEGE

ORDER_BY_ROLE

public static final PolicyQuery.OrderType ORDER_BY_ROLE

ORDER_BY_RESOURCE

public static final PolicyQuery.OrderType ORDER_BY_RESOURCE

ORDER_BY_SUBJECT

public static final PolicyQuery.OrderType ORDER_BY_SUBJECT

ORDER_BY_DELEGATOR

public static final PolicyQuery.OrderType ORDER_BY_DELEGATOR


Copyright © 2004-2008, Oracle and/or its affiliates. All rights reserved.