Undo Action
UndoAction is a FileAction that executes the inverse for a FileAction that is traced as a TracedAction.
Author
Richard Arriaga
Functions
Link copied to clipboard
open override fun execute( file: AvailFile, timestamp: Long, originator: UUID): TracedAction
Content copied to clipboard
Executes the action on the provided AvailFile and answer the TracedAction required to reverse this FileAction update.
Properties
Link copied to clipboard
true indicates this FileAction is traced in a TracedAction; false otherwise.
Link copied to clipboard
The FileActionType that represents this FileAction.