Uses of Class
org.wso2.am.integration.clients.governance.api.dto.PolicyAdherenceDetailsDTO
-
Packages that use PolicyAdherenceDetailsDTO Package Description org.wso2.am.integration.clients.governance.api org.wso2.am.integration.clients.governance.api.dto -
-
Uses of PolicyAdherenceDetailsDTO in org.wso2.am.integration.clients.governance.api
Methods in org.wso2.am.integration.clients.governance.api that return PolicyAdherenceDetailsDTO Modifier and Type Method Description PolicyAdherenceDetailsDTOPolicyAdherenceApi. 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 PolicyAdherenceDetailsDTO Modifier and Type Method Description ApiResponse<PolicyAdherenceDetailsDTO>PolicyAdherenceApi. 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 PolicyAdherenceDetailsDTO Modifier and Type Method Description okhttp3.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 PolicyAdherenceDetailsDTO Modifier and Type Method Description PolicyAdherenceDetailsDTOPolicyAdherenceDetailsDTO. evaluatedArtifacts(List<ArtifactComplianceForPolicyDTO> evaluatedArtifacts)PolicyAdherenceDetailsDTOPolicyAdherenceDetailsDTO. id(String id)PolicyAdherenceDetailsDTOPolicyAdherenceDetailsDTO. name(String name)PolicyAdherenceDetailsDTOPolicyAdherenceDetailsDTO. status(PolicyAdherenceDetailsDTO.StatusEnum status)
-