|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |