Uses of Class
org.usergrid.persistence.Results.Level

Packages that use Results.Level
org.usergrid.mq   
org.usergrid.persistence   
org.usergrid.persistence.cassandra   
 

Uses of Results.Level in org.usergrid.mq
 

Fields in org.usergrid.mq declared as Results.Level
protected  Results.Level Query.level
           
 

Methods in org.usergrid.mq that return Results.Level
 Results.Level Query.getResultsLevel()
           
 

Methods in org.usergrid.mq with parameters of type Results.Level
 void Query.setResultsLevel(Results.Level level)
           
 Query Query.withResultsLevel(Results.Level level)
           
 

Uses of Results.Level in org.usergrid.persistence
 

Fields in org.usergrid.persistence declared as Results.Level
protected  Results.Level Query.level
           
 

Methods in org.usergrid.persistence that return Results.Level
 Results.Level Results.getLevel()
           
 Results.Level Query.getResultsLevel()
           
static Results.Level Results.Level.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Results.Level[] Results.Level.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.usergrid.persistence with parameters of type Results.Level
 Results EntityManager.get(List<UUID> entityIds, Class<? extends Entity> entityClass, Results.Level resultsLevel)
          Retrieves a set of Entitues cast to the specified class type.
 Results EntityManager.get(List<UUID> entityIds, Results.Level resultsLevel)
          Retrieves a set of Entities.
 Results EntityManager.get(List<UUID> entityIds, String entityType, Class<? extends Entity> entityClass, Results.Level resultsLevel)
          Retrieves a set of Entities cast to the specified class type.
 Results EntityManager.getCollection(EntityRef entityRef, String collectionName, UUID startResult, int count, Results.Level resultsLevel, boolean reversed)
          Gets a list of entities in the specified collection belonging to the specified entity.
 Results RelationManager.getCollection(String collectionName, Query query, Results.Level resultsLevel)
           
 Results RelationManager.getCollection(String collectionName, UUID startResult, int count, Results.Level resultsLevel, boolean reversed)
           
 Results EntityManager.getCollection(UUID entityId, String collectionName, Query query, Results.Level resultsLevel)
           
 Results RelationManager.getConnectedEntities(String connectionType, String connectedEntityType, Results.Level resultsLevel)
           
 Results EntityManager.getConnectedEntities(UUID entityId, String connectionType, String connectedEntityType, Results.Level resultsLevel)
          Gets the entities of the specified type connected to the specified entity, optionally matching the specified connection types and/or entity types.
 Results RelationManager.getConnectingEntities(String connectionType, String connectedEntityType, Results.Level resultsLevel)
           
 Results EntityManager.getConnectingEntities(UUID entityId, String connectionType, String connectedEntityType, Results.Level resultsLevel)
          Gets the entities connecting to this entity, optionally with the specified connection type and/or entity type.
 Results EntityManager.getUsersInGroupRole(UUID groupId, String roleName, Results.Level level)
           
 void Query.setResultsLevel(Results.Level level)
           
 Query Query.withResultsLevel(Results.Level level)
           
 

Uses of Results.Level in org.usergrid.persistence.cassandra
 

Methods in org.usergrid.persistence.cassandra with parameters of type Results.Level
 Results EntityManagerImpl.get(List<UUID> entityIds, Class<? extends Entity> entityClass, Results.Level resultsLevel)
           
 Results EntityManagerImpl.get(List<UUID> entityIds, Results.Level resultsLevel)
           
 Results EntityManagerImpl.get(List<UUID> entityIds, String entityType, Class<? extends Entity> entityClass, Results.Level resultsLevel)
           
 Results EntityManagerImpl.getCollection(EntityRef entityRef, String collectionName, UUID startResult, int count, Results.Level resultsLevel, boolean reversed)
           
 Results RelationManagerImpl.getCollection(String collectionName, Query query, Results.Level resultsLevel)
           
 Results RelationManagerImpl.getCollection(String collectionName, UUID startResult, int count, Results.Level resultsLevel, boolean reversed)
           
 Results EntityManagerImpl.getCollection(UUID entityId, String collectionName, Query query, Results.Level resultsLevel)
           
 Results RelationManagerImpl.getConnectedEntities(String connectionType, String connectedEntityType, Results.Level resultsLevel)
           
 Results EntityManagerImpl.getConnectedEntities(UUID entityId, String connectionType, String connectedEntityType, Results.Level resultsLevel)
           
 Results RelationManagerImpl.getConnectingEntities(String connectionType, String connectedEntityType, Results.Level resultsLevel)
           
 Results EntityManagerImpl.getConnectingEntities(UUID entityId, String connectionType, String connectedEntityType, Results.Level resultsLevel)
           
 Results RelationManagerImpl.getIndexResults(List<me.prettyprint.hector.api.beans.HColumn<ByteBuffer,ByteBuffer>> results, boolean compositeResults, String connectionType, String entityType, Results.Level level)
          Process index results.
 Results EntityManagerImpl.getUsersInGroupRole(UUID groupId, String roleName, Results.Level level)
           
 Results EntityManagerImpl.loadEntities(Results results, Results.Level resultsLevel, int count)
           
 Results EntityManagerImpl.loadEntities(Results results, Results.Level resultsLevel, Map<UUID,UUID> associatedMap, int count)
           
 Results GeoIndexManager.proximitySearchCollection(EntityRef headEntity, String collectionName, String propertyName, com.beoui.geocell.model.Point center, double maxDistance, UUID startResult, int count, boolean reversed, Results.Level level)
           
 Results GeoIndexManager.proximitySearchConnections(UUID connectionIndexId, String propertyName, com.beoui.geocell.model.Point center, double maxDistance, UUID startResult, int count, boolean reversed, Results.Level level)
           
 



Copyright © 2013. All Rights Reserved.