public class ConfigAttributeGroup extends ConfigAttributeSet implements AttributeGroup
| Modifier and Type | Field and Description |
|---|---|
private Map<Aspect,AttributeGroupUsage> |
_attributeGroupUsageMap
Speichert die Attributgruppenverwendungen zu ihren Aspekten.
|
_systemObjectInfo| Constructor and Description |
|---|
ConfigAttributeGroup(ConfigurationArea configurationArea,
SystemObjectInformationInterface systemObjectInfo)
Konstruktor für eine Attributgruppe.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Aspect> |
getAspects()
Bestimmt die möglichen Aspekte, unter denen die Attributgruppe verwendet werden kann.
|
AttributeGroupUsage |
getAttributeGroupUsage(Aspect aspect)
Gibt die Attributgruppenverwendung des angegebenen Aspekts zurück.
|
private Map<Aspect,AttributeGroupUsage> |
getAttributeGroupUsageMap()
Liest die Attributgruppenverwendungen ein und speichert sie in Abhängigkeit zu ihren Aspekten.
|
Collection<AttributeGroupUsage> |
getAttributeGroupUsages()
Liefert alle Attributgruppenverwendungen dieser Attributgruppe zurück.
|
(package private) void |
invalidateCache()
Wird aufgerufen, wenn das Objekt verändert wird.
|
boolean |
isConfigurating()
Ermittelt, ob diese Attributgruppe mit dem Aspekt "asp.eigenschaften" für konfigurierende Datensätze benutzt werden kann.
|
boolean |
isParameter()
Gibt an, ob diese Attributgruppe als Parameter verwendet werden kann oder nicht.
|
getAttribute, getAttributesaddSet, directDuplicate, directModification, duplicate, duplicate, getMutableSet, getNonMutableSet, getNotValidSince, getObjectSet, getObjectSets, getValidSince, invalidate, isValid, removeSet, revalidate, simpleRevalidatecheckChangePermit, createConfigurationData, equals, getConfigurationData, getConfigurationData, getConfigurationData, getConfigurationData, getConfigurationData, getConfigurationDataBytes, getId, getName, getObjectLookupForData, getPid, getSerializerVersion, getType, getUsedAttributeGroupUsages, hashCode, originalHashCode, removeConfigurationData, setConfigurationData, setConfigurationData, setName, simpleInvalidationcompareTo, getConfigurationArea, getConfigurationData, getDataModel, getInfo, getNameOrPidOrId, getPidOrId, getPidOrNameOrId, isOfType, isOfType, setConfigurationData, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAttribute, getAttributesaddSet, duplicate, duplicate, getMutableSet, getNonMutableSet, getNotValidSince, getObjectSet, getObjectSets, getValidSince, removeSet, revalidategetConfigurationArea, getConfigurationData, getConfigurationData, getConfigurationData, getDataModel, getId, getInfo, getName, getNameOrPidOrId, getPid, getPidOrId, getPidOrNameOrId, getType, getUsedAttributeGroupUsages, invalidate, isOfType, isOfType, isValid, setConfigurationData, setConfigurationData, setConfigurationData, setName, toStringcompareToprivate Map<Aspect,AttributeGroupUsage> _attributeGroupUsageMap
public ConfigAttributeGroup(ConfigurationArea configurationArea, SystemObjectInformationInterface systemObjectInfo)
configurationArea - der Konfigurationsbereich der AttributgruppesystemObjectInfo - das korrespondierende Objekt für die Dateioperationen der Attributgruppepublic boolean isParameter()
de.bsvrz.dav.daf.main.config.AttributeGroupisParameter in interface AttributeGrouptrue, wenn die Attributgruppe als Parameter verwendet werden kann;false, wenn die Attributgruppe nicht als Parameter
verwendet werden kann.public boolean isConfigurating()
de.bsvrz.dav.daf.main.config.AttributeGroupisConfigurating in interface AttributeGrouptrue, wenn die Attributgruppe mit dem Aspekt "asp.eigenschaften" für konfigurierende Datensätze benutzt werden kann; sonst
false.public Collection<AttributeGroupUsage> getAttributeGroupUsages()
de.bsvrz.dav.daf.main.config.AttributeGroupgetAttributeGroupUsages in interface AttributeGrouppublic AttributeGroupUsage getAttributeGroupUsage(Aspect aspect)
de.bsvrz.dav.daf.main.config.AttributeGroupgetAttributeGroupUsage in interface AttributeGroupaspect - Aspekt der gewünschten Attributgruppenverwendungnull, falls zum angegebenen Aspekt keine Attributgruppenverwendung definiert
ist.public Collection<Aspect> getAspects()
de.bsvrz.dav.daf.main.config.AttributeGroupgetAspects in interface AttributeGroupAspektenprivate Map<Aspect,AttributeGroupUsage> getAttributeGroupUsageMap()
void invalidateCache()
invalidateCache in class ConfigConfigurationObject