TracedAction

fun TracedAction(    timestamp: Long,     originator: UUID,     forwardAction: FileAction,     reverseAction: FileAction)

Construct a TracedAction.

Parameters

timestamp

The time when this FileAction request was performed.

originator

The Session.id of the session that originator of the change.

forwardAction

The originally requested FileAction that was made to a file.

reverseAction

The FileAction that reverses the forwardAction.