类 FlowServiceFactory

java.lang.Object
cn.jrack.flowable.factory.FlowServiceFactory

@Component public class FlowServiceFactory extends Object
flowable 引擎注入封装
作者:
XuanXuan
  • 字段详细资料

    • repositoryService

      protected org.flowable.engine.RepositoryService repositoryService
    • runtimeService

      protected org.flowable.engine.RuntimeService runtimeService
    • identityService

      protected org.flowable.engine.IdentityService identityService
    • taskService

      protected org.flowable.engine.TaskService taskService
    • formService

      protected org.flowable.engine.FormService formService
    • historyService

      protected org.flowable.engine.HistoryService historyService
    • managementService

      protected org.flowable.engine.ManagementService managementService
    • processEngine

      @Qualifier("processEngine") protected org.flowable.engine.ProcessEngine processEngine
  • 构造器详细资料

    • FlowServiceFactory

      public FlowServiceFactory()