Uses of Interface
com.axemble.vdoc.sdk.interfaces.IResourceHistory.ISnapshot
Packages that use IResourceHistory.ISnapshot
-
Uses of IResourceHistory.ISnapshot in com.axemble.vdoc.sdk.impl
Classes in com.axemble.vdoc.sdk.impl that implement IResourceHistory.ISnapshotMethods in com.axemble.vdoc.sdk.impl that return types with arguments of type IResourceHistory.ISnapshotModifier and TypeMethodDescriptionCollection
<? extends IResourceHistory.ISnapshot> ProcessResourceHistory.getSnapshots()
Methods in com.axemble.vdoc.sdk.impl with parameters of type IResourceHistory.ISnapshotModifier and TypeMethodDescriptionvoid
PortalResourceHistory.addSnapshot
(IResourceHistory.ISnapshot snapshot) void
ProcessResourceHistory.addSnapshot
(IResourceHistory.ISnapshot snapshot) PortalLibraryModule.getAttachment
(IResourceHistory.ISnapshot snapshot) -
Uses of IResourceHistory.ISnapshot in com.axemble.vdoc.sdk.interfaces
Methods in com.axemble.vdoc.sdk.interfaces that return types with arguments of type IResourceHistory.ISnapshotModifier and TypeMethodDescriptionCollection
<? extends IResourceHistory.ISnapshot> IResourceHistory.getSnapshots()
Gets the list of snapshots.Methods in com.axemble.vdoc.sdk.interfaces with parameters of type IResourceHistory.ISnapshotModifier and TypeMethodDescriptionvoid
IResourceHistory.addSnapshot
(IResourceHistory.ISnapshot snapshot) Allows to add a snapshot to a document.