Package org.openbp.server.context

Examples of org.openbp.server.context.TokenContextService.deleteContext()


    Map<String, Object> outputParam = new HashMap<String, Object>();
    getProcessFacade().retrieveOutputParameters(token, outputParam);

    // Since we cleared the 'delete process after completion' flag, we need to delete the process manually.
    TokenContextService tcs = processServer.getTokenContextService();
    tcs.deleteContext(token);
   
    return (String) outputParam.get("ErrMsg");
  }

  protected ProcessFacade getProcessFacade()
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.