public interface ObjectFactory
| Modifier and Type | Method | Description |
|---|---|---|
GenericObject |
create(String type,
String identifier,
Map attributes) |
Erzeugt ein neues Objekt des angegebenen Typs.
|
GenericObject create(String type, String identifier, Map attributes) throws Exception
type - Typ (Klassen-Name).identifier - ID.attributes - Map mit den Objekt-Attributen.ExceptionCopyright © 2018. All rights reserved.