public class PersonRequestClientImpl extends com.covisint.core.http.service.client.BaseResourceClient<PersonRequest> implements PersonRequestClient
PersonRequests.| Constructor and Description |
|---|
PersonRequestClientImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.CheckedFuture<Void,com.covisint.core.http.service.core.ServiceException> |
approve(String requestId,
org.apache.http.protocol.HttpContext context)
Approves a
PersonRequest. |
com.google.common.util.concurrent.CheckedFuture<PersonRequest,com.covisint.core.http.service.core.ServiceException> |
persist(PersonRequest resource,
org.apache.http.protocol.HttpContext httpContext) |
add, buildSearchKey, delete, doGet, execute, executeWithBody, executeWithBody, executeWithPrecondition, get, get, getEndpointWithQueryParams, getLocalCache, search, searchpublic final com.google.common.util.concurrent.CheckedFuture<Void,com.covisint.core.http.service.core.ServiceException> approve(@Nonnull@NotEmpty String requestId, @Nonnull org.apache.http.protocol.HttpContext context)
PersonRequest.approve in interface PersonRequestClientrequestId - The id of the PersonRequest to approve.context - The HTTP context.public final com.google.common.util.concurrent.CheckedFuture<PersonRequest,com.covisint.core.http.service.core.ServiceException> persist(PersonRequest resource, org.apache.http.protocol.HttpContext httpContext)
persist in interface com.covisint.core.http.service.client.ResourceClient<PersonRequest>persist in class com.covisint.core.http.service.client.BaseResourceClient<PersonRequest>Copyright © 2015 Covisint. All rights reserved.