Package com.founder.fix.fixflow.core.impl.persistence.instance

Examples of com.founder.fix.fixflow.core.impl.persistence.instance.HistoryPersistence.archive()


  @SuppressWarnings("unchecked")
  public Object execute(String execStatement,Object parameter){
    if("archive".equals(execStatement)){
      HistoryPersistence historyPersistence = ProcessObjectFactory.FACTORYINSTANCE.createHistoryPersistence(connection);
      Map<String,Object> paraMap = (Map<String,Object>)parameter;
      return historyPersistence.archive(paraMap);
    }
   
    return null;
  }
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.