|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Read-And-Write interface describing a repository sub manager to create,
update or delete general objects known to the implementing repository (i.e.
it's known how to serialize it in order to store it) without handling the
resources directly, i.e. just create, update or delete a resource handling
only the "casted" (ITypeManager) default object.
ITypeManager| Method Summary | |
IResourceHandle |
createResource(Object resourceObject,
IResourceCreateDescriptor resourceCreateDescriptor)
Create resource based on given resource object known to the implementing repository (i.e. it's known how to identify and serialize it in order to create it) and the given creation descriptor for the resource. |
void |
deleteResource(Object resourceObject)
Delete resource based on given resource object known to the implementing repository (i.e. it's known how to identify it in order to delete it). |
IResourceHandle |
updateResource(Object resourceObject,
IResourceCreateDescriptor resourceCreateDescriptor)
Update resource based on given resource object known to the implementing repository (i.e. it's known how to identify and serialize it in order to update it) and the given update descriptor for the resource. |
| Methods inherited from interface com.sap.netweaver.bc.rf.mi.type.ITypeManager |
as, isA |
| Method Detail |
public IResourceHandle createResource(Object resourceObject,
IResourceCreateDescriptor resourceCreateDescriptor)
throws ResourceException
resourceObject - resource objectresourceCreateDescriptor - creation descriptor for the resource
ResourceException - when either the resource object is null, the
creation descriptor is either null or invalid or the
identification/serialization/creation failed
public IResourceHandle updateResource(Object resourceObject,
IResourceCreateDescriptor resourceCreateDescriptor)
throws ResourceException
resourceObject - resource objectresourceCreateDescriptor - update descriptor for the resource
ResourceException - when either the resource object is null, the
update descriptor is either null or invalid or the
identification/serialization/update failed
public void deleteResource(Object resourceObject)
throws ResourceException
resourceObject - resource object
ResourceException - when either the resource object is null or the
identification/deletion failed
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||