Package org.openengsb.framework.edbi.hook.internal

Examples of org.openengsb.framework.edbi.hook.internal.CommitConverter.convert()


    public void onPostCommit(EKBCommit ekbCommit) {
        LOG.info("Caught onPostCommit event for EKBCommit {}", ekbCommit.getRevisionNumber());

        CommitConverter commitConverter = new CommitConverter(getAuthenticationContext(), getContextHolder());

        IndexCommit commit = commitConverter.convert(ekbCommit);

        indexEngine.commit(commit);
    }

    public ContextHolder getContextHolder() {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.