Package de.innovationgate.webgate.api.workflow

Examples of de.innovationgate.webgate.api.workflow.WGWorkflow.publish()


            release(comment, workflow);
            this.addWorkflowHistoryEntry("Released in project mode");
        }
        else {
           
            boolean result = workflow.publish(comment);
           
            if (result == false) {
                this.setStatus(WGContent.STATUS_REVIEW);
                this.addWorkflowHistoryEntry("Submitted for approval");
               
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.