Uses of Interface
org.usergrid.persistence.ConnectedEntityRef

Packages that use ConnectedEntityRef
org.usergrid.persistence   
org.usergrid.persistence.cassandra   
 

Uses of ConnectedEntityRef in org.usergrid.persistence
 

Subinterfaces of ConnectedEntityRef in org.usergrid.persistence
 interface ConnectionRef
          Connection tuple
 

Methods in org.usergrid.persistence that return ConnectedEntityRef
 ConnectedEntityRef ConnectionRef.getConnectedEntity()
           
 

Methods in org.usergrid.persistence that return types with arguments of type ConnectedEntityRef
 List<ConnectedEntityRef> RelationManager.getConnections(Query query)
           
 List<ConnectedEntityRef> EntityManager.getConnections(UUID entityId, Query query)
           
 List<ConnectedEntityRef> ConnectionRef.getPairedConnections()
           
 

Methods in org.usergrid.persistence with parameters of type ConnectedEntityRef
 ConnectionRef RelationManager.connectionRef(ConnectedEntityRef... connections)
           
 ConnectionRef EntityManager.connectionRef(EntityRef connectingEntity, ConnectedEntityRef... connections)
           
 ConnectionRef RelationManager.createConnection(ConnectedEntityRef... connections)
           
 ConnectionRef EntityManager.createConnection(EntityRef connectingEntity, ConnectedEntityRef... connections)
           
 

Uses of ConnectedEntityRef in org.usergrid.persistence.cassandra
 

Classes in org.usergrid.persistence.cassandra that implement ConnectedEntityRef
 class ConnectedEntityRefImpl
           
 class ConnectionRefImpl
           
 

Methods in org.usergrid.persistence.cassandra that return ConnectedEntityRef
 ConnectedEntityRef ConnectionRefImpl.getConnectedEntity()
           
static ConnectedEntityRef[] ConnectionRefImpl.getConnections(ConnectedEntityRef... connections)
           
 ConnectedEntityRef ConnectionRefImpl.getFirstPairedConnection()
           
 

Methods in org.usergrid.persistence.cassandra that return types with arguments of type ConnectedEntityRef
 List<ConnectedEntityRef> RelationManagerImpl.getConnections(Query query)
           
 List<ConnectedEntityRef> EntityManagerImpl.getConnections(UUID entityId, Query query)
           
static List<ConnectedEntityRef> ConnectionRefImpl.getConnectionsList(ConnectedEntityRef... connections)
           
 List<ConnectedEntityRef> ConnectionRefImpl.getPairedConnections()
           
 

Methods in org.usergrid.persistence.cassandra with parameters of type ConnectedEntityRef
 ConnectionRef RelationManagerImpl.connectionRef(ConnectedEntityRef... connections)
           
 ConnectionRef EntityManagerImpl.connectionRef(EntityRef connectingEntity, ConnectedEntityRef... connections)
           
static boolean ConnectionRefImpl.connectionsNull(ConnectedEntityRef... pairedConnections)
           
 ConnectionRef RelationManagerImpl.createConnection(ConnectedEntityRef... connections)
           
 ConnectionRef EntityManagerImpl.createConnection(EntityRef connectingEntity, ConnectedEntityRef... connections)
           
static UUID ConnectedEntityRefImpl.getConnectedEntityId(ConnectedEntityRef connection)
           
static String ConnectedEntityRefImpl.getConnectedEntityType(ConnectedEntityRef connection)
           
static ConnectedEntityRef[] ConnectionRefImpl.getConnections(ConnectedEntityRef... connections)
           
static List<ConnectedEntityRef> ConnectionRefImpl.getConnectionsList(ConnectedEntityRef... connections)
           
static String ConnectedEntityRefImpl.getConnectionType(ConnectedEntityRef connection)
           
static UUID ConnectionRefImpl.getId(EntityRef connectingEntity, ConnectedEntityRef connectedEntity, ConnectedEntityRef... pairedConnections)
           
static UUID ConnectionRefImpl.getId(EntityRef connectingEntity, ConnectedEntityRef connectedEntity, ConnectedEntityRef... pairedConnections)
           
static UUID ConnectionRefImpl.getIndexId(EntityRef connectingEntity, String connectionType, String connectedEntityType, ConnectedEntityRef... pairedConnections)
           
static UUID ConnectionRefImpl.getIndexId(int variant, EntityRef connectingEntity, String connectionType, String connectedEntityType, ConnectedEntityRef... pairedConnections)
           
static UUID[] ConnectionRefImpl.getIndexIds(EntityRef connectingEntity, String connectionType, String connectedEntityType, ConnectedEntityRef... pairedConnections)
           
static ConnectionRefImpl ConnectionRefImpl.toConnectedEntity(ConnectedEntityRef connectedEntity)
           
 

Constructors in org.usergrid.persistence.cassandra with parameters of type ConnectedEntityRef
ConnectionRefImpl(ConnectionRef connection, ConnectedEntityRef... connections)
           
ConnectionRefImpl(EntityRef connectingEntity, ConnectedEntityRef... connections)
           
ConnectionRefImpl(EntityRef connectingEntity, List<ConnectedEntityRef> pairedConnections, ConnectedEntityRef connectedEntity)
           
 

Constructor parameters in org.usergrid.persistence.cassandra with type arguments of type ConnectedEntityRef
ConnectionRefImpl(EntityRef connectingEntity, List<ConnectedEntityRef> pairedConnections, ConnectedEntityRef connectedEntity)
           
 



Copyright © 2013. All Rights Reserved.