public class EnvValueActionsCustomization extends Customization
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
EnvValueActionsCustomization(java.lang.String description, java.util.Set<Ref> owners, java.util.Set<OwnerQuery> ownerQueries, java.util.List<EnvValueAction> actions) |
| Modifier and Type | Method and Description |
|---|---|
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<EnvValueAction> |
getActions() |
java.util.Set<OwnerQuery> |
getOwnerQueries() |
java.util.Set<Ref> |
getOwners() |
java.util.Set<Ref> |
getTargets()
Returns the references to resources, folders or projects which the customizations will be applied to.
|
CustomizationType |
toXML()
Returns an xml representation for this customization
|
fromXML, fromXML, fromXML, getDescription, toXML, toXMLpublic static final long serialVersionUID
public EnvValueActionsCustomization(java.lang.String description,
java.util.Set<Ref> owners,
java.util.Set<OwnerQuery> ownerQueries,
java.util.List<EnvValueAction> actions)public java.util.Set<Ref> getTargets()
CustomizationgetTargets in class Customizationpublic java.util.Set<Ref> getOwners()
public java.util.Set<OwnerQuery> getOwnerQueries()
public java.util.List<EnvValueAction> getActions()
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 CustomizationType toXML()
throws XmlException
CustomizationtoXML in class CustomizationXmlException