|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
API of a runtime repository model.
| Method Summary | |
com.sap.tc.cmi.model.ICMIModelClass |
createModelObject(java.lang.Class modelClass)
Deprecated. Use createModelObject(String, IWDRepositoryModelClassInfo) instead.
Deprecation of this method only serves as a hint that the method is not supported. |
com.sap.tc.cmi.model.ICMIModelClass |
createModelObject(java.lang.String modelClassName)
Deprecated. Use createModelObject(String, IWDRepositoryModelClassInfo) instead.
Deprecation of this method only serves as a hint that the method is not supported. |
IWDRepositoryModelClass |
createModelObject(java.lang.String name,
IWDRepositoryModelClassInfo modelClass)
Creates a new Repository Model Object with the given name. |
void |
deleteModelObject(IWDRepositoryModelClass modelObject)
Deletes the given Repository Model Object. |
IWDRepositoryModelClass |
getModelObject(java.lang.String name,
IWDRepositoryModelClassInfo modelClass)
Returns the specified model object or null if it does not exist. |
IWDRepository |
getRepository()
Returns the repository this repository model is assigned to. |
java.util.Iterator |
iterateAllVersionableModelObjects(IWDRepositoryModelClassInfo modelClassInfo)
Returns an iterator of model object names. |
java.util.Iterator |
iterateVersionableModelObjects(IWDRepositoryModelClassInfo modelClassInfo)
Returns an iterator of model object names. |
| Methods inherited from interface com.sap.tc.cmi.model.ICMIModel |
associatedModelInfo |
| Method Detail |
public IWDRepositoryModelClass createModelObject(java.lang.String name,
IWDRepositoryModelClassInfo modelClass)
name - name of the new model objectmodelClassInfo - metadata of the type of the model object to be
createdpublic com.sap.tc.cmi.model.ICMIModelClass createModelObject(java.lang.Class modelClass)
createModelObject(String, IWDRepositoryModelClassInfo) instead.
Deprecation of this method only serves as a hint that the method is not supported.
createModelObject(String, IWDRepositoryModelClassInfo) for an alternative.createModelObject in interface com.sap.tc.cmi.model.ICMIModelpublic com.sap.tc.cmi.model.ICMIModelClass createModelObject(java.lang.String modelClassName)
createModelObject(String, IWDRepositoryModelClassInfo) instead.
Deprecation of this method only serves as a hint that the method is not supported.
createModelObject(String, IWDRepositoryModelClassInfo) for an alternative.createModelObject in interface com.sap.tc.cmi.model.ICMIModel
public IWDRepositoryModelClass getModelObject(java.lang.String name,
IWDRepositoryModelClassInfo modelClass)
name - name of the object to returnmodelClass - metadata of the type of the object to returnpublic void deleteModelObject(IWDRepositoryModelClass modelObject)
modelObject - the model object to be deletedpublic IWDRepository getRepository()
public java.util.Iterator iterateVersionableModelObjects(IWDRepositoryModelClassInfo modelClassInfo)
modelClassInfomodelClassInfo must be part of the model.modelClassInfo - metadata of the type of the model objects to iteratepublic java.util.Iterator iterateAllVersionableModelObjects(IWDRepositoryModelClassInfo modelClassInfo)
modelClassInfomodelClassInfo must be part of the model.modelClassInfo - metadata of the type of the model objects to iterate
|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||