Uses of Interface
com.day.cq.replication.ReplicationContent

Packages that use ReplicationContent
com.day.cq.replication   
 

Uses of ReplicationContent in com.day.cq.replication
 

Classes in com.day.cq.replication that implement ReplicationContent
 class FileContent
          The FileContent is an implementation if a replication content which stores the content in the file system.
 

Methods in com.day.cq.replication that return ReplicationContent
 ReplicationContent Agent.buildContent(Session session, ReplicationAction action)
          Builds the content for the respective action using the configured content builder.
 ReplicationContent ContentBuilder.create(Session session, ReplicationAction action)
          Create the replication content.
 ReplicationContent ReplicationQueue.Entry.getContent()
          Returns the replication content or null if this entry was delivered.
 ReplicationContent ReplicationTransaction.getContent()
           
 ReplicationContent[] Agent.poll(ReplicationAction action)
          Poll modified content from the agent.
 

Methods in com.day.cq.replication with parameters of type ReplicationContent
 void Agent.replicate(ReplicationAction action, ReplicationContent content, ReplicationOptions options)
          Replicates the given content.
 

Method parameters in com.day.cq.replication with type arguments of type ReplicationContent
 ReplicationResult TransportHandler.poll(TransportContext ctx, ReplicationTransaction tx, List<ReplicationContent> pages)
          Poll content from a subscriber.
 



Copyright © 2009 Day Management AG. All Rights Reserved.