|
SAP J2EE Engine Version 6.40 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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(java.lang.String token)
Returns a relation by its identifying token |
java.util.Set |
getRelations()
Deprecated. Use getRelationsEx() |
java.util.Set |
getRelations(IBusinessObject sourceObject,
IBusinessObject targetObject)
Deprecated. Use getRelationsEx(IBusinessObject,IBusinessObject) |
java.util.List |
getRelationsEx()
Returns the EIS relations between all EIS business objects. |
java.util.List |
getRelationsEx(IBusinessObject sourceObject,
IBusinessObject targetObject)
Returns the EIS relations the current user can execute between two given objects. |
| Method Detail |
public java.util.Set getRelations()
throws ConnectorException
getRelationsEx()
IRelationsIRelation
public java.util.List getRelationsEx()
throws ConnectorException
IRelationsIRelation
public java.util.Set getRelations(IBusinessObject sourceObject,
IBusinessObject targetObject)
throws ConnectorException
getRelationsEx(IBusinessObject,IBusinessObject)
sourceObject - the source object of the relationtargetObject - the target object of the relationIRelationsIRelation
public java.util.List getRelationsEx(IBusinessObject sourceObject,
IBusinessObject targetObject)
throws ConnectorException
sourceObject - the source object of the relationtargetObject - the target object of the relationIRelationsIRelation
public IRelation getRelation(java.lang.String token)
throws RelationNotFoundException,
ConnectorException
token - The relation identifierIRelationsIRelation
|
SAP J2EE Engine Version 6.40 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||