Package au.edu.qut.yawl.worklet.rdr

Examples of au.edu.qut.yawl.worklet.rdr.RdrConclusion


    }


    /** re-converts stringified persisted data back to data members after restore */
    public void initNonPersistedItems() {
        _rdrConc = new RdrConclusion(JDOMConversionTools.stringToElement(_rdrConcStr));

        if (_wirStr != null) {                                      // if item runner
            _wir = RdrConversionTools.xmlStringtoWIR(_wirStr);
            _datalist = _wir.getWorkItemData();
        }
View Full Code Here

TOP

Related Classes of au.edu.qut.yawl.worklet.rdr.RdrConclusion

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.