Package de.innovationgate.webgate.api.workflow

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


    }
   
    String previousStatus = getStatus();

    // Reject
    workflow.reject(comment);
    this.setStatus(WGContent.STATUS_DRAFT);
   
    // If the previous state was released, query- and structentry cache must be cleared (default cache maintenance won't do this)
    if (previousStatus == WGContent.STATUS_RELEASE) {
      getDatabase().queryCache.clear();
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.