Uses of Class
com.arsdigita.cms.publishToFile.QueueEntry

Packages that use QueueEntry
com.arsdigita.cms.publishToFile The Publish-To-Filesystem(P2FS) service writes published content to the file system so that another webserver (e.g. 
 

Uses of QueueEntry in com.arsdigita.cms.publishToFile
 

Methods in com.arsdigita.cms.publishToFile that return QueueEntry
static QueueEntry QueueEntry.create(ContentItem item, BigDecimal parentId, String task, com.arsdigita.web.Host host, String destination)
          Creates object and initializes with data.
 

Methods in com.arsdigita.cms.publishToFile with parameters of type QueueEntry
 boolean PublishToFileListener.doTask(QueueEntry qe)
          Process one queued task.
 boolean PublishToFile.doTask(QueueEntry qe)
          Called by the queue manager for each task.
protected  boolean PublishToFile.move(QueueEntry qe)
          Process move task (for moving an item or folder to another folder).
protected  boolean PublishToFile.publish(QueueEntry qe)
          Publish the page in the QueueEntry to the file system.
protected  boolean PublishToFile.republish(QueueEntry qe)
          Republish (unpublish then publish) the page in the QueueEntry to the file system.
protected  boolean PublishToFile.unpublish(QueueEntry qe)
          Unpublish item.
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 19 2004:2352 UTC