Uses of Package
de.adorsys.datasafe.metainfo.version.impl.version.latest.actions
Packages that use de.adorsys.datasafe.metainfo.version.impl.version.latest.actions
-
Classes in de.adorsys.datasafe.metainfo.version.impl.version.latest.actions used by de.adorsys.datasafe.metainfo.version.impl.version.latest.actionsClassDescriptionDefault latest list operation that reads latest resource root for incoming request using
EncryptedLatestLinkService, then lists raw blobs within that root (inside privatespace usingListPrivate) and parses them into version, logical resource usingVersionEncoderDecoderDefault versioned resource reader that resolves latest resource link location usingEncryptedLatestLinkService, follows that link by reading its content to get latest blob location, reads and decrypts latest blob content usingReadFromPrivateDefault versioned resource remove action that simply removes document returned byEncryptedLatestLinkServiceso that old versions are preserved, because they are blobs within privatestorage.Default versioned resource writer that resolves latest resource link location usingEncryptedLatestLinkService, writes versioned withVersionEncoderDecoderand encrypted blob into privatespace usingWriteToPrivatethen updates latest link content, so that it points to written blob.