Uses of Class
org.wso2.am.integration.clients.governance.api.dto.PolicyAdherenceListDTO
-
Packages that use PolicyAdherenceListDTO Package Description org.wso2.am.integration.clients.governance.api org.wso2.am.integration.clients.governance.api.dto -
-
Uses of PolicyAdherenceListDTO in org.wso2.am.integration.clients.governance.api
Methods in org.wso2.am.integration.clients.governance.api that return PolicyAdherenceListDTO Modifier and Type Method Description PolicyAdherenceListDTOPolicyAdherenceApi. getPolicyAdherenceForAllPolicies(Integer limit, Integer offset)Retrieve adherence status for all policies Retrieve adherence status of all governance policies within the organization.Methods in org.wso2.am.integration.clients.governance.api that return types with arguments of type PolicyAdherenceListDTO Modifier and Type Method Description ApiResponse<PolicyAdherenceListDTO>PolicyAdherenceApi. getPolicyAdherenceForAllPoliciesWithHttpInfo(Integer limit, Integer offset)Retrieve adherence status for all policies Retrieve adherence status of all governance policies within the organization.Method parameters in org.wso2.am.integration.clients.governance.api with type arguments of type PolicyAdherenceListDTO Modifier and Type Method Description okhttp3.CallPolicyAdherenceApi. getPolicyAdherenceForAllPoliciesAsync(Integer limit, Integer offset, ApiCallback<PolicyAdherenceListDTO> _callback)Retrieve adherence status for all policies (asynchronously) Retrieve adherence status of all governance policies within the organization. -
Uses of PolicyAdherenceListDTO in org.wso2.am.integration.clients.governance.api.dto
Methods in org.wso2.am.integration.clients.governance.api.dto that return PolicyAdherenceListDTO Modifier and Type Method Description PolicyAdherenceListDTOPolicyAdherenceListDTO. count(Integer count)PolicyAdherenceListDTOPolicyAdherenceListDTO. list(List<PolicyAdherenceStatusDTO> list)PolicyAdherenceListDTOPolicyAdherenceListDTO. pagination(PaginationDTO pagination)
-