com.polarion.platform.persistence.model.IPObjectFactory
METHODS
Modifiers and Type | Name | Description |
---|---|---|
IPObject | createObjectForURI(SubterraURI,IDataService) | Creates instance of the correct type for the given URI. Implementors of this method do not need to perform checks for URI correctness, since this should be performed by the calling framework. |
IPObject | createNewObject(IPrototype,IDataService) | Creates instance of correct type, which is not persistent yet. (temporary object). Used during the creation process. |
Back to Index