Searched refs:backUpAll (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tasks/
H A DBackupTask.java98 private boolean backUpAll; field in class:BackupTask
167 backUpAll = TaskUtils.getBoolean(attrList, false);
213 // Make sure that either the backUpAll argument was provided or at least one
215 if (backUpAll)
287 if (backUpAll)
526 if (backUpAll)
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DBackUpDB.java136 private BooleanArgument backUpAll = null; field in class:BackUpDB
211 backUpAll = new BooleanArgument(
212 "backupall", 'a', "backUpAll",
214 argParser.addArgument(backUpAll);
330 // Make sure that either the backUpAll argument was provided or at least one
332 if (backUpAll.isPresent())
337 backUpAll.getLongIdentifier(),
347 backUpAll.getLongIdentifier(),
453 if (backUpAll.getValue() != null &&
454 !backUpAll
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DBackUpDB.java138 private BooleanArgument backUpAll = null; field in class:BackUpDB
196 backUpAll = new BooleanArgument(
197 "backupall", 'a', "backUpAll",
199 argParser.addArgument(backUpAll);
315 // Make sure that either the backUpAll argument was provided or at least one
317 if (backUpAll.isPresent())
322 backUpAll.getLongIdentifier(),
332 backUpAll.getLongIdentifier(),
439 if (backUpAll.getValue() != null &&
440 !backUpAll
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/
H A DBackUpDB.java136 private BooleanArgument backUpAll = null; field in class:BackUpDB
211 backUpAll = new BooleanArgument(
212 "backupall", 'a', "backUpAll",
214 argParser.addArgument(backUpAll);
330 // Make sure that either the backUpAll argument was provided or at least one
332 if (backUpAll.isPresent())
337 backUpAll.getLongIdentifier(),
347 backUpAll.getLongIdentifier(),
453 if (backUpAll.getValue() != null &&
454 !backUpAll
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/
H A DBackUpDB.java136 private BooleanArgument backUpAll = null; field in class:BackUpDB
211 backUpAll = new BooleanArgument(
212 "backupall", 'a', "backUpAll",
214 argParser.addArgument(backUpAll);
330 // Make sure that either the backUpAll argument was provided or at least one
332 if (backUpAll.isPresent())
337 backUpAll.getLongIdentifier(),
347 backUpAll.getLongIdentifier(),
453 if (backUpAll.getValue() != null &&
454 !backUpAll
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DBackUpDB.java138 private BooleanArgument backUpAll = null; field in class:BackUpDB
196 backUpAll = new BooleanArgument(
197 "backupall", 'a', "backUpAll",
199 argParser.addArgument(backUpAll);
315 // Make sure that either the backUpAll argument was provided or at least one
317 if (backUpAll.isPresent())
322 backUpAll.getLongIdentifier(),
332 backUpAll.getLongIdentifier(),
439 if (backUpAll.getValue() != null &&
440 !backUpAll
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DBackUpDB.java144 private BooleanArgument backUpAll; field in class:BackUpDB
204 backUpAll = new BooleanArgument(
205 "backupall", 'a', "backUpAll",
207 argParser.addArgument(backUpAll);
313 // Make sure that either the backUpAll argument was provided or at least one
315 if (backUpAll.isPresent())
320 backUpAll.getLongIdentifier(), backendID.getLongIdentifier()));
327 backUpAll.getLongIdentifier(), backendID.getLongIdentifier()));
399 addIfHasValue(attributes, ATTR_TASK_BACKUP_ALL, backUpAll);
601 if (backUpAll
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/tasks/
H A DBackupTask.java126 private boolean backUpAll; field in class:BackupTask
222 backUpAll = TaskUtils.getBoolean(attrList, false);
268 // Make sure that either the backUpAll argument was provided or at least one
270 if (backUpAll)
351 if (backUpAll)
621 if (backUpAll)
/forgerock/opendj2/src/server/org/opends/server/tasks/
H A DBackupTask.java125 private boolean backUpAll; field in class:BackupTask
221 backUpAll = TaskUtils.getBoolean(attrList, false);
267 // Make sure that either the backUpAll argument was provided or at least one
269 if (backUpAll)
350 if (backUpAll)
620 if (backUpAll)
/forgerock/opendj2.6.2/src/server/org/opends/server/tasks/
H A DBackupTask.java126 private boolean backUpAll; field in class:BackupTask
222 backUpAll = TaskUtils.getBoolean(attrList, false);
268 // Make sure that either the backUpAll argument was provided or at least one
270 if (backUpAll)
351 if (backUpAll)
621 if (backUpAll)
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tasks/
H A DBackupTask.java126 private boolean backUpAll; field in class:BackupTask
222 backUpAll = TaskUtils.getBoolean(attrList, false);
268 // Make sure that either the backUpAll argument was provided or at least one
270 if (backUpAll)
351 if (backUpAll)
621 if (backUpAll)
/forgerock/opendj2-hg/src/server/org/opends/server/tasks/
H A DBackupTask.java125 private boolean backUpAll; field in class:BackupTask
221 backUpAll = TaskUtils.getBoolean(attrList, false);
267 // Make sure that either the backUpAll argument was provided or at least one
269 if (backUpAll)
350 if (backUpAll)
620 if (backUpAll)

Completed in 77 milliseconds