Uses of Interface
com.axemble.vdoc.sdk.interfaces.IResourceHistory.IEvent
Packages that use IResourceHistory.IEvent
-
Uses of IResourceHistory.IEvent in com.axemble.vdoc.sdk.impl
Methods in com.axemble.vdoc.sdk.impl that return types with arguments of type IResourceHistory.IEventModifier and TypeMethodDescriptionCollection<? extends IResourceHistory.IEvent> ProcessResourceHistory.getEvents()Methods in com.axemble.vdoc.sdk.impl with parameters of type IResourceHistory.IEventModifier and TypeMethodDescriptionvoidPortalResourceHistory.addEvent(IResourceHistory.IEvent event) voidProcessResourceHistory.addEvent(IResourceHistory.IEvent event) -
Uses of IResourceHistory.IEvent in com.axemble.vdoc.sdk.interfaces
Methods in com.axemble.vdoc.sdk.interfaces that return types with arguments of type IResourceHistory.IEventModifier and TypeMethodDescriptionCollection<? extends IResourceHistory.IEvent> IResourceHistory.getEvents()Gets the list ofIResourceHistory.IEventobjects.Methods in com.axemble.vdoc.sdk.interfaces with parameters of type IResourceHistory.IEventModifier and TypeMethodDescriptionvoidIResourceHistory.addEvent(IResourceHistory.IEvent event) Allows to add a custom event the the history of the document.