Interface ObjectCollectionFactory
-
- All Known Implementing Classes:
ExchangeObjectsParameter
public interface ObjectCollectionFactory
Interface für Klassen, die eine ObjectCollection erstellen.
-
-
Method Summary
Modifier and Type Method Description ObjectCollection
createObjectCollection(ObjectCollectionParent objectCollectionParent, de.bsvrz.dav.daf.main.ClientDavInterface connection)
Erstellt eine ObjectCollection aus dem Parameter
-
-
-
Method Detail
-
createObjectCollection
ObjectCollection createObjectCollection(ObjectCollectionParent objectCollectionParent, de.bsvrz.dav.daf.main.ClientDavInterface connection) throws MissingObjectException
Erstellt eine ObjectCollection aus dem Parameter- Parameters:
objectCollectionParent
- Objektaustausch-Managerconnection
- Verbindung zum Datenverteiler- Returns:
- Auswahl von Objekten
- Throws:
MissingObjectException
- Exception
-
-