| Package | Description | 
|---|---|
| com.irisel.oms.exchange | |
| com.irisel.oms.olapi.beans | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DataExchangeInstance. addLinkTo(GlobalID linkedId,
         DirectedRelationVO linkedThroughRel)Adds a relationship from this instance to another instance | 
| Modifier and Type | Method and Description | 
|---|---|
| GlobalID | DataInstance. getGlid() | 
| GlobalID | DataInstance. getGlobalId() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.HashMap<java.lang.String,GlobalID> | InstanceLinkVO. getLinkedIds() | 
| java.util.Collection<GlobalID> | InstanceLinkVO. getLinkedIdsVector() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | InstanceLinkVO. addLinkedId(GlobalID linkedId) | 
| void | DataInstance. setGlid(GlobalID glid) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | InstanceLinkVO. setLinkedIds(java.util.HashMap<java.lang.String,GlobalID> linkedIds)The HashMap contains pairs (linkedId.toString(),linkedId) |