Examples of PerformanceFactDAOType


Examples of org.uengine.persistence.analysis.PerformanceFactDAOType

        tc = new SimpleTransactionContext(DW_DSN);
      }else{
        tc = instance.getProcessTransactionContext();
      }

      PerformanceFactDAOType performanceFactDAOType = PerformanceFactDAOType.getInstance(tc);
      PerformanceFactDAO performanceFact = performanceFactDAOType.createDAOForInsert();{
        performanceFact.setACT_ID(humanActivity.getTracingTag());
        performanceFact.setINST_ID(new Long(instance.getInstanceId()));
        performanceFact.setROOTINST_ID(new Long(instance.getRootProcessInstanceId()));
        performanceFact.setACT_NAME(humanActivity.getName().getText());
        performanceFact.setCOST(new Long(humanActivity.getCost()));
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.