|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface describing the write methods a repository sub manager for the workspace versioning feature. For an explanation of terminological conventions, please see IBasicVersioningMananger.
| Method Summary | |
IResourceHandle |
createVersionControlledResource(IResourceHandle collectionHandle,
IResourceHandle baseVersionHandle,
String name)
If the given handle belongs to a workspace controlled collection, a new version controlled resource based on the given version handle will be created. |
IResourceHandle |
createWorkspace(IResourceHandle collectionHandle,
String name)
If the given resource handle refers to a collection that supports workspace creation, a new workspace resource will be created. |
| Methods inherited from interface com.sap.netweaver.bc.rf.mi.version.IWorkspaceManager |
getCheckedOutResources, getWorkspaceCollectionSet, getWorkspaceResource |
| Method Detail |
public IResourceHandle createVersionControlledResource(IResourceHandle collectionHandle,
IResourceHandle baseVersionHandle,
String name)
throws ResourceException
collectionHandle - a resource handle referring to a workspace
controlled collectionbaseVersionHandle - a resource handle referring to a version resourcename - the local name of the new resource
ResourceException - if the resource handle is invalid or the
operation failed
public IResourceHandle createWorkspace(IResourceHandle collectionHandle,
String name)
throws ResourceException
collectionHandle - a resource handle referring to a collection
resourcename - the local name of the new workspace resource
ResourceException - if the resource handle is invalid or the
operation failed
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||