Uses of Class
org.wso2.am.integration.clients.governance.api.dto.PolicyAdherenceDetailsDTO
Packages that use PolicyAdherenceDetailsDTO
Package
Description
-
Uses of PolicyAdherenceDetailsDTO in org.wso2.am.integration.clients.governance.api
Methods in org.wso2.am.integration.clients.governance.api that return PolicyAdherenceDetailsDTOModifier and TypeMethodDescriptionPolicyAdherenceApi.getPolicyAdherenceByPolicyId(String policyId) Retrieve adherence details for a specific policy Retrieve adherence details associated with a specific governance policy within the organization using its unique ID.Methods in org.wso2.am.integration.clients.governance.api that return types with arguments of type PolicyAdherenceDetailsDTOModifier and TypeMethodDescriptionPolicyAdherenceApi.getPolicyAdherenceByPolicyIdWithHttpInfo(String policyId) Retrieve adherence details for a specific policy Retrieve adherence details associated with a specific governance policy within the organization using its unique ID.Method parameters in org.wso2.am.integration.clients.governance.api with type arguments of type PolicyAdherenceDetailsDTOModifier and TypeMethodDescriptionokhttp3.CallPolicyAdherenceApi.getPolicyAdherenceByPolicyIdAsync(String policyId, ApiCallback<PolicyAdherenceDetailsDTO> _callback) Retrieve adherence details for a specific policy (asynchronously) Retrieve adherence details associated with a specific governance policy within the organization using its unique ID. -
Uses of PolicyAdherenceDetailsDTO in org.wso2.am.integration.clients.governance.api.dto
Methods in org.wso2.am.integration.clients.governance.api.dto that return PolicyAdherenceDetailsDTOModifier and TypeMethodDescriptionPolicyAdherenceDetailsDTO.evaluatedArtifacts(List<ArtifactComplianceForPolicyDTO> evaluatedArtifacts) PolicyAdherenceDetailsDTO.status(PolicyAdherenceDetailsDTO.StatusEnum status)