|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OperationNotSupportedException | |
| com.sap.netweaver.bc.rf.mi.namespace | Contains repository framework manager interface for namespace maintenance. |
| com.sapportals.wcm.repository | Contains the repository framework interfaces and classes. |
| Uses of OperationNotSupportedException in com.sap.netweaver.bc.rf.mi.namespace |
| Methods in com.sap.netweaver.bc.rf.mi.namespace that throw OperationNotSupportedException | |
java.util.List |
INamespaceManager.findResources(IResourceHandle rootResourceHandle,
IFindResourcesDescriptor findResourcesDescriptor,
int offset,
int length,
java.lang.Object resultStateDescriptor)
Find resources matching certain criteria specified in the find resources descriptor returning a list of the results. |
java.util.Iterator |
INamespaceManager.findResources(IResourceHandle rootResourceHandle,
IFindResourcesDescriptor findResourcesDescriptor,
int startIndex,
int fetchSize)
Find resources matching certain criteria specified in the find resources descriptor returning an iterator for the results. |
long |
INamespaceManager.countResources(IResourceHandle rootResourceHandle,
IFindResourcesDescriptor findResourcesDescriptor)
Count resources matching certain criteria specified in the find resources descriptor returning their number. |
IQueryBuilder |
INamespaceManager.getQueryBuilder()
Get a search manager specific query builder, which may be used to build query expressions of type com.sap.netweaver.bc.rf.common.search.IQueryExpression. |
boolean |
INamespaceManager.isQueryPropertyNameUnderstood(IName propertyName)
Return whether or not the manager has special knowledge about the given property, i.e. undestands the semantic of this property. |
| Uses of OperationNotSupportedException in com.sapportals.wcm.repository |
| Constructors in com.sapportals.wcm.repository with parameters of type OperationNotSupportedException | |
NotSupportedException(OperationNotSupportedException 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 | |||||||||