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
Interface ConfigurationManagementService.ConfigCustomization

Enclosing interface:
ConfigurationManagementService

public static interface ConfigurationManagementService.ConfigCustomization

A Configuration Customization.


Nested Class Summary
static class 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.

 

Method Summary
 ConfigurationManagementService.ConfigCustomization.CUSTOMIZATION_SCOPE getCustomizationType()
           
 java.lang.String getElementPath()
           
 java.util.List<ExtendedProperty> getExtendedPropertyOverrides()
           
 java.lang.String getLocationOverride()
           
 java.util.Map<java.lang.String,java.lang.String> getPropertyOverrides()
           

 

Method Detail

getLocationOverride

java.lang.String getLocationOverride()

getExtendedPropertyOverrides

java.util.List<ExtendedProperty> getExtendedPropertyOverrides()

getPropertyOverrides

java.util.Map<java.lang.String,java.lang.String> getPropertyOverrides()

getElementPath

java.lang.String getElementPath()
Returns:
unique identifier(of xml:id type), OR Xpath expression to locate the element being customized in the configuration profile.

getCustomizationType

ConfigurationManagementService.ConfigCustomization.CUSTOMIZATION_SCOPE getCustomizationType()
Returns:
the type of customization GLOBAL or SERVICE_INSTANCE specific

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.