Uses of Class
wt.scheduler.ScheduleHistory

Packages that use ScheduleHistory
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.replication.unit.htmlGeneration   
wt.router
router package — Routing Service

The routing service is designed to aid in scalability for different agent services by providing a convenient way to distribute execution of tasks to multiple Windchill method servers. 

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 ScheduleHistory in wt.fv
 

Subclasses of ScheduleHistory 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.
 

Uses of ScheduleHistory in wt.fv.master
 

Subclasses of ScheduleHistory 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 ScheduleHistory in wt.replication.unit.htmlGeneration
 

Fields in wt.replication.unit.htmlGeneration declared as ScheduleHistory
private  ScheduleHistory SendStatusUnitProcessor.schedHistory
           
private  ScheduleHistory ReceiveStatusUnitProcessor.schedHistory
           
private  ScheduleHistory ImportStatusUnitProcessor.schedHistory
           
private  ScheduleHistory ExportStatusUnitProcessor.schedHistory
           
 

Uses of ScheduleHistory in wt.router
 

Fields in wt.router declared as ScheduleHistory
private  ScheduleHistory RoutingEvent.scheduleHistory
           
 

Methods in wt.router with parameters of type ScheduleHistory
static void StandardRoutingService.processToDoList(String routerName, ScheduleHistory hItem)
          This method should be scheduled for execution by wt.scheduler.
private  void StandardRoutingService.processImmediateMode(RouterIfc router, Method method, boolean putCoverWrapper, Serializable targetObject, Serializable[] args, ScheduleHistory hItem)
          processImmediateMode - used immediate mode and when executing "todo" items.
protected  void RoutingEvent.initialize(String methodName, Serializable[] args, ScheduleHistory history)
           
 

Constructors in wt.router with parameters of type ScheduleHistory
RoutingEvent(String eventType, Object eventTarget, String methodName, Serializable[] args, ScheduleHistory history)
          

Supported API: false
RoutingEvent(String eventType, WTKeyedMap eventTarget, String methodName, ScheduleHistory history)
          

Supported API: false
 

Uses of ScheduleHistory in wt.scheduler
 

Subclasses of ScheduleHistory in wt.scheduler
 class CountedHistory
          A counted history is used for history items which may spawn multiple agents.
 

Fields in wt.scheduler declared as ScheduleHistory
private  ScheduleHistory ScheduleItemUtil.schedHistory
           
 

Methods in wt.scheduler that return ScheduleHistory
 ScheduleHistory ScheduleItemUtil.getHistoryRecord()
          This method gets the ScheduleHistory object for the current record.
static ScheduleHistory ScheduleItemUtil.getLatestSchedHistory(ScheduleItem schedItem)
          Return the ScheduleHistory for the item
 ScheduleHistory ScheduleItemHistory.getHistory()
          Gets the object for the association that plays role: HISTORY_ROLE.
protected  ScheduleHistory ScheduleItem.getLatestSchedHistory()
          

Supported API: false
static ScheduleHistory ScheduleHistory.newScheduleHistory()
          Default factory for the class.
 

Methods in wt.scheduler with parameters of type ScheduleHistory
 void ScheduleItemHistory.setHistory(ScheduleHistory history)
          Sets the object for the association that plays role: HISTORY_ROLE.
static ScheduleItemHistory ScheduleItemHistory.newScheduleItemHistory(ScheduleItem theScheduleItem, ScheduleHistory history)
          Default factory for the class.
protected  boolean ScheduleHistory.readVersion(ScheduleHistory thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.