Uses of Class
com.irisel.oms.olapi.beans.DirectedRelationVO

Packages that use DirectedRelationVO
com.irisel.oms.exchange   
com.irisel.oms.olapi.beans   
 

Uses of DirectedRelationVO in com.irisel.oms.exchange
 

Methods in com.irisel.oms.exchange that return types with arguments of type DirectedRelationVO
 java.util.HashMap<DirectedRelationVO,InstanceLinkVO> DataExchangeInstance.getInstanceLinks()
           
 

Methods in com.irisel.oms.exchange with parameters of type DirectedRelationVO
 void DataExchangeInstance.addLinkTo(GlobalID linkedId, DirectedRelationVO linkedThroughRel)
          Adds a relationship from this instance to another instance
 

Method parameters in com.irisel.oms.exchange with type arguments of type DirectedRelationVO
 void DataExchangeInstance.setInstanceLinks(java.util.HashMap<DirectedRelationVO,InstanceLinkVO> instanceLinks)
           
 void DataExchangeInstance.setLinkedObjs(java.util.HashMap<DirectedRelationVO,InstanceLinkVO> linkedObjs)
           
 

Uses of DirectedRelationVO in com.irisel.oms.olapi.beans
 

Methods in com.irisel.oms.olapi.beans that return DirectedRelationVO
 DirectedRelationVO[] DataModelVO.findClassRelationVOs(java.lang.String classname)
          Deprecated.  
 DirectedRelationVO[] ClassVO.getOmsRelationVOs()
           
 DirectedRelationVO InstanceLinkVO.getRelvo()
           
 

Methods in com.irisel.oms.olapi.beans with parameters of type DirectedRelationVO
 void ClassVO.addOMSRelationVO(DirectedRelationVO r)
           
 void InstanceLinkVO.setRelvo(DirectedRelationVO relvo)
           
 

Constructors in com.irisel.oms.olapi.beans with parameters of type DirectedRelationVO
InstanceLinkVO(DirectedRelationVO drel)