Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E54416-01


oracle.security.opss.service.config
Enum ConfigurationManagementService.ConfigCustomization.CUSTOMIZATION_SCOPE

java.lang.Object
  extended by java.lang.Enum<ConfigurationManagementService.ConfigCustomization.CUSTOMIZATION_SCOPE>
      extended by oracle.security.opss.service.config.ConfigurationManagementService.ConfigCustomization.CUSTOMIZATION_SCOPE

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ConfigurationManagementService.ConfigCustomization.CUSTOMIZATION_SCOPE>
Enclosing interface:
ConfigurationManagementService.ConfigCustomization

public static enum ConfigurationManagementService.ConfigCustomization.CUSTOMIZATION_SCOPE
extends java.lang.Enum<ConfigurationManagementService.ConfigCustomization.CUSTOMIZATION_SCOPE>

Enum to indicate if the customization is for a Globally shared Property in a PropertySet or a customization for a specific Service Instance. When a property inside a PropertySet is customized with reference to a ServiceInstance (as opposed to global) and if the property is referenced by the ServiceInstance via a PropertySetRef, then a copy of the entire PropertySet is created and the ServiceInstance starts referencing the new PropertySet.


Enum Constant Summary
GLOBAL
           
SERVICE_INSTANCE
           

 

Method Summary
static ConfigurationManagementService.ConfigCustomization.CUSTOMIZATION_SCOPE valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ConfigurationManagementService.ConfigCustomization.CUSTOMIZATION_SCOPE[] 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

GLOBAL

public static final ConfigurationManagementService.ConfigCustomization.CUSTOMIZATION_SCOPE GLOBAL

SERVICE_INSTANCE

public static final ConfigurationManagementService.ConfigCustomization.CUSTOMIZATION_SCOPE SERVICE_INSTANCE

Method Detail

values

public static ConfigurationManagementService.ConfigCustomization.CUSTOMIZATION_SCOPE[] 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 (ConfigurationManagementService.ConfigCustomization.CUSTOMIZATION_SCOPE c : ConfigurationManagementService.ConfigCustomization.CUSTOMIZATION_SCOPE.values())
    System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ConfigurationManagementService.ConfigCustomization.CUSTOMIZATION_SCOPE 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 Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E54416-01


Copyright © 2011, 2015, Oracle and/or its affiliates. All rights reserved.