|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| IOBNAnalyzingBOFilter | The interface that defines filtering rules for business objects returned by the OBN analyzer. |
| IOBNAnalyzingContainer | The interface that represents the result of OBN analysis. |
| IOBNAnalyzingHandler | The interface that offers a set of methods to create basic objects of OBN Analyzer. |
| IOBNAnalyzingScope | The interface that defines the scope of the OBN analysis. |
Provides classes and interfaces to perform a search for business objects by the PCD location of the their implementations.
The OBN data can be explored in two ways:IOBNService.getOBNAnalyzingHandler() to create an
IOBNAnalyzingHandler.
IOBNAnalyzingHandler instance to create an
IOBNAnalyzingScope that defines the PCD
locations (such as roles, folders and pages) of the implementations you want to
explore.
IOBNAnalyzingHandler instance to create an IOBNAnalyzingBOFilter that filters the business
objects that are retrieved according to your needs.
IOBNAnalyzingHandler.getAnalyzingContainer(IOBNAnalyzingScope, IOBNAnalyzingBOFilter, IPrincipal)
with the previously defined IOBNAnalyzingScope and IOBNAnalyzingBOFilter to start the analysis.
IOBNAnalyzingContainer.getOBNResolvingContainers()
method
to get the results of your analysis. The result is a list of IOBNResolvingContainer objects.
Each of them holds data regarding one business object and the business object's operations that match your search definitions.
|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||