de.bsvrz.puk.config.configFile.datamodel
Class ConfigConfigurationObjectType

java.lang.Object
  extended by de.bsvrz.puk.config.configFile.datamodel.AbstractConfigSystemObject
      extended by de.bsvrz.puk.config.configFile.datamodel.ConfigSystemObject
          extended by de.bsvrz.puk.config.configFile.datamodel.ConfigConfigurationObject
              extended by de.bsvrz.puk.config.configFile.datamodel.ConfigSystemObjectType
                  extended by de.bsvrz.puk.config.configFile.datamodel.ConfigConfigurationObjectType
All Implemented Interfaces:
ConfigurationObject, ConfigurationObjectType, SystemObject, SystemObjectCollection, SystemObjectType, Comparable
Direct Known Subclasses:
ConfigObjectSetType

public class ConfigConfigurationObjectType
extends ConfigSystemObjectType
implements ConfigurationObjectType

Implementierung des Typs eines Konfigurationsobjekts.

Author:
Kappich Systemberatung

Constructor Summary
ConfigConfigurationObjectType(ConfigurationArea configurationArea, SystemObjectInformationInterface systemObjectInfo)
          Konstruktor des Typs eines Konfigurationsobjekts.
 
Method Summary
 boolean isConfigurating()
           
 
Methods inherited from class de.bsvrz.puk.config.configFile.datamodel.ConfigSystemObjectType
getAllElements, getAttributeGroups, getDirectAttributeGroups, getDirectObjectSetUses, getElements, getElements, getElementsDuringPeriod, getElementsInPeriod, getObjects, getObjectSetUses, getSubTypes, getSuperTypes, inheritsFrom, isBaseType, isNameOfObjectsPermanent
 
Methods inherited from class de.bsvrz.puk.config.configFile.datamodel.ConfigConfigurationObject
addSet, duplicate, duplicate, getMutableSet, getNonMutableSet, getNotValidSince, getObjectSet, getObjectSets, getValidSince, invalidate, isValid, removeSet, revalidate, simpleRevalidate
 
Methods inherited from class de.bsvrz.puk.config.configFile.datamodel.ConfigSystemObject
createConfigurationData, equals, getConfigurationData, getConfigurationData, getConfigurationData, getConfigurationData, getConfigurationData, getConfigurationDataBytes, getId, getName, getPid, getType, getUsedAttributeGroupUsages, hashCode, removeConfigurationData, setConfigurationData, setConfigurationData, setName, simpleInvalidation
 
Methods inherited from class de.bsvrz.puk.config.configFile.datamodel.AbstractConfigSystemObject
compareTo, getConfigurationArea, getConfigurationData, getDataModel, getInfo, getNameOrPidOrId, getPidOrId, getPidOrNameOrId, isOfType, isOfType, setConfigurationData, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface de.bsvrz.dav.daf.main.config.SystemObjectType
getAttributeGroups, getDirectAttributeGroups, getDirectObjectSetUses, getObjects, getObjectSetUses, getSubTypes, getSuperTypes, inheritsFrom, isBaseType, isNameOfObjectsPermanent
 
Methods inherited from interface de.bsvrz.dav.daf.main.config.ConfigurationObject
addSet, duplicate, duplicate, getMutableSet, getNonMutableSet, getNotValidSince, getObjectSet, getObjectSets, getValidSince, removeSet, revalidate
 
Methods inherited from interface de.bsvrz.dav.daf.main.config.SystemObject
getConfigurationArea, getConfigurationData, getConfigurationData, getConfigurationData, getDataModel, getId, getInfo, getName, getNameOrPidOrId, getPid, getPidOrId, getPidOrNameOrId, getType, getUsedAttributeGroupUsages, invalidate, isOfType, isOfType, isValid, setConfigurationData, setConfigurationData, setConfigurationData, setName, toString
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface de.bsvrz.dav.daf.main.config.SystemObjectCollection
getElements, getElements, getElementsDuringPeriod, getElementsInPeriod
 

Constructor Detail

ConfigConfigurationObjectType

public ConfigConfigurationObjectType(ConfigurationArea configurationArea,
                                     SystemObjectInformationInterface systemObjectInfo)
Konstruktor des Typs eines Konfigurationsobjekts.

Parameters:
configurationArea - der Konfigurationsbereich des Typs
systemObjectInfo - das korrespondierende Objekt für die Dateioperationen des Typs
Method Detail

isConfigurating

public boolean isConfigurating()
Specified by:
isConfigurating in interface SystemObjectType
Overrides:
isConfigurating in class ConfigSystemObjectType