@Path(value="entitlements") public interface EntitlementService extends JAXRSService
DEFAULT_PARAM_PAGE, DEFAULT_PARAM_PAGE_VALUE, DEFAULT_PARAM_SIZE, DEFAULT_PARAM_SIZE_VALUE, PARAM_DETAILS, PARAM_FIQL, PARAM_ORDERBY, PARAM_PAGE, PARAM_SIZE| Modifier and Type | Method and Description |
|---|---|
List<EntitlementTO> |
getAllEntitlements()
Returns a list of all known entitlements.
|
List<EntitlementTO> |
getOwnEntitlements()
Returns a list of entitlements assigned to user making the current request.
|
@GET
@Produces(value={"application/xml","application/json"})
List<EntitlementTO> getAllEntitlements()
@GET
@Path(value="own")
@Produces(value={"application/xml","application/json"})
List<EntitlementTO> getOwnEntitlements()
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.