public interface PolicyManagementService
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
activatePolicies(List<Integer> policyIds) |
javax.ws.rs.core.Response |
addPolicy(PolicyWrapper policy) |
javax.ws.rs.core.Response |
applyChanges() |
javax.ws.rs.core.Response |
deactivatePolicies(List<Integer> policyIds) |
javax.ws.rs.core.Response |
getEffectivePolicy(String deviceType,
String deviceId) |
javax.ws.rs.core.Response |
getPolicies(String ifModifiedSince,
int offset,
int limit) |
javax.ws.rs.core.Response |
getPolicy(int id,
String ifModifiedSince) |
javax.ws.rs.core.Response |
removePolicies(List<Integer> policyIds) |
javax.ws.rs.core.Response |
updatePolicy(int id,
PolicyWrapper policy) |
javax.ws.rs.core.Response |
updatePolicyPriorities(List<PriorityUpdatedPolicyWrapper> priorityUpdatedPolicies) |
javax.ws.rs.core.Response addPolicy(PolicyWrapper policy)
javax.ws.rs.core.Response getPolicies(@HeaderParam(value="If-Modified-Since")
String ifModifiedSince,
int offset,
int limit)
javax.ws.rs.core.Response getPolicy(int id,
@HeaderParam(value="If-Modified-Since")
String ifModifiedSince)
javax.ws.rs.core.Response updatePolicy(int id,
PolicyWrapper policy)
javax.ws.rs.core.Response applyChanges()
javax.ws.rs.core.Response updatePolicyPriorities(List<PriorityUpdatedPolicyWrapper> priorityUpdatedPolicies)
Copyright © 2017 WSO2. All rights reserved.