Package au.edu.qut.yawl.worklet

Examples of au.edu.qut.yawl.worklet.WorkletService


                String itemID = req.getParameter("itemID");
                int exType = Integer.parseInt(req.getParameter("exType"));

                // get the service instance and call replace
                if (exType == WorkletService.XTYPE_SELECTION) {
                  WorkletService ws = WorkletService.getInstance() ;
                result = ws.replaceWorklet(itemID) ;
                }
                else {
                    String caseID = req.getParameter("caseID");
                    String trigger = req.getParameter("trigger");
                    ExceptionService ex = ExceptionService.getInst();
View Full Code Here

TOP

Related Classes of au.edu.qut.yawl.worklet.WorkletService

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.