Uses of Class
io.keyko.nevermined.exceptions.ConsumeServiceException
-
Packages that use ConsumeServiceException Package Description io.keyko.nevermined.api io.keyko.nevermined.api.impl io.keyko.nevermined.manager -
-
Uses of ConsumeServiceException in io.keyko.nevermined.api
Methods in io.keyko.nevermined.api that throw ConsumeServiceException Modifier and Type Method Description BooleanAssetsAPI. consume(String serviceAgreementId, DID did, int serviceDefinitionId, int fileIndex, String basePath)Downloads an Asset previously ordered through a Service AgreementBooleanAssetsAPI. consume(String serviceAgreementId, DID did, int serviceDefinitionId, String basePath)Downloads an Asset previously ordered through a Service AgreementInputStreamAssetsAPI. consumeBinary(String serviceAgreementId, DID did, int serviceDefinitionId)Gets the input stream of one file of the assetInputStreamAssetsAPI. consumeBinary(String serviceAgreementId, DID did, int serviceDefinitionId, int fileIndex)Gets the input stream of one file of the assetInputStreamAssetsAPI. consumeBinary(String serviceAgreementId, DID did, int serviceDefinitionId, int fileIndex, int rangeStart, int rangeEnd)Gets a range of bytes of the input stream of one file of the assetBooleanAssetsAPI. ownerDownload(DID did, int serviceIndex, String basePath)Purchases an Asset represented by a DID. -
Uses of ConsumeServiceException in io.keyko.nevermined.api.impl
Methods in io.keyko.nevermined.api.impl that throw ConsumeServiceException Modifier and Type Method Description BooleanAssetsImpl. consume(String serviceAgreementId, DID did, int serviceDefinitionId, int fileIndex, String basePath)BooleanAssetsImpl. consume(String serviceAgreementId, DID did, int serviceDefinitionId, String basePath)InputStreamAssetsImpl. consumeBinary(String serviceAgreementId, DID did, int serviceDefinitionId)InputStreamAssetsImpl. consumeBinary(String serviceAgreementId, DID did, int serviceDefinitionId, int fileIndex)InputStreamAssetsImpl. consumeBinary(String serviceAgreementId, DID did, int serviceDefinitionId, int fileIndex, int rangeStart, int rangeEnd)BooleanAssetsImpl. ownerDownload(DID did, int serviceIndex, String basePath)BooleanAssetsImpl. ownerDownload(DID did, int serviceIndex, String basePath, int fileIndex) -
Uses of ConsumeServiceException in io.keyko.nevermined.manager
Methods in io.keyko.nevermined.manager that throw ConsumeServiceException Modifier and Type Method Description booleanNeverminedManager. access(String serviceAgreementId, DID did, int serviceIndex, int fileIndex, String basePath)Downloads an Asset previously ordered through a Service AgreementbooleanNeverminedManager. access(String serviceAgreementId, DID did, int serviceIndex, String basePath)Downloads an Asset previously ordered through a Service AgreementInputStreamNeverminedManager. consumeBinary(String serviceAgreementId, DID did, int serviceIndex, int fileIndex)Downloads a single file of an Asset previously ordered through a Service AgreementInputStreamNeverminedManager. consumeBinary(String serviceAgreementId, DID did, int serviceIndex, int fileIndex, Boolean isRangeRequest, Integer rangeStart, Integer rangeEnd)Downloads a single file of an Asset previously ordered through a Service Agreement.booleanNeverminedManager. downloadAssetByOwner(DID did, int serviceIndex, String basePath)Purchases an Asset represented by a DID.booleanNeverminedManager. downloadAssetByOwner(DID did, int serviceIndex, String basePath, int fileIndex)Purchases an Asset represented by a DID.private Map<String,Object>NeverminedManager. fetchAssetDataBeforeConsume(DID did, int serviceIndex)Gets the data needed to download an asset
-