Uses of Class
wt.queue.WtQueueEntry

Packages that use WtQueueEntry
wt.clients.workflow.engine   
wt.queue Overview 
wt.workflow.engine
Provides workflow classes responsible for the flow of control and data from an execution point of view. 
 

Uses of WtQueueEntry in wt.clients.workflow.engine
 

Methods in wt.clients.workflow.engine with parameters of type WtQueueEntry
private static void WfQueueManager.changeEntryStatus(WtQueueEntry entry, String status)
           
private static String WfQueueManager.getEntrySummary(WtQueueEntry entry)
           
static String WfQueueManager.getEntryDetail(WtQueueEntry entry)
           
static String WfQueueManager.getEntryInfo(WtQueueEntry entry)
           
 

Uses of WtQueueEntry in wt.queue
 

Subclasses of WtQueueEntry in wt.queue
 class QueueEntry
          The QueueEntry represents an individual processing request.
 class ScheduleQueueEntry
           Use the newScheduleQueueEntry static factory method(s), not the ScheduleQueueEntry constructor, to construct instances of this class.
 

Fields in wt.queue declared as WtQueueEntry
private static WtQueueEntry QueueManager.selectedEntry
           
private static WtQueueEntry QueueManager.selectedEntry
           
 

Methods in wt.queue that return WtQueueEntry
 WtQueueEntry QueueMonitorHelper.updateEntry(WtQueueEntry qe, UpdateEntry ue)
           
 WtQueueEntry QueueMonitorHelper.updateEntry(WtQueueEntry qe, UpdateEntry ue)
           
 

Methods in wt.queue with parameters of type WtQueueEntry
protected  boolean WtQueueEntry.readVersion(WtQueueEntry thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 WtQueueEntry QueueMonitorHelper.updateEntry(WtQueueEntry qe, UpdateEntry ue)
           
protected  boolean WtQueueEntry.readVersion(WtQueueEntry thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 WtQueueEntry QueueMonitorHelper.updateEntry(WtQueueEntry qe, UpdateEntry ue)
           
 

Constructors in wt.queue with parameters of type WtQueueEntry
QueueEntryInfo(WtQueueEntry qe)
           
QueueEntryInfo(WtQueueEntry qe)
           
 

Uses of WtQueueEntry in wt.workflow.engine
 

Methods in wt.workflow.engine that return WtQueueEntry
 WtQueueEntry StandardWfEngineService.getQueueEntry(WtQueue queue, long entryNumber)
           
 WtQueueEntry StandardWfEngineService.getQueueEntry(WtQueue queue, long entryNumber)
           
 

Methods in wt.workflow.engine with parameters of type WtQueueEntry
private static void MigrateWfQueueEntries.migrateEntry(WtQueueEntry queue_entry)
           
private static Vector MigrateWfQueueEntries.getArgs(WtQueueEntry queue_entry)
           
private static void MigrateWfQueueEntries.setArgs(WtQueueEntry queue_entry, Vector args)
           
private static String MigrateWfQueueEntries.show(WtQueueEntry entry)
           
private static void MigrateWfQueueEntries.migrateEntry(WtQueueEntry queue_entry)
           
private static Vector MigrateWfQueueEntries.getArgs(WtQueueEntry queue_entry)
           
private static void MigrateWfQueueEntries.setArgs(WtQueueEntry queue_entry, Vector args)
           
private static String MigrateWfQueueEntries.show(WtQueueEntry entry)