Uses of Class
io.mosip.kernel.packetmanager.exception.ApiNotAccessibleException
-
Packages that use ApiNotAccessibleException Package Description io.mosip.kernel.packetmanager.impl io.mosip.kernel.packetmanager.spi io.mosip.kernel.packetmanager.util -
-
Uses of ApiNotAccessibleException in io.mosip.kernel.packetmanager.impl
Methods in io.mosip.kernel.packetmanager.impl that throw ApiNotAccessibleException Modifier and Type Method Description booleanPacketReaderServiceImpl. checkFileExistence(String id, String fileName, String source)InputStreamPacketDecryptorImpl. decrypt(InputStream encryptedPacket, String registrationId)ObjectPacketReaderServiceImpl. getCompleteIdObject(String rid, String sourcepackets)InputStreamPacketReaderServiceImpl. getFile(String id, String fileName, String source)DoublePacketReaderServiceImpl. getIdSchemaVersionFromPacket(String rid) -
Uses of ApiNotAccessibleException in io.mosip.kernel.packetmanager.spi
Methods in io.mosip.kernel.packetmanager.spi that throw ApiNotAccessibleException Modifier and Type Method Description booleanPacketReaderService. checkFileExistence(String id, String fileName, String source)Check file existence.InputStreamPacketDecryptor. decrypt(InputStream input, String registrationId)This Method provide the functionality to decrypt packet.ObjectPacketReaderService. getCompleteIdObject(String rid, String sourcepackets)Get the complete idObjectInputStreamPacketReaderService. getFile(String id, String fileName, String source)Gets the file.DoublePacketReaderService. getIdSchemaVersionFromPacket(String rid)Get the schema version from inside default packet -
Uses of ApiNotAccessibleException in io.mosip.kernel.packetmanager.util
Methods in io.mosip.kernel.packetmanager.util that throw ApiNotAccessibleException Modifier and Type Method Description <T> TRestUtil. getApi(URI uri, Class<?> responseType)StringIdSchemaUtils. getIdSchema(Double version)Get the id schema from syncdata serviceStringIdSchemaUtils. getSource(String id, Double idschemaVersion)Gets the source field category from id schema<T> TRestUtil. postApi(String uri, org.springframework.http.MediaType mediaType, Object requestType, Class<?> responseClass)
-