public interface GroupClient extends com.covisint.core.http.service.client.ResourceClient<Group>
Group resources.| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.CheckedFuture<Group,com.covisint.core.http.service.core.ServiceException> |
get(String id,
boolean includeEntitlements,
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.
|
@Nonnull com.google.common.util.concurrent.CheckedFuture<Group,com.covisint.core.http.service.core.ServiceException> get(@Nonnull@NotEmpty String id, boolean includeEntitlements, @Nonnull org.apache.http.protocol.HttpContext httpContext)
id - id of the resource to be returnedincludeEntitlements - the boolean flag indicating if entitlements are to be included in responsehttpContext - the HTTP Context containing session-level data@Nonnull 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)
searchCriteria - 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.