Package org.openengsb.core.ekb.persistence.persist.edb.internal

Examples of org.openengsb.core.ekb.persistence.persist.edb.internal.PersistInterfaceService


        List<EKBPostCommitHook> postHooks = new ArrayList<EKBPostCommitHook>();
        List<EKBErrorHook> errorHooks = new ArrayList<EKBErrorHook>();
        EDBCommit result = mock(EDBCommit.class);
        when(edbService.createEDBCommit(anyListOf(EDBObject.class), anyListOf(EDBObject.class),
            anyListOf(EDBObject.class))).thenReturn(result);
        this.service = new PersistInterfaceService(edbService, converter, preHooks, postHooks, errorHooks
            , "DEACTIVED");
        ContextHolder.get().setCurrentContextId("test");
    }
View Full Code Here

TOP

Related Classes of org.openengsb.core.ekb.persistence.persist.edb.internal.PersistInterfaceService

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.