Package com.starflow.wf.engine.service.impl

Examples of com.starflow.wf.engine.service.impl.ActivityInstService


    SpringTransactionPolicy transactionPolicy = new SpringTransactionPolicy(transactionManager);
    transactionTemplate = new TransactionTemplate(transactionPolicy);
   
    this.processDefineService = new ProcessDefineService(this);
    this.processInstanceService = new ProcessInstanceService(this);
    this.activityInstService = new ActivityInstService(this);
    this.freeFlowService = new FreeFlowService(this);
    this.workItemService = new WorkItemService(this);
   
    //spring方式获取
    Map<String, ProcessFilter> map = this.applicationContext.getBeansOfType(ProcessFilter.class);
View Full Code Here

TOP

Related Classes of com.starflow.wf.engine.service.impl.ActivityInstService

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.