Package com.adobe.acs.commons.replication.dispatcher

Examples of com.adobe.acs.commons.replication.dispatcher.DispatcherFlushFilter


        when(replicationAction.getPath()).thenReturn("/content/acs-aem-commons/page");
        when(replicationAction.getType()).thenReturn(ReplicationActionType.ACTIVATE);

        final ReplicationOptions replicationOptions = new ReplicationOptions();
        replicationOptions.setSynchronous(false);
        replicationOptions.setFilter(new DispatcherFlushFilter());

        final ArgumentCaptor<DispatcherFlushFilter> agentFilterCaptor = ArgumentCaptor.forClass(DispatcherFlushFilter
                .class);

        dispatcherFlushRules.preprocess(replicationAction, replicationOptions);
View Full Code Here


    /**
     * {@inheritDoc}
     */
    public final Agent[] getFlushAgents() {
        return this.getAgents(new DispatcherFlushFilter());
    }
View Full Code Here

TOP

Related Classes of com.adobe.acs.commons.replication.dispatcher.DispatcherFlushFilter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.