Package com.day.cq.replication
Interface Preprocessor
public interface Preprocessor
The
Preprocessor is a service that is called
directly before the replication is started. All the checks
(permissions etc.) are already performed at this state.-
Method Summary
Modifier and TypeMethodDescriptionvoidpreprocess(ReplicationAction action, ReplicationOptions options) Prepare a replication.
-
Method Details
-
preprocess
Prepare a replication. The processor is allowed to modify the content before the replication like creating a version etc.- Parameters:
action- The replication actionoptions- The options- Throws:
ReplicationException- thrown in case of failure
-