Uses of Interface
com.axemble.vdoc.sdk.interfaces.IResourceHistory.ISnapshot
Packages that use IResourceHistory.ISnapshot
- 
Uses of IResourceHistory.ISnapshot in com.axemble.vdoc.sdk.implClasses 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 TypeMethodDescriptionvoidPortalResourceHistory.addSnapshot(IResourceHistory.ISnapshot snapshot) voidProcessResourceHistory.addSnapshot(IResourceHistory.ISnapshot snapshot) PortalLibraryModule.getAttachment(IResourceHistory.ISnapshot snapshot) 
- 
Uses of IResourceHistory.ISnapshot in com.axemble.vdoc.sdk.interfacesMethods 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 TypeMethodDescriptionvoidIResourceHistory.addSnapshot(IResourceHistory.ISnapshot snapshot) Allows to add a snapshot to a document.