public class ConfigConfigurationObjectType extends ConfigSystemObjectType implements ConfigurationObjectType
_systemObjectInfo| Constructor and Description |
|---|
ConfigConfigurationObjectType(ConfigurationArea configurationArea,
SystemObjectInformationInterface systemObjectInfo)
Konstruktor des Typs eines Konfigurationsobjekts.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isConfigurating()
Ermittelt, ob dieser Typ ein konfigurierender Typ ist.
|
addElementToCache, getAllElements, getAttributeGroups, getDirectAttributeGroups, getDirectObjectSetUses, getElements, getElements, getElementsDuringPeriod, getElementsInPeriod, getObjects, getObjectSetUses, getSubTypes, getSuperTypes, inheritsFrom, invalidateCache, isBaseType, isNameOfObjectsPermanent, removeElementFromCache, validateAttributeGroupaddSet, 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, waitgetAttributeGroups, getDirectAttributeGroups, getDirectObjectSetUses, getObjects, getObjectSetUses, getSubTypes, getSuperTypes, inheritsFrom, isBaseType, isNameOfObjectsPermanentaddSet, 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, toStringcompareTogetElements, getElements, getElementsDuringPeriod, getElementsInPeriodpublic ConfigConfigurationObjectType(ConfigurationArea configurationArea, SystemObjectInformationInterface systemObjectInfo)
configurationArea - der Konfigurationsbereich des TypssystemObjectInfo - das korrespondierende Objekt für die Dateioperationen des Typspublic boolean isConfigurating()
de.bsvrz.dav.daf.main.config.SystemObjectTypeConfigurationObjectType. Bei dynamischen Typen können Objekte online
erzeugt und gelöscht werden. Wenn bei konfigurierenden Typen Objekte erzeugt bzw. gelöscht werden, dann
wird die jeweilige Änderung erst mit Aktivierung der nächsten Konfigurationsversion gültig.isConfigurating in interface SystemObjectTypeisConfigurating in class ConfigSystemObjectTypetrue, wenn Objekte des Typs konfigurierend sind;false, wenn
Objekte des Typs dynamisch sind.SystemObjectType.isBaseType(),
SystemObjectType.getSuperTypes(),
ConfigurationObjectType,
ConfigurationObject