Uses of Class
org.wso2.am.integration.clients.governance.api.dto.PolicyAdherenceSummaryDTO
-
Packages that use PolicyAdherenceSummaryDTO Package Description org.wso2.am.integration.clients.governance.api org.wso2.am.integration.clients.governance.api.dto -
-
Uses of PolicyAdherenceSummaryDTO in org.wso2.am.integration.clients.governance.api
Methods in org.wso2.am.integration.clients.governance.api that return PolicyAdherenceSummaryDTO Modifier and Type Method Description PolicyAdherenceSummaryDTOPolicyAdherenceApi. getPolicyAdherenceSummary()Retrieves the summary of adherence for all policies Retrieves the summary of adherence for all governance policies within the organization.Methods in org.wso2.am.integration.clients.governance.api that return types with arguments of type PolicyAdherenceSummaryDTO Modifier and Type Method Description ApiResponse<PolicyAdherenceSummaryDTO>PolicyAdherenceApi. getPolicyAdherenceSummaryWithHttpInfo()Retrieves the summary of adherence for all policies Retrieves the summary of adherence for all governance policies within the organization.Method parameters in org.wso2.am.integration.clients.governance.api with type arguments of type PolicyAdherenceSummaryDTO Modifier and Type Method Description okhttp3.CallPolicyAdherenceApi. getPolicyAdherenceSummaryAsync(ApiCallback<PolicyAdherenceSummaryDTO> _callback)Retrieves the summary of adherence for all policies (asynchronously) Retrieves the summary of adherence for all governance policies within the organization. -
Uses of PolicyAdherenceSummaryDTO in org.wso2.am.integration.clients.governance.api.dto
Methods in org.wso2.am.integration.clients.governance.api.dto that return PolicyAdherenceSummaryDTO Modifier and Type Method Description PolicyAdherenceSummaryDTOPolicyAdherenceSummaryDTO. followed(Integer followed)PolicyAdherenceSummaryDTOArtifactComplianceStatusDTO. getPolicyAdherenceSummary()Get policyAdherenceSummaryPolicyAdherenceSummaryDTOPolicyAdherenceSummaryDTO. total(Integer total)PolicyAdherenceSummaryDTOPolicyAdherenceSummaryDTO. unApplied(Integer unApplied)PolicyAdherenceSummaryDTOPolicyAdherenceSummaryDTO. violated(Integer violated)Methods in org.wso2.am.integration.clients.governance.api.dto with parameters of type PolicyAdherenceSummaryDTO Modifier and Type Method Description ArtifactComplianceStatusDTOArtifactComplianceStatusDTO. policyAdherenceSummary(PolicyAdherenceSummaryDTO policyAdherenceSummary)voidArtifactComplianceStatusDTO. setPolicyAdherenceSummary(PolicyAdherenceSummaryDTO policyAdherenceSummary)
-