|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OperationNotCompletedException | |
| 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. |
| Uses of OperationNotCompletedException in com.sap.netweaver.bc.rf.mi |
| Methods in com.sap.netweaver.bc.rf.mi that throw OperationNotCompletedException | |
java.util.List |
IManager.lookup(java.util.List ridList,
boolean contentToBeFetched,
java.util.List propertyNamesToBeFetched)
Look up resources in repository by list of resource ids and prefetch content and certain properties when requested. Note: This method needs not to be handled atomically! |
java.util.List |
IManager.lookup(java.util.List ridList,
java.util.Map content,
java.util.Map properties,
java.lang.String[] permissionNames)
Look up resources in repository by list of resource ids and check thereby for the given permission names. |
| Uses of OperationNotCompletedException in com.sap.netweaver.bc.rf.mi.binding |
| Methods in com.sap.netweaver.bc.rf.mi.binding that throw OperationNotCompletedException | |
java.util.List |
IMutableBindingManager.deleteResource(IResourceHandle resourceHandle)
Delete resource. |
java.util.List |
IMutableBindingManager.copyResource(IResourceHandle resourceHandle,
ICopyDescriptor copyDescriptor)
Copy resource based on a resource copy descriptor. |
java.util.List |
IMutableBindingManager.moveResource(IResourceHandle resourceHandle,
IMoveDescriptor moveDescriptor)
Move resource based on a resource move descriptor. |
| Uses of OperationNotCompletedException in com.sap.netweaver.bc.rf.mi.content |
| Methods in com.sap.netweaver.bc.rf.mi.content that throw OperationNotCompletedException | |
java.util.Map |
IContentManager.getContent(java.util.List resourceHandles)
Get content of a list of resource handles. |
| Uses of OperationNotCompletedException in com.sap.netweaver.bc.rf.mi.idmapper |
| Methods in com.sap.netweaver.bc.rf.mi.idmapper that throw OperationNotCompletedException | |
java.util.Map |
IIdMapperManager.lookup(java.util.List uniqueIds)
Look up resources in repository by list of unique ids. |
java.util.Map |
IIdMapperManager.getUniqueIds(java.util.List resourceHandles)
Get list of unique ids by list of resources. |
void |
IMutableIdMapperManager.assignToRids(java.util.Map uniqueIdsIndexedByResourceIds)
Assign list of unique ids to list of resource ids. |
void |
IMutableIdMapperManager.assignToResources(java.util.Map uniqueIdsIndexedByResourceHandles)
Assign list of unique ids to list of resource handles. |
| Uses of OperationNotCompletedException in com.sap.netweaver.bc.rf.mi.namespace |
| Methods in com.sap.netweaver.bc.rf.mi.namespace that throw OperationNotCompletedException | |
java.util.List |
IMutableNamespaceManager.deleteResource(IResourceHandle resourceHandle)
Deletes the resource. |
java.util.List |
IMutableNamespaceManager.copyResource(IResourceHandle resourceHandle,
ICopyDescriptor copyDescriptor)
Copy resource based on a resource copy descriptor. |
java.util.List |
IMutableNamespaceManager.moveResource(IResourceHandle resourceHandle,
IMoveDescriptor moveDescriptor)
Move resource based on a resource move descriptor. |
| Uses of OperationNotCompletedException in com.sap.netweaver.bc.rf.mi.property |
| Methods in com.sap.netweaver.bc.rf.mi.property that throw OperationNotCompletedException | |
void |
IMutablePropertyManager.updateProperty(java.util.List resourceHandles,
IPropertyUpdateDescriptor update)
Update single property on a list of resource handles. |
void |
IMutablePropertyManager.updateProperties(java.util.List resourceHandles,
java.util.List updates)
Update list of properties on a list of resource handles. |
java.util.Map |
IPropertyManager.getProperties(java.util.List resourceHandles,
IPropertyName propertyName)
Get single property of a list of resource handles. |
java.util.Map |
IPropertyManager.getListedProperties(java.util.List resourceHandles,
java.util.List propertyNames)
Get list of properties of a list of resource handles. |
java.util.Map |
IPropertyManager.getAllProperties(java.util.List resourceHandles)
Get maps of all properties of a list of resource handles. |
| Uses of OperationNotCompletedException in com.sap.netweaver.bc.rf.mi.security |
| Methods in com.sap.netweaver.bc.rf.mi.security that throw OperationNotCompletedException | |
java.util.Set |
ISecurityManager.isAllowed(java.util.List ridList,
com.sap.netweaver.bc.rf.mi.security.IPrincipal principal,
IPermission permission)
Checks whether the given principal has the given permission on the given resource identifiers. |
java.util.Set |
ISecurityManager.isAllowed(java.util.List ridList,
com.sap.netweaver.bc.rf.mi.security.IPrincipal principal,
java.util.List permissions)
Checks whether the given principal has all of the given permissions on the given resource identifiers. |
void |
IMutableSecurityManager.grant(java.util.List ridList,
com.sap.netweaver.bc.rf.mi.security.IPrincipal principal,
IPermission permission)
Set permission for the given principal on the given resource identifiers. |
void |
IMutableSecurityManager.grant(java.util.List ridList,
com.sap.netweaver.bc.rf.mi.security.IPrincipal principal,
java.util.List permissions)
Set list of permissions for the given principal on the given resource identifiers. |
void |
IMutableSecurityManager.revoke(java.util.List ridList,
com.sap.netweaver.bc.rf.mi.security.IPrincipal principal,
IPermission permission)
Remove permission for the given principal on the given resource identifiers. |
void |
IMutableSecurityManager.revoke(java.util.List ridList,
com.sap.netweaver.bc.rf.mi.security.IPrincipal principal,
java.util.List permissions)
Remove list of permissions for the given principal on the given resource identifiers. |
| Uses of OperationNotCompletedException in com.sapportals.wcm.repository |
| Constructors in com.sapportals.wcm.repository with parameters of type OperationNotCompletedException | |
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. |
|
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||