|
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 IRelationsMetaData
This interface exposes metadata for EIS relations. Use this interface in order to get the EIS relations list, get a specific relation metadata, or get a list of relations
| Method Summary | |
|---|---|
IRelation |
getRelation(String token)
Returns a relation by its identifying token |
Set<IRelation> |
getRelations()
Deprecated. Use getRelationsEx() |
Set<IRelation> |
getRelations(IBusinessObject sourceObject,
IBusinessObject targetObject)
Deprecated. Use getRelationsEx(IBusinessObject,IBusinessObject) |
List<IRelation> |
getRelationsEx()
Returns the EIS relations between all EIS business objects. |
List<IRelation> |
getRelationsEx(IBusinessObject sourceObject,
IBusinessObject targetObject)
Returns the EIS relations the current user can execute between two given objects. |
| Method Detail |
|---|
Set<IRelation> getRelations()
throws ConnectorException
getRelationsEx()
IRelations
ConnectorExceptionIRelation
List<IRelation> getRelationsEx()
throws ConnectorException
IRelations
ConnectorExceptionIRelation
Set<IRelation> getRelations(IBusinessObject sourceObject,
IBusinessObject targetObject)
throws ConnectorException
getRelationsEx(IBusinessObject,IBusinessObject)
sourceObject - the source object of the relationtargetObject - the target object of the relation
IRelations
ConnectorExceptionIRelation
List<IRelation> getRelationsEx(IBusinessObject sourceObject,
IBusinessObject targetObject)
throws ConnectorException
sourceObject - the source object of the relationtargetObject - the target object of the relation
IRelations
ConnectorExceptionIRelation
IRelation getRelation(String token)
throws RelationNotFoundException,
ConnectorException
token - The relation identifier
IRelations
RelationNotFoundException
ConnectorExceptionIRelation| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] FRAMEWORK-EXT
|
[sap.com]
|
-
|
EP-CON-CF
|
[sap.com] EP-BASIS-API
|
[sap.com] tc/epbc/connectivityfw/api
|
api
|
EP-PIN
|
[sap.com] FRAMEWORK-EXT
|
[sap.com]
|
default
|
EP-CON-CF
|
|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||