Uses of Interface
com.day.cq.replication.ReplicationQueue.Entry

Packages that use ReplicationQueue.Entry
com.day.cq.replication Provides a framework for replicating and receiving content. 
 

Uses of ReplicationQueue.Entry in com.day.cq.replication
 

Fields in com.day.cq.replication declared as ReplicationQueue.Entry
static ReplicationQueue.Entry[] ReplicationQueue.Entry.EMPTY_ARRAY
          Empty array of entries
 

Methods in com.day.cq.replication that return ReplicationQueue.Entry
 ReplicationQueue.Entry ReplicationQueue.getEntry(String path, Calendar after)
          Returns the entry that matches the given path and was scheduled after the given time.
 

Methods in com.day.cq.replication that return types with arguments of type ReplicationQueue.Entry
 List<ReplicationQueue.Entry> ReplicationQueue.entries()
          Returns an unmodifiable list of all entries in this queue.
 List<ReplicationQueue.Entry> ReplicationQueue.entries(String path)
          Returns an unmodifiable list of entries for the given path.
 List<ReplicationQueue.Entry> ReplicationStatus.getPending()
          Checks if the last publish action is still pending, i.e. if it's still present in any of the queues.
 List<ReplicationQueue.Entry> ReplicationStatus.getQueueStatus()
          Returns the queue status of this page. if this page is not queued at all, an empty array is returned.
 



Copyright © 2011-2012 Adobe Systems Incorporated. All Rights Reserved.