public abstract class AbstractDictionary extends BaseConfigurationItem implements IDictionary
IDictionary.DictionaryContext
id, syntheticProperties, type
SYNTHETIC_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, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getEntries, getValue
get$internalId, get$securedCi, get$validationMessages, getId, getName, getProperty, getType, hasProperty, setId, setProperty
public java.util.Set<Container> getRestrictToContainers()
Container
s only for which the dictionary is applied.public java.util.Set<Application> getRestrictToApplications()
Application
s only for which the dictionary is applied.public IDictionary applyTo(IDictionary.DictionaryContext context)
IDictionary
applyTo
in interface IDictionary
context
- 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.