|
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 a relation between 2 EIS Business Objects
| Field Summary | |
static int |
BLACKBOX_RELATION
Constant indicating this relation is a blackbox relation. |
static int |
DEFAULT_RELATION
Constant indicating this is a regular relation (not a blackbox relation). |
| Method Summary | |
java.lang.String |
getDescription()
returns the description of this relation |
java.lang.String |
getName()
Deprecated. |
IKey |
getSourceKey()
Returns the source key of the relation |
IBusinessObject |
getSourceObject()
Returns the source business object of the relation. |
IKey |
getTargetKey()
Returns the target key of the relation |
IBusinessObject |
getTargetObject()
Returns the target business object of the relation. |
boolean |
isBlackBox()
Returns whether the relation is a black box |
java.lang.String |
retrieveTerm()
Returns the term describing the parameter, for example "Relation" |
int |
retrieveTypeCode()
Deprecated. |
| Field Detail |
public static final int BLACKBOX_RELATION
public static final int DEFAULT_RELATION
| Method Detail |
public java.lang.String getName()
public IBusinessObject getSourceObject()
throws ConnectorException
IBusinessObject interfaceIBusinessObject
public IKey getSourceKey()
throws ConnectorException
IKey the source key of the relationIKey
public IBusinessObject getTargetObject()
throws ConnectorException
IBusinessObject interfaceIBusinessObject
public IKey getTargetKey()
throws ConnectorException
IKey the target key of the relationIKeypublic int retrieveTypeCode()
public java.lang.String getDescription()
public java.lang.String retrieveTerm()
public boolean isBlackBox()
|
SAP J2EE Engine Version 6.40 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||