Searched defs:information (Results 1 - 7 of 7) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/tasks/
H A DTaskClient.java19 * by brackets "[]" replaced with your own identifying information:
161 TaskScheduleInformation information)
165 if (information.getRecurringDateTime() != null) {
175 * @param information the scheduling information.
179 TaskScheduleInformation information)
182 boolean scheduleRecurring = isScheduleRecurring(information);
185 taskID = information.getTaskId();
187 taskID = information.getTaskClass().getSimpleName() +
206 ocValues.add(ByteString.valueOf(information
160 isScheduleRecurring( TaskScheduleInformation information) argument
178 getTaskAttributes( TaskScheduleInformation information) argument
306 schedule(TaskScheduleInformation information) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/tasks/
H A DTaskClient.java18 * information:
160 TaskScheduleInformation information)
164 if (information.getRecurringDateTime() != null) {
174 * @param information the scheduling information.
178 TaskScheduleInformation information)
181 boolean scheduleRecurring = isScheduleRecurring(information);
184 taskID = information.getTaskId();
186 taskID = information.getTaskClass().getSimpleName() +
205 ocValues.add(ByteString.valueOf(information
159 isScheduleRecurring( TaskScheduleInformation information) argument
177 getTaskAttributes( TaskScheduleInformation information) argument
305 schedule(TaskScheduleInformation information) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/tasks/
H A DTaskClient.java19 * by brackets "[]" replaced with your own identifying information:
161 TaskScheduleInformation information)
165 if (information.getRecurringDateTime() != null) {
175 * @param information the scheduling information.
179 TaskScheduleInformation information)
182 boolean scheduleRecurring = isScheduleRecurring(information);
185 taskID = information.getTaskId();
187 taskID = information.getTaskClass().getSimpleName() +
206 ocValues.add(ByteString.valueOf(information
160 isScheduleRecurring( TaskScheduleInformation information) argument
178 getTaskAttributes( TaskScheduleInformation information) argument
306 schedule(TaskScheduleInformation information) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/tasks/
H A DTaskClient.java19 * by brackets "[]" replaced with your own identifying information:
161 TaskScheduleInformation information)
165 if (information.getRecurringDateTime() != null) {
175 * @param information the scheduling information.
179 TaskScheduleInformation information)
182 boolean scheduleRecurring = isScheduleRecurring(information);
185 taskID = information.getTaskId();
187 taskID = information.getTaskClass().getSimpleName() +
206 ocValues.add(ByteString.valueOf(information
160 isScheduleRecurring( TaskScheduleInformation information) argument
178 getTaskAttributes( TaskScheduleInformation information) argument
306 schedule(TaskScheduleInformation information) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/tasks/
H A DTaskClient.java18 * information:
160 TaskScheduleInformation information)
164 if (information.getRecurringDateTime() != null) {
174 * @param information the scheduling information.
178 TaskScheduleInformation information)
181 boolean scheduleRecurring = isScheduleRecurring(information);
184 taskID = information.getTaskId();
186 taskID = information.getTaskClass().getSimpleName() +
205 ocValues.add(ByteString.valueOf(information
159 isScheduleRecurring( TaskScheduleInformation information) argument
177 getTaskAttributes( TaskScheduleInformation information) argument
305 schedule(TaskScheduleInformation information) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/tasks/
H A DTaskClient.java18 * information:
159 private static boolean isScheduleRecurring(TaskScheduleInformation information) argument
161 return information.getRecurringDateTime() != null;
168 * @param information the scheduling information.
172 TaskScheduleInformation information)
175 boolean scheduleRecurring = isScheduleRecurring(information);
178 taskID = information.getTaskId();
180 taskID = information.getTaskClass().getSimpleName() + "-" + UUID.randomUUID();
196 ocValues.add(information
171 getTaskAttributes( TaskScheduleInformation information) argument
260 schedule(TaskScheduleInformation information) argument
[all...]
/forgerock/authenticator-android-v2/app/libs/
H A Dcore-2.3.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 153 milliseconds