|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IOBNService
The interface that enables you to explore OBN data. There are two ways to explore:
getOBNResolvingContainer(IPrincipal, IOBNMetadata) method.getOBNAnalyzingHandler() method.OBNFactory
to create an IOBNMetadata object with parameters that defines your search.
IOBNResolvingContainer
IOBNMetadata
OBNFactory
| Field Summary | |
|---|---|
static String |
KEY
The service key. |
| Method Summary | |
|---|---|
OBNFactory |
getObjectsFactory()
Returns an instance of the OBN object factory, which provides methods to create basic OBN-related objects. |
IOBNAnalyzingHandler |
getOBNAnalyzingHandler()
Returns an interface that enables you to perform a search for business objects by the PCD location of the their implementations. |
IOBNResolvingContainer |
getOBNResolvingContainer(com.sap.security.api.IPrincipal user,
IOBNMetadata obnMetadata)
Creates an OBN resolving container for the specified OBN metadata and user. |
IOBNResolvingContainer |
getOBNResolvingContainer(List searchDirCtxs,
IOBNMetadata obnMetadata)
Creates an OBN resolving container for the specified OBN metadata. |
| Field Detail |
|---|
static final String KEY
| Method Detail |
|---|
IOBNResolvingContainer getOBNResolvingContainer(com.sap.security.api.IPrincipal user,
IOBNMetadata obnMetadata)
throws OBNException
user - the user for whom to perform OBN resolvingobnMetadata - the metadata that defines your search
OBNException - if an error occurs
IOBNResolvingContainer getOBNResolvingContainer(List searchDirCtxs,
IOBNMetadata obnMetadata)
throws OBNException
searchDirCtxs - a list of DirContext objects that defines the PCD search scopeobnMetadata - the OBN metadata that defines your search
OBNException - if an error occursOBNFactory getObjectsFactory()
OBNFactory.getInstance().
IOBNAnalyzingHandler getOBNAnalyzingHandler()
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-RUNTIME
|
[sap.com] tc/ep/navigation/api
|
api
|
EP-PIN
|
|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||