public interface PersonClient extends com.covisint.core.http.service.client.ResourceClient<Person>
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.CheckedFuture<Void,com.covisint.core.http.service.core.ServiceException> |
activate(String personId,
org.apache.http.protocol.HttpContext context)
Activates a
Person in pending status. |
com.google.common.util.concurrent.CheckedFuture<Void,com.covisint.core.http.service.core.ServiceException> |
suspend(String personId,
org.apache.http.protocol.HttpContext context)
Suspends a
Person in active status. |
com.google.common.util.concurrent.CheckedFuture<Void,com.covisint.core.http.service.core.ServiceException> |
unsuspend(String personId,
org.apache.http.protocol.HttpContext context)
Unsuspends a
Person in suspend status. |
com.google.common.util.concurrent.CheckedFuture<Void,com.covisint.core.http.service.core.ServiceException> activate(@Nonnull@NotEmpty String personId, @Nonnull org.apache.http.protocol.HttpContext context)
Person in pending status.personId - The id of the Person to activate.context - The HTTP context used to pass state.com.google.common.util.concurrent.CheckedFuture<Void,com.covisint.core.http.service.core.ServiceException> suspend(@Nonnull@NotEmpty String personId, @Nonnull org.apache.http.protocol.HttpContext context)
Person in active status.personId - The id of the Person to suspend.context - The HTTP context used to pass state.com.google.common.util.concurrent.CheckedFuture<Void,com.covisint.core.http.service.core.ServiceException> unsuspend(@Nonnull@NotEmpty String personId, @Nonnull org.apache.http.protocol.HttpContext context)
Person in suspend status.personId - The id of the Person to unsuspend.context - The HTTP context used to pass state.Copyright © 2015 Covisint. All rights reserved.