@Path(value="/policyMap") @Consumes(value="*/*") public interface PolicyMapResource extends AuthenticatedResource
Modifier and Type | Method and Description |
---|---|
PolicyResponse |
getPolicy(String uri) |
PolicyGroupResponse |
getPolicyGroup(int typeId) |
setSessionId
@GET @Path(value="/partType/{typeId}/policyGroup") PolicyGroupResponse getPolicyGroup(@PathParam(value="typeId") int typeId) throws Exception
Exception
@GET @Path(value="/policy") PolicyResponse getPolicy(@QueryParam(value="uri") String uri) throws Exception
Exception
Copyright © 2024 Gentics Software. All rights reserved.