Package com.founder.fix.fixflow.core.impl.context

Examples of com.founder.fix.fixflow.core.impl.context.ContextInstanceImpl


      }
    }
    throw new FixFlowException("流程引擎扩展配置里的ProcessDefinitionQuery实现类指定错误");
  }
  public ContextInstance createContextInstance(ProcessInstance processInstance) {
    ContextInstanceImpl contextInstanceImpl = new ContextInstanceImpl(processInstance);
    return contextInstanceImpl;
  }
View Full Code Here


   
    this.taskMgmtInstance.setProcessInstance(this);

    this.dataVariableMgmtInstance = new DataVariableMgmtInstance(this);

    this.contextInstance = new ContextInstanceImpl(this);
   

  }
View Full Code Here

TOP

Related Classes of com.founder.fix.fixflow.core.impl.context.ContextInstanceImpl

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.