Package org.fireflow.engine

Examples of org.fireflow.engine.IWorkItem.withdraw()


   * @see org.fireflow.engine.IWorkflowSession#withdrawWorkItem(java.lang.String)
   */
  public IWorkItem withdrawWorkItem(final String workItemId)
      throws EngineException, KernelException {
    IWorkItem wi = this.findWorkItemById(workItemId);
    return wi.withdraw();
  }

  public void clearAttributes() {
    this.attributes.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.