Uses of Interface
org.wso2.am.integration.clients.governance.ApiCallback
Packages that use ApiCallback
Package
Description
-
Uses of ApiCallback in org.wso2.am.integration.clients.governance
Methods in org.wso2.am.integration.clients.governance with parameters of type ApiCallbackModifier and TypeMethodDescriptionokhttp3.CallApiClient.buildCall(String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String, String> headerParams, Map<String, String> cookieParams, Map<String, Object> formParams, String[] authNames, ApiCallback callback) Build HTTP call with the given options.okhttp3.RequestApiClient.buildRequest(String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String, String> headerParams, Map<String, String> cookieParams, Map<String, Object> formParams, String[] authNames, ApiCallback callback) Build an HTTP request with the given options.<T> voidApiClient.executeAsync(okhttp3.Call call, Type returnType, ApiCallback<T> callback) Execute HTTP call asynchronously.<T> voidApiClient.executeAsync(okhttp3.Call call, ApiCallback<T> callback) Constructors in org.wso2.am.integration.clients.governance with parameters of type ApiCallbackModifierConstructorDescriptionProgressRequestBody(okhttp3.RequestBody requestBody, ApiCallback callback) ProgressResponseBody(okhttp3.ResponseBody responseBody, ApiCallback callback) -
Uses of ApiCallback in org.wso2.am.integration.clients.governance.api
Methods in org.wso2.am.integration.clients.governance.api with parameters of type ApiCallbackModifier and TypeMethodDescriptionokhttp3.CallGovernancePoliciesApi.createGovernancePolicyAsync(APIMGovernancePolicyDTO apIMGovernancePolicyDTO, ApiCallback<APIMGovernancePolicyDTO> _callback) Creates a new governance policy.okhttp3.CallGovernancePoliciesApi.createGovernancePolicyCall(APIMGovernancePolicyDTO apIMGovernancePolicyDTO, ApiCallback _callback) Build call for createGovernancePolicyokhttp3.CallRulesetsApi.createRulesetAsync(String name, File rulesetContent, String ruleType, String artifactType, String description, String ruleCategory, String documentationLink, String provider, ApiCallback<RulesetInfoDTO> _callback) Create a new ruleset.okhttp3.CallRulesetsApi.createRulesetCall(String name, File rulesetContent, String ruleType, String artifactType, String description, String ruleCategory, String documentationLink, String provider, ApiCallback _callback) Build call for createRulesetokhttp3.CallGovernancePoliciesApi.deleteGovernancePolicyAsync(String policyId, ApiCallback<Void> _callback) Delete a specific governance policy (asynchronously) Deletes an existing governance policy identified by the policyId.okhttp3.CallGovernancePoliciesApi.deleteGovernancePolicyCall(String policyId, ApiCallback _callback) Build call for deleteGovernancePolicyokhttp3.CallRulesetsApi.deleteRulesetAsync(String rulesetId, ApiCallback<Void> _callback) Deletes a specific ruleset.okhttp3.CallRulesetsApi.deleteRulesetCall(String rulesetId, ApiCallback _callback) Build call for deleteRulesetokhttp3.CallArtifactComplianceApi.getComplianceByAPIIdAsync(String apiId, ApiCallback<ArtifactComplianceDetailsDTO> _callback) Retrieve compliance details for a specific API (asynchronously) Retrieve compliance details associated with a specific API using its unique UUID.okhttp3.CallArtifactComplianceApi.getComplianceByAPIIdCall(String apiId, ApiCallback _callback) Build call for getComplianceByAPIIdokhttp3.CallArtifactComplianceApi.getComplianceStatusListOfAPIsAsync(Integer limit, Integer offset, ApiCallback<ArtifactComplianceListDTO> _callback) Retrieves compliance of all API artifacts (asynchronously) Retrieves compliance of all API artifacts within the organization visible to logged-in user.okhttp3.CallArtifactComplianceApi.getComplianceStatusListOfAPIsCall(Integer limit, Integer offset, ApiCallback _callback) Build call for getComplianceStatusListOfAPIsokhttp3.CallArtifactComplianceApi.getComplianceSummaryForAPIsAsync(ApiCallback<ArtifactComplianceSummaryDTO> _callback) Retrieves the summary of compliance of all API artifacts (asynchronously) Retrieves the summary of compliance of all API artifacts within the organization visible to logged-in user.okhttp3.CallArtifactComplianceApi.getComplianceSummaryForAPIsCall(ApiCallback _callback) Build call for getComplianceSummaryForAPIsokhttp3.CallGovernancePoliciesApi.getGovernancePoliciesAsync(Integer limit, Integer offset, String query, ApiCallback<APIMGovernancePolicyListDTO> _callback) Retrieves a list of all governance policies.okhttp3.CallGovernancePoliciesApi.getGovernancePoliciesCall(Integer limit, Integer offset, String query, ApiCallback _callback) Build call for getGovernancePoliciesokhttp3.CallGovernancePoliciesApi.getGovernancePolicyByIdAsync(String policyId, ApiCallback<APIMGovernancePolicyDTO> _callback) Get a specific governance policy (asynchronously) Retrieves details of a specific governance policy identified by the policyId.okhttp3.CallGovernancePoliciesApi.getGovernancePolicyByIdCall(String policyId, ApiCallback _callback) Build call for getGovernancePolicyByIdokhttp3.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.okhttp3.CallPolicyAdherenceApi.getPolicyAdherenceByPolicyIdCall(String policyId, ApiCallback _callback) Build call for getPolicyAdherenceByPolicyIdokhttp3.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.okhttp3.CallPolicyAdherenceApi.getPolicyAdherenceForAllPoliciesCall(Integer limit, Integer offset, ApiCallback _callback) Build call for getPolicyAdherenceForAllPoliciesokhttp3.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.okhttp3.CallPolicyAdherenceApi.getPolicyAdherenceSummaryCall(ApiCallback _callback) Build call for getPolicyAdherenceSummaryokhttp3.CallRulesetsApi.getRulesetByIdAsync(String rulesetId, ApiCallback<RulesetInfoDTO> _callback) Retrieves details of a specific ruleset.okhttp3.CallRulesetsApi.getRulesetByIdCall(String rulesetId, ApiCallback _callback) Build call for getRulesetByIdokhttp3.CallRulesetsApi.getRulesetContentAsync(String rulesetId, ApiCallback<String> _callback) Retrieves the content of a specific ruleset.okhttp3.CallRulesetsApi.getRulesetContentCall(String rulesetId, ApiCallback _callback) Build call for getRulesetContentokhttp3.CallRulesetsApi.getRulesetsAsync(Integer limit, Integer offset, String query, ApiCallback<RulesetListDTO> _callback) Retrieves a list of rulesets.okhttp3.CallRulesetsApi.getRulesetsCall(Integer limit, Integer offset, String query, ApiCallback _callback) Build call for getRulesetsokhttp3.CallRulesetsApi.getRulesetUsageAsync(String rulesetId, ApiCallback<List<String>> _callback) Retrieves the policy usage of a specific ruleset.okhttp3.CallRulesetsApi.getRulesetUsageCall(String rulesetId, ApiCallback _callback) Build call for getRulesetUsageokhttp3.CallArtifactComplianceApi.getRulesetValidationResultsByAPIIdAsync(String apiId, String rulesetId, ApiCallback<RulesetValidationResultDTO> _callback) Retrieve ruleset validation results for a specific API (asynchronously) Retrieve ruleset validation results associated with a specific API using its unique UUID.okhttp3.CallArtifactComplianceApi.getRulesetValidationResultsByAPIIdCall(String apiId, String rulesetId, ApiCallback _callback) Build call for getRulesetValidationResultsByAPIIdokhttp3.CallGovernancePoliciesApi.updateGovernancePolicyByIdAsync(String policyId, APIMGovernancePolicyDTO apIMGovernancePolicyDTO, ApiCallback<APIMGovernancePolicyDTO> _callback) Update a specific governance policy (asynchronously) Updates the details of an existing governance policy identified by the policyId.okhttp3.CallGovernancePoliciesApi.updateGovernancePolicyByIdCall(String policyId, APIMGovernancePolicyDTO apIMGovernancePolicyDTO, ApiCallback _callback) Build call for updateGovernancePolicyByIdokhttp3.CallRulesetsApi.updateRulesetByIdAsync(String rulesetId, String name, File rulesetContent, String ruleType, String artifactType, String description, String ruleCategory, String documentationLink, String provider, ApiCallback<RulesetInfoDTO> _callback) Updates a specific ruleset.okhttp3.CallRulesetsApi.updateRulesetByIdCall(String rulesetId, String name, File rulesetContent, String ruleType, String artifactType, String description, String ruleCategory, String documentationLink, String provider, ApiCallback _callback) Build call for updateRulesetById