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 TypeMethodDescriptionvoid
PortalResourceHistory.addEvent
(IResourceHistory.IEvent event) void
ProcessResourceHistory.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.IEvent
objects.Methods in com.axemble.vdoc.sdk.interfaces with parameters of type IResourceHistory.IEventModifier and TypeMethodDescriptionvoid
IResourceHistory.addEvent
(IResourceHistory.IEvent event) Allows to add a custom event the the history of the document.