de.bsvrz.kex.kexdav.parameterloader
Interface ObjectCollectionFactory

All Known Implementing Classes:
ExchangeObjectsParameter

public interface ObjectCollectionFactory

Interface für Klassen, die eine ObjectCollection erstellen.

Author:
Kappich Systemberatung

Method Summary
 ObjectCollection createObjectCollection(ObjectCollectionParent objectCollectionParent, ClientDavInterface connection)
          Erstellt eine ObjectCollection aus dem Parameter
 

Method Detail

createObjectCollection

ObjectCollection createObjectCollection(ObjectCollectionParent objectCollectionParent,
                                        ClientDavInterface connection)
                                        throws MissingObjectException
Erstellt eine ObjectCollection aus dem Parameter

Parameters:
objectCollectionParent - Objektaustausch-Manager
connection - Verbindung zum Datenverteiler
Returns:
Auswahl von Objekten
Throws:
MissingObjectException