public class GroupClientImpl extends com.covisint.core.http.service.client.BaseResourceClient<Group> implements GroupClient
Groups.| Constructor and Description |
|---|
GroupClientImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.CheckedFuture<Group,com.covisint.core.http.service.core.ServiceException> |
delete(String id,
org.apache.http.protocol.HttpContext httpContext) |
com.google.common.util.concurrent.CheckedFuture<Group,com.covisint.core.http.service.core.ServiceException> |
get(String groupId,
boolean isIncludeEntitlements,
org.apache.http.protocol.HttpContext httpContext)
Get a resource by ID.
|
com.google.common.util.concurrent.CheckedFuture<List<Group>,com.covisint.core.http.service.core.ServiceException> |
search(com.google.common.collect.Multimap<String,String> searchCriteria,
com.covisint.core.http.service.core.SortCriteria sortCriteria,
com.covisint.core.http.service.core.Page page,
boolean isIncludeEntitlements,
org.apache.http.protocol.HttpContext httpContext)
Search for resources based on the passed search criteria.
|
add, buildSearchKey, doGet, execute, executeWithBody, executeWithBody, executeWithPrecondition, get, get, getEndpointWithQueryParams, getLocalCache, persist, search, search@Nonnull public com.google.common.util.concurrent.CheckedFuture<Group,com.covisint.core.http.service.core.ServiceException> get(@Nonnull@NotEmpty String groupId, boolean isIncludeEntitlements, @Nonnull org.apache.http.protocol.HttpContext httpContext)
get in interface GroupClientgroupId - id of the resource to be returnedisIncludeEntitlements - the boolean flag indicating if entitlements are to be included in responsehttpContext - the HTTP Context containing session-level data@Nonnull public com.google.common.util.concurrent.CheckedFuture<List<Group>,com.covisint.core.http.service.core.ServiceException> search(@Nonnull com.google.common.collect.Multimap<String,String> searchCriteria, @Nonnull com.covisint.core.http.service.core.SortCriteria sortCriteria, @Nonnull com.covisint.core.http.service.core.Page page, boolean isIncludeEntitlements, @Nonnull org.apache.http.protocol.HttpContext httpContext)
search in interface GroupClientsearchCriteria - search information about the querysortCriteria - sort information about the querypage - the page of results to returnisIncludeEntitlements - the boolean flag indicating if entitlements should be included in responsehttpContext - the HTTP Context containing session-level dataCopyright © 2015 Covisint. All rights reserved.