|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RevaultingSession | |
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 RevaultingSession in wt.fv |
Methods in wt.fv that return RevaultingSession | |
private RevaultingSession |
StandardFvService.updateNumElemInRevSession(RevaultingSession session,
int elemNum)
|
static RevaultingSession |
RevaultingSession.newRevaultingSession()
Default factory for the class. |
Methods in wt.fv with parameters of type RevaultingSession | |
static void |
StandardFvService.reVaulting(FvVault vault,
RevaultingSession curRevSession)
Supported API: false |
private boolean |
StandardFvService.isAbortRevaulting(RevaultingSession revSession)
|
private void |
StandardFvService.reVault(FvVault vault,
RevaultingSession curRevSession)
|
private RevaultingSession |
StandardFvService.updateNumElemInRevSession(RevaultingSession session,
int elemNum)
|
private int |
StandardFvService.revaultStep(StandardFvService.RevaultFinderAction finder,
long currCounterId,
String methodName,
int numPrevQueued,
RevaultingSession curRevSession)
|
protected boolean |
RevaultingSession.readVersion(RevaultingSession thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
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 |
protected void |
RevaultingEvent.initialize(String methodName,
Serializable[] args,
RevaultingSession history)
|
Constructors in wt.fv with parameters of type RevaultingSession | |
RevaultingEvent(Object eventTarget,
String methodName,
Serializable[] args,
RevaultingSession history)
Supported API: false |
|
RevaultingEvent(WTKeyedMap targetArgsMap,
String methodName,
RevaultingSession history)
Supported API: false |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |