| 
 | Oracle Fusion Middleware Java API Reference for Oracle Service Bus 11g Release 1 (11.1.1.7) E15033-09 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
   com.bea.wli.config.customization.Customization
com.bea.wli.config.customization.Customization
       com.bea.wli.config.customization.EnvValueCustomization
com.bea.wli.config.customization.EnvValueCustomization
public class EnvValueCustomization
Customization class for environment value assignments
| Field Summary | |
|---|---|
| static long | serialVersionUID | 
| Constructor Summary | |
|---|---|
| EnvValueCustomization(java.lang.String description, java.util.List<QualifiedEnvValue> envValues)Constructor for modifying a set of similar environment values across a set of resources | |
| Method Summary | |
|---|---|
|  Customization | clone(java.util.Set<Ref> filter)Returns a copy of this customization and optionally modifies its target references so that the customization only applies to a reference if it is subsumed by a reference in the filter. | 
|  java.util.List<QualifiedEnvValue> | getEnvValues()returns environment values that will be modified | 
|  java.util.Set<Ref> | getTargets()Returns the references to resources, folders or projects which the customizations will be applied to. | 
|  org.apache.xmlbeans.XmlObject | toXML()Returns an xml representation for this customization | 
| Methods inherited from class com.bea.wli.config.customization.Customization | 
|---|
| fromXML, fromXML, getDescription, toXML | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final long serialVersionUID
| Constructor Detail | 
|---|
public EnvValueCustomization(java.lang.String description,
                             java.util.List<QualifiedEnvValue> envValues)
description - the user given description for this customizationenvValues - list of environment values to be modified.| Method Detail | 
|---|
public Customization clone(java.util.Set<Ref> filter)
Customizationclone in class Customizationfilter - if filter is null no narrowing is performed, and the customization is cloned as-is.public java.util.Set<Ref> getTargets()
CustomizationgetTargets in class Customizationpublic java.util.List<QualifiedEnvValue> getEnvValues()
public org.apache.xmlbeans.XmlObject toXML()
                                    throws org.apache.xmlbeans.XmlException
CustomizationtoXML in class Customizationorg.apache.xmlbeans.XmlException| 
 | Oracle Fusion Middleware Java API Reference for Oracle Service Bus 11g Release 1 (11.1.1.7) E15033-09 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||