Uses of Interface
de.iip_ecosphere.platform.support.semanticId.eclass.handler.ApiCallback
Packages that use ApiCallback
Package
Description
-
Uses of ApiCallback in de.iip_ecosphere.platform.support.semanticId.eclass.api
Methods in de.iip_ecosphere.platform.support.semanticId.eclass.api with parameters of type ApiCallbackModifier and TypeMethodDescriptioncom.squareup.okhttp.CallEclassJsonReadServicesApi.jsonapiV1AocGetAsync(String dictionary, String name, Integer limit, Integer offset, String acceptLanguage, ApiCallback<ReadAocs> callback) List of aspect of conversion (asynchronously)com.squareup.okhttp.CallEclassJsonReadServicesApi.jsonapiV1AocIrdiGetAsync(String irdi, String acceptLanguage, ApiCallback<ReadAoc> callback) Single aspect of conversion (asynchronously) Read aspect of conversion by IRDIcom.squareup.okhttp.CallEclassJsonReadServicesApi.jsonapiV1ApplicationClassesGetAsync(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated, ApiCallback<ReadApplicationClasses> callback) List of application classes (asynchronously)com.squareup.okhttp.CallEclassJsonReadServicesApi.jsonapiV1ApplicationClassesIrdiGetAsync(String irdi, String acceptLanguage, String release, ApiCallback<ReadApplicationClass> callback) Single application class (asynchronously) Read application class by IRDIcom.squareup.okhttp.CallEclassJsonReadServicesApi.jsonapiV1AspectsGetAsync(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated, ApiCallback<ReadAspects> callback) List of aspects (asynchronously)com.squareup.okhttp.CallEclassJsonReadServicesApi.jsonapiV1AspectsIrdiGetAsync(String irdi, String acceptLanguage, String deprecated, String release, ApiCallback<ReadAspect> callback) Single aspect (asynchronously) Read aspect by IRDIcom.squareup.okhttp.CallEclassJsonReadServicesApi.jsonapiV1BlocksGetAsync(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated, ApiCallback<ReadBlocks> callback) List of blocks (asynchronously)com.squareup.okhttp.CallEclassJsonReadServicesApi.jsonapiV1BlocksIrdiGetAsync(String irdi, String acceptLanguage, String deprecated, String release, ApiCallback<ReadBlock> callback) Single block (asynchronously) Read block by IRDIcom.squareup.okhttp.CallEclassJsonReadServicesApi.jsonapiV1ClassificationClassesClassificationClassIdGetAsync(ClassificationClassId classificationClassId, String acceptLanguage, String release, ApiCallback<ReadClassificationClass> callback) Single classification class (asynchronously)com.squareup.okhttp.CallEclassJsonReadServicesApi.jsonapiV1ClassificationClassesGetAsync(String release, String preferredName, Integer limit, Integer offset, Boolean segmentsOnly, String acceptLanguage, String deprecated, ApiCallback<ReadClassificationClasses> callback) List of classification classes (asynchronously)com.squareup.okhttp.CallEclassJsonReadServicesApi.jsonapiV1CurrenciesGetAsync(String preferredName, Integer limit, Integer offset, String acceptLanguage, ApiCallback<ReadCurrencies> callback) List of value lists (asynchronously)com.squareup.okhttp.CallEclassJsonReadServicesApi.jsonapiV1CurrenciesIrdiGetAsync(String irdi, String acceptLanguage, ApiCallback<ReadCurrency> callback) Single valuelist (asynchronously) Read valuelist by IRDIcom.squareup.okhttp.CallEclassJsonReadServicesApi.jsonapiV1KeywordsGetAsync(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated, ApiCallback<ReadNames> callback) List of keywords (asynchronously)com.squareup.okhttp.CallEclassJsonReadServicesApi.jsonapiV1KeywordsIrdiGetAsync(String irdi, String release, ApiCallback<ReadName> callback) Single keyword (asynchronously) Read keyword irdicom.squareup.okhttp.CallEclassJsonReadServicesApi.jsonapiV1PropertiesGetAsync(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated, ApiCallback<ReadProperties> callback) List of properties (asynchronously)com.squareup.okhttp.CallEclassJsonReadServicesApi.jsonapiV1PropertiesIrdiGetAsync(String irdi, String acceptLanguage, String deprecated, String release, ApiCallback<ReadProperty> callback) Single property (asynchronously) Read property by IRDIcom.squareup.okhttp.CallEclassJsonReadServicesApi.jsonapiV1QuantitiesIrdiGetAsync(String irdi, String acceptLanguage, String deprecated, String release, ApiCallback<ReadQuantity> callback) Single quantity (asynchronously) Read quantity by IRDIcom.squareup.okhttp.CallEclassJsonReadServicesApi.jsonapiV1SynonymsGetAsync(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated, ApiCallback<ReadNames> callback) List of synonyms (asynchronously)com.squareup.okhttp.CallEclassJsonReadServicesApi.jsonapiV1SynonymsIrdiGetAsync(String irdi, String release, ApiCallback<ReadName> callback) Single synonym (asynchronously) Read synonym irdicom.squareup.okhttp.CallEclassJsonReadServicesApi.jsonapiV1UnitsGetAsync(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated, ApiCallback<ReadUnits> callback) List of units (asynchronously)com.squareup.okhttp.CallEclassJsonReadServicesApi.jsonapiV1UnitsIrdiGetAsync(String irdi, String acceptLanguage, String deprecated, String release, ApiCallback<ReadUnit> callback) Single unit (asynchronously) Read unit by IRDIcom.squareup.okhttp.CallEclassJsonReadServicesApi.jsonapiV1ValueListsGetAsync(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated, ApiCallback<ReadValueLists> callback) List of value lists (asynchronously)com.squareup.okhttp.CallEclassJsonReadServicesApi.jsonapiV1ValueListsIrdiGetAsync(String irdi, String acceptLanguage, String deprecated, String release, ApiCallback<ReadValueList> callback) Single valuelist (asynchronously) Read valuelist by IRDIcom.squareup.okhttp.CallEclassJsonReadServicesApi.jsonapiV1ValuesGetAsync(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated, ApiCallback<ReadValues> callback) List of values (asynchronously)com.squareup.okhttp.CallEclassJsonReadServicesApi.jsonapiV1ValuesIrdiGetAsync(String irdi, String deprecated, String release, ApiCallback<ReadValue> callback) Single unit (asynchronously) Read value by IRDI -
Uses of ApiCallback in de.iip_ecosphere.platform.support.semanticId.eclass.handler
Methods in de.iip_ecosphere.platform.support.semanticId.eclass.handler with parameters of type ApiCallbackModifier and TypeMethodDescription<T> voidApiClient.executeAsync(com.squareup.okhttp.Call call, ApiCallback<T> callback) <T> voidApiClient.executeAsync(com.squareup.okhttp.Call call, Type returnType, ApiCallback<T> callback) Execute HTTP call asynchronously.