Uses of Class
wt.queue.QueueEntry

Packages that use QueueEntry
com.ptc.core.task   
com.ptc.windchill.cadx.common.pageBuilder   
com.ptc.wvs.server.publish   
wt.queue Overview 
 

Uses of QueueEntry in com.ptc.core.task
 

Methods in com.ptc.core.task that return QueueEntry
private static QueueEntry QueueableTaskServerHelper.addEntryToQueue(ProcessingQueue queue, WTPrincipal principal, String targetMethod, String targetClass, Task task)
           
 

Uses of QueueEntry in com.ptc.windchill.cadx.common.pageBuilder
 

Methods in com.ptc.windchill.cadx.common.pageBuilder that return QueueEntry
private static QueueEntry QueueAbleActionHelper.addEntryToQueue(ProcessingQueue queue, WTPrincipal principal, String targetMethod, String targetClass, QueueAbleAction action)
           
static QueueEntry QueueAbleActionHelper.getQueueEntry(String actionId)
           
private  QueueEntry ActionStatusTemplateProcessor.getQueueEntry()
           
 

Methods in com.ptc.windchill.cadx.common.pageBuilder with parameters of type QueueEntry
static QueueAbleAction QueueAbleActionHelper.getQueueEntryAction(QueueEntry entry)
           
 

Uses of QueueEntry in com.ptc.wvs.server.publish
 

Methods in com.ptc.wvs.server.publish with parameters of type QueueEntry
private static int PublishQueueHelper.formatQueueEntry(StringBuffer buf, QueueEntry queueEntry, String queueNo, boolean waitingJob, boolean urlLinks, boolean details, boolean onlyFailures, WTPrincipal entryPrincipal, String bcol, String[] statusDisplay, ArrayList containers, boolean containerWasSpecified, int count, String trailId, String addArgs, Locale locale)
          Produces an HTML table entry for the specified Queue Entry

Supported API: false
private static PublishJob PublishQueueHelper.extractPublishJob(QueueEntry queueEntry)
          Extracts the PublishJob from the QueueENtry

Supported API: false
 

Uses of QueueEntry in wt.queue
 

Methods in wt.queue that return QueueEntry
static QueueEntry QueueEntry.newQueueEntry(ProcessingQueue queue)
          Constructs a new entry representing a processing queue request.
 QueueEntry ProcessingQueue.addEntry(WTPrincipal princ, String t_method, String t_class, Class[] arg_types, Object[] args)
          Creates a new QueueEntry object corresponding to a processing request.
 QueueEntry ProcessingQueue.execEntry(QueueEntry entry)
          Executes a the queue entry passed as argument.
 QueueEntry principal.getQueueEntry()
          Gets the object for the association that plays role: QUEUE_ENTRY_ROLE.
 QueueEntry entries.getEntry()
          Gets the object for the association that plays role: ENTRY_ROLE.
static QueueEntry QueueEntry.newQueueEntry(ProcessingQueue queue)
          Constructs a new entry representing a processing queue request.
 QueueEntry ProcessingQueue.addEntry(WTPrincipal princ, String t_method, String t_class, Class[] arg_types, Object[] args)
          Creates a new QueueEntry object corresponding to a processing request.
 QueueEntry ProcessingQueue.execEntry(QueueEntry entry)
          Executes a the queue entry passed as argument.
 QueueEntry principal.getQueueEntry()
          Gets the object for the association that plays role: QUEUE_ENTRY_ROLE.
 QueueEntry entries.getEntry()
          Gets the object for the association that plays role: ENTRY_ROLE.
 

Methods in wt.queue with parameters of type QueueEntry
 void StandardQueueService.executeEntry(QueueEntry entry)
          Execute the entry passed as argument.
 void QueueServiceFwd.executeEntry(QueueEntry entry)
          Execute the entry passed as argument.
 void QueueService.executeEntry(QueueEntry entry)
          Execute the entry passed as argument.
protected  boolean QueueEntry.readVersion(QueueEntry thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 QueueEntry ProcessingQueue.execEntry(QueueEntry entry)
          Executes a the queue entry passed as argument.
 boolean ProcessingQueue.contains(QueueEntry entry)
          Returns whether or not an entry belongs to the queue.
 void ProcessingQueue.updateProcessEntry(QueueEntry entry, StatusInfo status, Timestamp st, Timestamp et)
          Generic mehtod to update a Queues execution state information
 void principal.setQueueEntry(QueueEntry queueEntry)
          Sets the object for the association that plays role: QUEUE_ENTRY_ROLE.
static principal principal.newprincipal(WTPrincipal principal, QueueEntry queueEntry)
          Default factory for the class.
 void entries.setEntry(QueueEntry entry)
          Sets the object for the association that plays role: ENTRY_ROLE.
static entries entries.newentries(QueueEntry entry, ProcessingQueue queue)
          Default factory for the class.
 void StandardQueueService.executeEntry(QueueEntry entry)
          Execute the entry passed as argument.
 void QueueServiceFwd.executeEntry(QueueEntry entry)
          Execute the entry passed as argument.
 void QueueService.executeEntry(QueueEntry entry)
          Execute the entry passed as argument.
protected  boolean QueueEntry.readVersion(QueueEntry thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 QueueEntry ProcessingQueue.execEntry(QueueEntry entry)
          Executes a the queue entry passed as argument.
 boolean ProcessingQueue.contains(QueueEntry entry)
          Returns whether or not an entry belongs to the queue.
 void ProcessingQueue.updateProcessEntry(QueueEntry entry, StatusInfo status, Timestamp st, Timestamp et)
          Generic mehtod to update a Queues execution state information
 void principal.setQueueEntry(QueueEntry queueEntry)
          Sets the object for the association that plays role: QUEUE_ENTRY_ROLE.
static principal principal.newprincipal(WTPrincipal principal, QueueEntry queueEntry)
          Default factory for the class.
 void entries.setEntry(QueueEntry entry)
          Sets the object for the association that plays role: ENTRY_ROLE.
static entries entries.newentries(QueueEntry entry, ProcessingQueue queue)
          Default factory for the class.