org.usergrid.persistence
Interface ConnectionRef

All Superinterfaces:
AssociatedEntityRef, ConnectedEntityRef, EntityRef
All Known Implementing Classes:
ConnectionRefImpl

public interface ConnectionRef
extends ConnectedEntityRef, AssociatedEntityRef

Connection tuple

Author:
edanuff

Method Summary
 ConnectedEntityRef getConnectedEntity()
           
 EntityRef getConnectingEntity()
           
 List<ConnectedEntityRef> getPairedConnections()
           
 
Methods inherited from interface org.usergrid.persistence.ConnectedEntityRef
getConnectionType
 
Methods inherited from interface org.usergrid.persistence.EntityRef
getType, getUuid
 

Method Detail

getConnectingEntity

EntityRef getConnectingEntity()

getPairedConnections

List<ConnectedEntityRef> getPairedConnections()

getConnectedEntity

ConnectedEntityRef getConnectedEntity()


Copyright © 2013. All Rights Reserved.