Uses of Interface
com.sapportals.connector.metadata.relations.IRelation

Packages that use IRelation
com.sapportals.connector.metadata.objects Provides metadata of the EIS Business Objects. 
com.sapportals.connector.metadata.relations Provides metadata of the EIS relations. 
 

Uses of IRelation in com.sapportals.connector.metadata.objects
 

Methods in com.sapportals.connector.metadata.objects that return IRelation
 IRelation IBusinessObject.getRelation(String relationUniqueName)
          Returns a relation of this element given the unique name.
 

Methods in com.sapportals.connector.metadata.objects that return types with arguments of type IRelation
 Set<IRelation> IBusinessObject.getRelations()
          Deprecated. Use getRelationsEx()
 List<IRelation> IBusinessObject.getRelationsEx()
          Returns the relations of this business object.
 Set<IRelation> IBusinessObject.getRelationsToObject(String targetBusinessObject)
          Deprecated. Use getRelationsToObjectEx(String)
 List<IRelation> IBusinessObject.getRelationsToObjectEx(String targetBusinessObject)
          Returns the relations of this object to a target object ordered
 List<IRelation> IBusinessObject.getReversedRelationsEx()
          Returns the relations of this business object.
 

Uses of IRelation in com.sapportals.connector.metadata.relations
 

Subinterfaces of IRelation in com.sapportals.connector.metadata.relations
 interface IBlackBoxRelation
          Deprecated. Use IRelation and return true for IRelation.isBlackBox()
 interface IDefaultRelation
          Deprecated. Use IRelation
 

Methods in com.sapportals.connector.metadata.relations that return IRelation
 IRelation IRelationsMetaData.getRelation(String token)
          Returns a relation by its identifying token
 

Methods in com.sapportals.connector.metadata.relations that return types with arguments of type IRelation
 Set<IRelation> IRelationsMetaData.getRelations()
          Deprecated. Use getRelationsEx()
 Set<IRelation> IRelationsMetaData.getRelations(IBusinessObject sourceObject, IBusinessObject targetObject)
          Deprecated. Use getRelationsEx(IBusinessObject,IBusinessObject)
 List<IRelation> IRelationsMetaData.getRelationsEx()
          Returns the EIS relations between all EIS business objects.
 List<IRelation> IRelationsMetaData.getRelationsEx(IBusinessObject sourceObject, IBusinessObject targetObject)
          Returns the EIS relations the current user can execute between two given objects.
 



Copyright 2011 SAP AG Complete Copyright Notice