Package au.edu.qut.yawl.worklist.model

Examples of au.edu.qut.yawl.worklist.model.WorklistController.connect()


        WorklistController wc = new WorklistController();
        wc.setUpInterfaceBClient("http://localhost:8080/yawl/ib");
        String sessionHandle = null;
        try {
            sessionHandle = wc.connect("admin", "YAWL");

            List availableWork = wc.getAvailableWork("admin", sessionHandle);
            /*System.out.println(
                    "@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\n" +
                    "\t\tAvailable Work Items\n" +
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.