Package org.uengine.processmanager

Examples of org.uengine.processmanager.ProcessManagerRemote.completeWorkitem()


    }

    public void completeWorkitem(java.lang.String in0, java.lang.String in1, java.lang.String in2, org.uengine.kernel.ResultPayload in3) throws java.rmi.RemoteException {
        try {
          ProcessManagerRemote pm = processManagerFactory.getProcessManager();
      pm.completeWorkitem(in0, in1, in2, in3);
      pm.applyChanges();
    } catch (Exception e) {
      throw new RemoteException("WebServiceRemote:", e);
    }
    
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.