|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IFindResourcesDescriptor | |
| com.sap.netweaver.bc.rf.common.namespace | Contains repository framework common interface for namespace maintenance. |
| com.sap.netweaver.bc.rf.mi.namespace | Contains repository framework manager interface for namespace maintenance. |
| Uses of IFindResourcesDescriptor in com.sap.netweaver.bc.rf.common.namespace |
| Subinterfaces of IFindResourcesDescriptor in com.sap.netweaver.bc.rf.common.namespace | |
interface |
IAdvancedChildrenFindResourcesDescriptor
Interface describing a find descriptor for children resources, narrowed by a query expression and sorted by a collator. |
interface |
IAdvancedDeepFindResourcesDescriptor
Interface describing a find descriptor for resources supporting find operations for different depths. |
interface |
IAdvancedDeepVersionedFindResourcesDescriptor
Interface describing a find descriptor for resources and all their versions if they are version controlled resources. |
interface |
IBasicChildrenFindResourcesDescriptor
Interface describing a find descriptor for children resources. |
| Classes in com.sap.netweaver.bc.rf.common.namespace that implement IFindResourcesDescriptor | |
class |
AbstractFindResourcesDescriptor
Class implementing a find descriptor for resources. |
class |
AdvancedChildrenFindResourcesDescriptor
Class implementing a find descriptor for children resources, narrowed by a filter and sorted by a collator. |
class |
AdvancedDeepFindResourcesDescriptor
Class implementing a find descriptor for resources supporting find operations for different depths. |
class |
AdvancedDeepVersionedFindResourcesDescriptor
Class implementing a find descriptor for resources and all their versions if they are version controlled resources. |
class |
BasicChildrenFindResourcesDescriptor
Class implementing a find descriptor for children resources. |
| Uses of IFindResourcesDescriptor in com.sap.netweaver.bc.rf.mi.namespace |
| Methods in com.sap.netweaver.bc.rf.mi.namespace with parameters of type IFindResourcesDescriptor | |
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. |
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||