Searched refs:priorityValue (Results 1 – 3 of 3) sorted by relevance
63 Double priorityValue = row.get("priority").isNumber().getValue(); in preprocessRow() local64 String priorityName = staticData.getPriorityName(priorityValue); in preprocessRow()
169 double priorityValue = jobObject.get("priority").isNumber().getValue(); in fetchData()170 String priorityName = staticData.getPriorityName(priorityValue); in fetchData()
209 Double priorityValue = jobObject.get("priority").isNumber().getValue(); in cloneJob() local211 if (priorityValue > maxPriority) { in cloneJob()212 priorityValue = maxPriority; in cloneJob()214 String priorityName = staticData.getPriorityName(priorityValue); in cloneJob()284 double priorityValue = priorityData.get(0).isNumber().getValue(); in populatePriorities() local285 String strPriorityValue = Double.toString(priorityValue); in populatePriorities()286 if (priorityValue <= maxPriority) { in populatePriorities()