| Package | Description |
|---|---|
| com.sap.netweaver.bc.rf.common.namespace |
Contains repository framework common interface for namespace maintenance.
|
| com.sap.netweaver.bc.rf.mi.version |
Contains repository framework manager interface for versioning.
|
| Modifier and Type | Field and Description |
|---|---|
protected OrderPosition |
DestinationDescriptor.orderPosition |
| Modifier and Type | Method and Description |
|---|---|
static OrderPosition |
OrderPosition.createAfterPosition(String resourceHandleName,
String referencePointName)
Create order position to place the given resource after another resource in
the set of children of the resource collection.
|
static OrderPosition |
OrderPosition.createBeforePosition(String resourceHandleName,
String referencePointName)
Create order position to place the given resource before another resource
in the set of children of the resource collection.
|
static OrderPosition |
OrderPosition.createFirstPosition(String resourceHandleName)
Create order position to make the given resource the first resource of the
resource collection.
|
static OrderPosition |
OrderPosition.createLastPosition(String resourceHandleName)
Create order position to make the given resource the last resource of the
resource collection.
|
OrderPosition |
IDestinationDescriptor.getOrderPosition()
Get order position of the child resource.
|
OrderPosition |
DestinationDescriptor.getOrderPosition()
Get order position of the child resource.
|
| Constructor and Description |
|---|
DestinationDescriptor(IResourceHandle parentCollection,
String childName,
OrderPosition orderPosition,
boolean overwriteEnforced)
Construct object of class DestinationDescriptor.
|
DestinationDescriptor(IRid parentCollectionRid,
String childName,
OrderPosition orderPosition,
boolean overwriteEnforced)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
IResourceHandle |
IMutableWorkspaceManager.createVersionControlledResource(IResourceHandle collectionHandle,
IResourceHandle baseVersionHandle,
String name,
OrderPosition position)
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 |
IMutableWorkspaceManager.createWorkspace(IResourceHandle collectionHandle,
String name,
OrderPosition position)
If the given resource handle refers to a collection that supports workspace
creation, a new workspace resource will be created.
|
Copyright 2021 SAP SE Complete Copyright Notice