Uses of Class
wt.scheduler.CountedHistory

Packages that use CountedHistory
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. 

wt.fv.master   
wt.scheduler
scheduler package — Scheduling Service

The scheduling service is responsible for scheduling the execution of resource-intensive methods, and keeping a history of their outcomes. 

 

Uses of CountedHistory in wt.fv
 

Subclasses of CountedHistory in wt.fv
 class RevaultingSession
           Use the newRevaultingSession static factory method(s), not the RevaultingSession constructor, to construct instances of this class.
 class RevaultUrlSession
           Use the newRevaultUrlSession static factory method(s), not the RevaultUrlSession constructor, to construct instances of this class.
 

Methods in wt.fv with parameters of type CountedHistory
static void StandardFvService.doLocalCleanUp(FvVault vault, CountedHistory history)
          Deletes unreferenced contents.
 

Uses of CountedHistory in wt.fv.master
 

Subclasses of CountedHistory in wt.fv.master
 class ContReplHistory
           Use the newContReplHistory static factory method(s), not the ContReplHistory constructor, to construct instances of this class.
 

Uses of CountedHistory in wt.scheduler
 

Methods in wt.scheduler that return CountedHistory
static CountedHistory CountedHistory.newCountedHistory()
          Default factory for the class.
 

Methods in wt.scheduler with parameters of type CountedHistory
protected  boolean CountedHistory.readVersion(CountedHistory thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.