public abstract class AbstractDictionary extends BaseConfigurationItem implements IDictionary
IDictionary.DictionaryContextid, syntheticProperties, typeSYNTHETIC_PROPERTIES_FIELD, TYPE_FIELD| Constructor and Description |
|---|
AbstractDictionary() |
| Modifier and Type | Method and Description |
|---|---|
IDictionary |
applyTo(IDictionary.DictionaryContext context)
Return a view on this dictionary as applicable to the given context.
|
java.util.Set<Application> |
getRestrictToApplications() |
java.util.Set<Container> |
getRestrictToContainers() |
compareTo, equals, get$ciAttributes, get$externalProperties, get$internalId, get$securedCi, get$token, get$validationMessages, getId, getName, getProperty, getPropertyDescriptor, getType, hashCode, hasProperty, set$ciAttributes, set$externalProperties, set$internalId, set$securedCi, set$token, set$validationMessages, setId, setProperty, setType, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetEntries, getValueget$internalId, get$securedCi, get$validationMessages, getId, getName, getProperty, getType, hasProperty, setId, setPropertypublic java.util.Set<Container> getRestrictToContainers()
Containers only for which the dictionary is applied.public java.util.Set<Application> getRestrictToApplications()
Applications only for which the dictionary is applied.public IDictionary applyTo(IDictionary.DictionaryContext context)
IDictionaryapplyTo in interface IDictionarycontext - The context to generate the view for.this if no adjustments are required or null if the dictionary is not applicable to the given context.