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

Packages that use InstanceLinkVO
com.irisel.oms.exchange   
 

Uses of InstanceLinkVO in com.irisel.oms.exchange
 

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

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