Package org.jbpm.pvm.internal.history

Examples of org.jbpm.pvm.internal.history.HistorySessionChain


  public Object construct(WireContext wireContext) {
    List<HistorySession> historySessions = (List<HistorySession>) WireContext.create(listDescriptor);
    if (historySessions.size()==1) {
      return historySessions.get(0);
    }
    return new HistorySessionChain(historySessions);
  }
View Full Code Here

TOP

Related Classes of org.jbpm.pvm.internal.history.HistorySessionChain

Copyright © 2018 www.massapicom. 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.