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()
167 double priorityValue = jobObject.get("priority").isNumber().getValue(); in fetchData()168 String priorityName = staticData.getPriorityName(priorityValue); in fetchData()
219 Double priorityValue = jobObject.get("priority").isNumber().getValue(); in cloneJob() local221 if (priorityValue > maxPriority) { in cloneJob()222 priorityValue = maxPriority; in cloneJob()224 String priorityName = staticData.getPriorityName(priorityValue); in cloneJob()294 double priorityValue = priorityData.get(0).isNumber().getValue(); in populatePriorities() local295 String strPriorityValue = Double.toString(priorityValue); in populatePriorities()296 if (priorityValue <= maxPriority) { in populatePriorities()