SAP J2EE Engine

Version 6.40


com.sapportals.connector.metadata.relations
Interface IDefaultRelation

All Superinterfaces:
IRelation, ISOAPSerializable

Deprecated. Use IRelation

public interface IDefaultRelation
extends IRelation, ISOAPSerializable

This interface exposes metadata for a relation between 2 EIS Business Objects using A.x = B.y template

Version:
1.0

Fields inherited from interface com.sapportals.connector.metadata.relations.IRelation
BLACKBOX_RELATION, DEFAULT_RELATION
 
Method Summary
 IAttribute getSourceAttribute()
          Deprecated. Returns the source attribute of the relation.
 IAttribute getTargetAttribute()
          Deprecated. Returns the target attribute of the relation.
 
Methods inherited from interface com.sapportals.connector.metadata.relations.IRelation
getDescription, getName, getSourceKey, getSourceObject, getTargetKey, getTargetObject, isBlackBox, retrieveTerm, retrieveTypeCode
 

Method Detail

getSourceAttribute

public IAttribute getSourceAttribute()
                              throws ConnectorException
Deprecated. 
Returns the source attribute of the relation.
Returns:
IAttribute interface.
See Also:
IAttribute

getTargetAttribute

public IAttribute getTargetAttribute()
                              throws ConnectorException
Deprecated. 
Returns the target attribute of the relation.
Returns:
IAttribute interface.
See Also:
IAttribute

SAP J2EE Engine

Version 6.40


Copyright © 2001-2005 SAP AG. All Rights Reserved.