Package | Description |
---|---|
org.usergrid.android.client |
Modifier and Type | Method and Description |
---|---|
void |
Client.queryActivityFeedForGroupAsync(String groupId,
QueryResultsCallback callback)
Get a group's activity feed.
|
void |
Client.queryActivityFeedForUserAsync(String userId,
QueryResultsCallback callback)
Get a user's activity feed.
|
void |
Client.queryEntitiesRequestAsync(QueryResultsCallback callback,
org.springframework.http.HttpMethod method,
Map<String,Object> params,
Object data,
String... segments)
Perform a query request and return a query object.
|
void |
Client.queryEntityConnectionsAsync(String connectingEntityType,
String connectingEntityId,
String connectionType,
String ql,
QueryResultsCallback callback)
Query the connected entities.
|
void |
Client.queryEntityConnectionsWithinLocationAsync(String connectingEntityType,
String connectingEntityId,
String connectionType,
float distance,
android.location.Location location,
String ql,
QueryResultsCallback callback)
Query the connected entities within distance of a specific point.
|
void |
Client.queryUsersAsync(QueryResultsCallback callback)
Perform a query of the users collection.
|
void |
Client.queryUsersAsync(String ql,
QueryResultsCallback callback)
Perform a query of the users collection using the provided query command.
|
void |
Client.queryUsersForGroupAsync(String groupId,
QueryResultsCallback callback)
Queries the users for the specified group.
|
Copyright © 2013. All Rights Reserved.