Package org.jbpm.api.impl

Examples of org.jbpm.api.impl.ProcessInstanceImpl


*
* @author salaboy
*/
public class ProcessInstanceFactory {
    public static ProcessInstance newProcessInstance(ProcessDefinition process){
        ProcessInstance instance = new ProcessInstanceImpl(process);
        return instance;
    }
View Full Code Here

TOP

Related Classes of org.jbpm.api.impl.ProcessInstanceImpl

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.