NoAction

object NoAction : FileAction

NoAction is a FileAction indicates no action should/could be taken.

Some FileActions have an inverse action. NoAction is used as the inverse action to FileActions that have no meaningful inverse.

Author

Richard Arriaga

Functions

Link copied to clipboard
open override fun execute(    file: AvailFile,     timestamp: Long,     originator: UUID): TracedAction

Executes the action on the provided AvailFile and answer the TracedAction required to reverse this FileAction update.

Properties

Link copied to clipboard
open val isTraced: Boolean

true indicates this FileAction is traced in a TracedAction; false otherwise.

Link copied to clipboard
val tracedAction: TracedAction
Link copied to clipboard
open override val type: FileActionType

The FileActionType that represents this FileAction.