Package org.apache.sling.replication.trigger.impl

Examples of org.apache.sling.replication.trigger.impl.PersistingJcrEventReplicationTrigger


        } else if (TRIGGER_PERSISTED_JCR_EVENT.equals(factory)) {
            String path = PropertiesUtil.toString(properties.get(TRIGGER_PERSISTED_JCR_EVENT_PROPERTY_PATH), null);
            String serviceName = PropertiesUtil.toString(properties.get(TRIGGER_PERSISTED_JCR_EVENT_PROPERTY_SERVICE_NAME), null);
            String nuggetsPath = PropertiesUtil.toString(properties.get(TRIGGER_PERSISTED_JCR_EVENT_PROPERTY_NUGGETS_PATH), null);

            return new PersistingJcrEventReplicationTrigger(repository, path, serviceName, nuggetsPath);
        }

        return null;
    }
View Full Code Here

TOP

Related Classes of org.apache.sling.replication.trigger.impl.PersistingJcrEventReplicationTrigger

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.