Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-04


oracle.security.jps.service.policystore.search
Enum ResourceTypeSearchQuery.SEARCH_PROPERTY

java.lang.Object
  extended by java.lang.Enum<ResourceTypeSearchQuery.SEARCH_PROPERTY>
      extended by oracle.security.jps.service.policystore.search.ResourceTypeSearchQuery.SEARCH_PROPERTY

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ResourceTypeSearchQuery.SEARCH_PROPERTY>
Enclosing class:
ResourceTypeSearchQuery

public static enum ResourceTypeSearchQuery.SEARCH_PROPERTY
extends java.lang.Enum<ResourceTypeSearchQuery.SEARCH_PROPERTY>

Properties to search a resource type by.


Enum Constant Summary
ALL
          Search for all objects
DESCRIPTION
          Description of the Resource Type.
DISPLAY_NAME
          Display Name of the Resource Type.
NAME
          Name of the Resource Type.
RESOURCE_ACTION
          Action of the Resource Type.
RESOURCE_MATCHER
          Matcher for the Resource Type.
RESOURCE_TYPE_PROVIDER_NAME
          External provider for the Resource Type.

 

Method Summary
static ResourceTypeSearchQuery.SEARCH_PROPERTY valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ResourceTypeSearchQuery.SEARCH_PROPERTY[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

 

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

 

Enum Constant Detail

NAME

public static final ResourceTypeSearchQuery.SEARCH_PROPERTY NAME
Name of the Resource Type. Search is case-insensitive.

DISPLAY_NAME

public static final ResourceTypeSearchQuery.SEARCH_PROPERTY DISPLAY_NAME
Display Name of the Resource Type. Search is case-insensitive.

DESCRIPTION

public static final ResourceTypeSearchQuery.SEARCH_PROPERTY DESCRIPTION
Description of the Resource Type. Search is case-insensitive.

RESOURCE_ACTION

public static final ResourceTypeSearchQuery.SEARCH_PROPERTY RESOURCE_ACTION
Action of the Resource Type. Search is case-sensitive.

RESOURCE_MATCHER

public static final ResourceTypeSearchQuery.SEARCH_PROPERTY RESOURCE_MATCHER
Matcher for the Resource Type. Search is case-sensitive.

RESOURCE_TYPE_PROVIDER_NAME

public static final ResourceTypeSearchQuery.SEARCH_PROPERTY RESOURCE_TYPE_PROVIDER_NAME
External provider for the Resource Type. Search is case-insensitive.

ALL

public static final ResourceTypeSearchQuery.SEARCH_PROPERTY ALL
Search for all objects

Method Detail

values

public static ResourceTypeSearchQuery.SEARCH_PROPERTY[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (ResourceTypeSearchQuery.SEARCH_PROPERTY c : ResourceTypeSearchQuery.SEARCH_PROPERTY.values())
    System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ResourceTypeSearchQuery.SEARCH_PROPERTY valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-04


Copyright © 2011, Oracle. All rights reserved.