Interface ObjectCollectionFactory
-
- All Known Implementing Classes:
ExchangeObjectsParameter
public interface ObjectCollectionFactoryInterface für Klassen, die eine ObjectCollection erstellen.
-
-
Method Summary
Modifier and Type Method Description ObjectCollectioncreateObjectCollection(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
-
-