|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICMIModelObjectManager
Allows creation and deletion of objects in a specific scope. The scope depends on the way that this manager has been retrieved by:
ICMIModel02.getMOManager(ICMIModelClassInfo) independent objects of the given type
ICMIModelObjectCollection02.getMOManager() objects that are part of the collection
ICMIGenericModelClass02#getMOManagerForRole(String)) objects that are part of the given relation
Type Classification:
This interface is part of the Common Model Interface and is intended to be implemented by applications.
| Method Summary | |
|---|---|
void |
disposeInstance(ICMIModelClass modelObject)
Remove the given modelObject from the scope of this manager
and 'delete' it. |
ICMIModelClass |
newInstance()
Create a new model object and add it to the scope represented by this manager. |
| Method Detail |
|---|
ICMIModelClass newInstance()
void disposeInstance(ICMIModelClass modelObject)
modelObject from the scope of this manager
and 'delete' it. The semantics of delete depend on the model implementation
and might range from 'simply dereference it' to 'delete it from a data base'.
IllegalArgumentException - if the modelObject can't be removed by the manager| Access Rights |
|---|
| SC | DC |
|---|---|
[sap.com] FRAMEWORK
|
[sap.com] tc/cmi
|
[sap.com] FRAMEWORK
|
[sap.com] tc/cm/ejb/api
|
|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||