| Package | Description |
|---|---|
| com.sap.netweaver.bc.rf.mi |
Contains repository framework manager interface.
|
| com.sap.netweaver.bc.rf.mi.binding |
Contains repository framework manager interface for bindings.
|
| com.sap.netweaver.bc.rf.mi.content |
Contains repository framework manager interface for content.
|
| com.sap.netweaver.bc.rf.mi.idmapper |
Contains repository framework manager interface for unique identity mapping.
|
| com.sap.netweaver.bc.rf.mi.namespace |
Contains repository framework manager interface for namespace maintenance.
|
| com.sap.netweaver.bc.rf.mi.property |
Contains repository framework manager interface for properties.
|
| com.sap.netweaver.bc.rf.mi.security |
Contains repository framework manager interface for security.
|
| com.sapportals.wcm.repository |
Contains the repository framework interfaces and classes.
|
| Modifier and Type | Method and Description |
|---|---|
List |
IManager.lookup(List ridList,
boolean contentToBeFetched,
List propertyNamesToBeFetched)
Look up resources in repository by list of resource ids and prefetch
content and certain properties when requested.
|
List |
IManager.lookup(List ridList,
Map content,
Map properties,
String[] permissionNames)
Look up resources in repository by list of resource ids and check thereby
for the given permission names.
|
| Modifier and Type | Method and Description |
|---|---|
List |
IMutableBindingManager.copyResource(IResourceHandle resourceHandle,
ICopyDescriptor copyDescriptor)
Copy resource based on a resource copy descriptor.
|
List |
IMutableBindingManager.deleteResource(IResourceHandle resourceHandle)
Delete resource.
|
List |
IMutableBindingManager.moveResource(IResourceHandle resourceHandle,
IMoveDescriptor moveDescriptor)
Move resource based on a resource move descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
IContentManager.getContent(List resourceHandles)
Get content of a list of resource handles.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IMutableIdMapperManager.assignToResources(Map uniqueIdsIndexedByResourceHandles)
Assign list of unique ids to list of resource handles.
|
void |
IMutableIdMapperManager.assignToRids(Map uniqueIdsIndexedByResourceIds)
Assign list of unique ids to list of resource ids.
|
Map |
IIdMapperManager.getUniqueIds(List resourceHandles)
Get list of unique ids by list of resources.
|
Map |
IIdMapperManager.lookup(List uniqueIds)
Look up resources in repository by list of unique ids.
|
| Modifier and Type | Method and Description |
|---|---|
List |
IMutableNamespaceManager.copyResource(IResourceHandle resourceHandle,
ICopyDescriptor copyDescriptor)
Copy resource based on a resource copy descriptor.
|
List |
IMutableNamespaceManager.deleteResource(IResourceHandle resourceHandle)
Deletes the resource.
|
List |
IMutableNamespaceManager.moveResource(IResourceHandle resourceHandle,
IMoveDescriptor moveDescriptor)
Move resource based on a resource move descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
IPropertyManager.getAllProperties(List resourceHandles)
Get maps of all properties of a list of resource handles.
|
Map |
IPropertyManager.getListedProperties(List resourceHandles,
List propertyNames)
Get list of properties of a list of resource handles.
|
Map |
IPropertyManager.getProperties(List resourceHandles,
IPropertyName propertyName)
Get single property of a list of resource handles.
|
void |
IMutablePropertyManager.updateProperties(List resourceHandles,
List updates)
Update list of properties on a list of resource handles.
|
void |
IMutablePropertyManager.updateProperty(List resourceHandles,
IPropertyUpdateDescriptor update)
Update single property on a list of resource handles.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IMutableSecurityManager.grant(List ridList,
IPrincipal principal,
IPermission permission)
Set permission for the given principal on the given resource identifiers.
|
void |
IMutableSecurityManager.grant(List ridList,
IPrincipal principal,
List permissions)
Set list of permissions for the given principal on the given resource
identifiers.
|
Set |
ISecurityManager.isAllowed(List ridList,
IPrincipal principal,
IPermission permission)
Checks whether the given principal has the given permission on the given
resource identifiers.
|
Set |
ISecurityManager.isAllowed(List ridList,
IPrincipal principal,
List permissions)
Checks whether the given principal has all of the given permissions on the
given resource identifiers.
|
void |
IMutableSecurityManager.revoke(List ridList,
IPrincipal principal,
IPermission permission)
Remove permission for the given principal on the given resource
identifiers.
|
void |
IMutableSecurityManager.revoke(List ridList,
IPrincipal principal,
List permissions)
Remove list of permissions for the given principal on the given resource
identifiers.
|
| Constructor and Description |
|---|
IncompleteOperationException(OperationNotCompletedException newEx)
This constructor is used by the framework to use this exception as a
wrapper for a new exception class of the repository manager API.
|
Copyright 2021 SAP SE Complete Copyright Notice