Package com.day.cq.replication
Interface Preprocessor
-
public interface PreprocessorThePreprocessoris a service that is called directly before the replication is started. All the checks (permissions etc.) are already performed at this state.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpreprocess(ReplicationAction action, ReplicationOptions options)Prepare a replication.
-
-
-
Method Detail
-
preprocess
void preprocess(ReplicationAction action, ReplicationOptions options) throws ReplicationException
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
-
-