Uses of Class
org.wso2.am.integration.clients.governance.api.dto.PolicyAdherenceListDTO
Packages that use PolicyAdherenceListDTO
Package
Description
-
Uses of PolicyAdherenceListDTO in org.wso2.am.integration.clients.governance.api
Methods in org.wso2.am.integration.clients.governance.api that return PolicyAdherenceListDTOModifier and TypeMethodDescriptionPolicyAdherenceApi.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 PolicyAdherenceListDTOModifier and TypeMethodDescriptionPolicyAdherenceApi.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 PolicyAdherenceListDTOModifier and TypeMethodDescriptionokhttp3.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 PolicyAdherenceListDTOModifier and TypeMethodDescriptionPolicyAdherenceListDTO.list(List<PolicyAdherenceStatusDTO> list) PolicyAdherenceListDTO.pagination(PaginationDTO pagination)