public interface OrganizationClient extends com.covisint.core.http.service.client.ResourceClient<Organization>
Organization resources.| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.CheckedFuture<com.covisint.core.http.service.core.ResourceReferenceNode<com.covisint.core.http.service.core.NamedResourceReference>,com.covisint.core.http.service.core.ServiceException> |
getHierarchy(String organizationId,
org.apache.http.protocol.HttpContext context)
Retrieves the hierarchy of the given organization id.
|
com.google.common.util.concurrent.CheckedFuture<com.covisint.core.http.service.core.ResourceReferenceNode<com.covisint.core.http.service.core.NamedResourceReference>,com.covisint.core.http.service.core.ServiceException> getHierarchy(@Nonnull@NotEmpty
String organizationId,
@Nonnull
org.apache.http.protocol.HttpContext context)
NamedResourceReferences.organizationId - The id of the organization whose hierarchy needs to be retrieved.context - The HTTP context.Copyright © 2015 Covisint. All rights reserved.