Package de.innovationgate.webgate.api.workflow

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


    }

    // Archive
    this.setStatus(WGContent.STATUS_ARCHIVE);
    WGWorkflow workflow = getWorkflow();
    workflow.archive(comment);

    // Write workflow history
    if (comment != null && !comment.trim().equals("")) {
      this.addWorkflowHistoryEntry("Archived. Replace reason: " + comment);
    }
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.