Searched refs:taskIds (Results 1 - 6 of 6) sorted by relevance
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/ |
H A D | ManageTasks.java | 467 List<String> taskIds = new ArrayList<String>(); 488 taskIds.add(taskId); 513 new CancelTaskTop(taskIds, cancelableIndices)); 928 private List<String> taskIds; field in class:ManageTasks.CancelTaskTop 934 * @param taskIds of all known tasks 936 * the indices of <code>taskIds</code> that are cancelable 938 public CancelTaskTop(List<String> taskIds, argument 940 this.taskIds = taskIds; 951 if (taskIds ! [all...] |
/forgerock/opendj2/src/server/org/opends/server/tools/ |
H A D | ManageTasks.java | 466 List<String> taskIds = new ArrayList<String>(); 487 taskIds.add(taskId); 512 new CancelTaskTop(taskIds, cancelableIndices)); 927 private List<String> taskIds; field in class:ManageTasks.CancelTaskTop 933 * @param taskIds of all known tasks 935 * the indices of <code>taskIds</code> that are cancelable 937 public CancelTaskTop(List<String> taskIds, argument 939 this.taskIds = taskIds; 950 if (taskIds ! [all...] |
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/ |
H A D | ManageTasks.java | 467 List<String> taskIds = new ArrayList<String>(); 488 taskIds.add(taskId); 513 new CancelTaskTop(taskIds, cancelableIndices)); 928 private List<String> taskIds; field in class:ManageTasks.CancelTaskTop 934 * @param taskIds of all known tasks 936 * the indices of <code>taskIds</code> that are cancelable 938 public CancelTaskTop(List<String> taskIds, argument 940 this.taskIds = taskIds; 951 if (taskIds ! [all...] |
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/ |
H A D | ManageTasks.java | 467 List<String> taskIds = new ArrayList<String>(); 488 taskIds.add(taskId); 513 new CancelTaskTop(taskIds, cancelableIndices)); 928 private List<String> taskIds; field in class:ManageTasks.CancelTaskTop 934 * @param taskIds of all known tasks 936 * the indices of <code>taskIds</code> that are cancelable 938 public CancelTaskTop(List<String> taskIds, argument 940 this.taskIds = taskIds; 951 if (taskIds ! [all...] |
/forgerock/opendj2-hg/src/server/org/opends/server/tools/ |
H A D | ManageTasks.java | 466 List<String> taskIds = new ArrayList<String>(); 487 taskIds.add(taskId); 512 new CancelTaskTop(taskIds, cancelableIndices)); 927 private List<String> taskIds; field in class:ManageTasks.CancelTaskTop 933 * @param taskIds of all known tasks 935 * the indices of <code>taskIds</code> that are cancelable 937 public CancelTaskTop(List<String> taskIds, argument 939 this.taskIds = taskIds; 950 if (taskIds ! [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/ |
H A D | ManageTasks.java | 412 List<String> taskIds = new ArrayList<>(); 432 taskIds.add(taskId); 457 new CancelTaskTop(taskIds, cancelableIndices)); 819 private List<String> taskIds; field in class:ManageTasks.CancelTaskTop 825 * @param taskIds of all known tasks 827 * the indices of <code>taskIds</code> that are cancelable 829 public CancelTaskTop(List<String> taskIds, List<Integer> cancelableIndices) argument 831 this.taskIds = taskIds; 838 if (taskIds [all...] |
Completed in 151 milliseconds