Uses of Class
wt.fv.RevaultingEvent

Packages that use RevaultingEvent
wt.fv
fv package — File Vault Service

The file vault service (wt.fv package) is responsible for the definition and execution of rules that define the vaulting algorithm for content items. 

 

Uses of RevaultingEvent in wt.fv
 

Methods in wt.fv that return RevaultingEvent
static RevaultingEvent RevaultingEvent.newRevaultingEvent(Object eventTarget, String methodName, Serializable[] args, RevaultingSession history)
          

Supported API: false
 RevaultingEvent RevaultingEvent.newRevaultingEvent(WTKeyedMap targetArgsMap, String methodName, RevaultingSession history, Serializable[] args)
          

Supported API: false
 RevaultingEvent RevaultingEvent.newRevaultingEvent(WTKeyedMap targetArgsMap, String methodName, ContReplHistory history, Serializable[] args)
          

Supported API: false
static RevaultingEvent RevaultingEvent.newRevaultingEvent(Object eventTarget, String methodName, ContReplHistory history, Serializable[] args, boolean dummy)