Package | Description |
---|---|
edu.ucdavis.cstars.client.arcgis |
Modifier and Type | Method and Description |
---|---|
PortalQueryParams |
PortalQueryResult.getNextQueryParams()
The query parameters for the next set of results.
|
PortalQueryParams |
PortalQueryResult.getQueryParams()
The query parameters for the first set of results.
|
Modifier and Type | Method and Description |
---|---|
Deferred |
Portal.queryGroups(PortalQueryParams queryParams,
PortalQueryGroupsCallback callback)
Execute a query against the Portal to return a deferred that when resolved returns PortalQueryResult that contain a
results array of PortalGroup objects for all the groups that match the input query.
|
Deferred |
PortalGroup.queryItem(PortalQueryParams queryParams,
PortalQueryItemsCallback callback)
Execute a query against the group to return a deferred that when resolved returns PortalQueryResults that
contain a results array of PortalItem objects that match the input query.
|
Deferred |
Portal.queryItem(PortalQueryParams queryParams,
PortalQueryItemsCallback callback)
Execute a query against the Portal to return a deferred that when resolved returns PortalQueryResult that contain a
results array of PortalItem objects that match the input query.
|