Searched defs:hashData (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DBackupConfig.java66 private boolean hashData; field in class:BackupConfig
253 public boolean hashData() method in class:BackupConfig
255 return hashData;
264 * @param hashData Specifies whether the backup process should
267 public void setHashData(boolean hashData) argument
269 this.hashData = hashData;
H A DLDIFExportConfig.java73 private boolean hashData; field in class:LDIFExportConfig
158 hashData = false;
192 hashData = false;
411 public boolean hashData() method in class:LDIFExportConfig
413 return hashData;
423 * @param hashData Indicates whether to generate a hash of the
426 public void setHashData(boolean hashData) argument
428 this.hashData = hashData;
/forgerock/opendj2/src/server/org/opends/server/types/
H A DBackupConfig.java65 private boolean hashData; field in class:BackupConfig
252 public boolean hashData() method in class:BackupConfig
254 return hashData;
263 * @param hashData Specifies whether the backup process should
266 public void setHashData(boolean hashData) argument
268 this.hashData = hashData;
H A DLDIFExportConfig.java70 private boolean hashData; field in class:LDIFExportConfig
164 hashData = false;
198 hashData = false;
414 public boolean hashData() method in class:LDIFExportConfig
416 return hashData;
426 * @param hashData Indicates whether to generate a hash of the
429 public void setHashData(boolean hashData) argument
431 this.hashData = hashData;
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DBackupConfig.java66 private boolean hashData; field in class:BackupConfig
253 public boolean hashData() method in class:BackupConfig
255 return hashData;
264 * @param hashData Specifies whether the backup process should
267 public void setHashData(boolean hashData) argument
269 this.hashData = hashData;
H A DLDIFExportConfig.java73 private boolean hashData; field in class:LDIFExportConfig
158 hashData = false;
192 hashData = false;
411 public boolean hashData() method in class:LDIFExportConfig
413 return hashData;
423 * @param hashData Indicates whether to generate a hash of the
426 public void setHashData(boolean hashData) argument
428 this.hashData = hashData;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DBackupConfig.java66 private boolean hashData; field in class:BackupConfig
253 public boolean hashData() method in class:BackupConfig
255 return hashData;
264 * @param hashData Specifies whether the backup process should
267 public void setHashData(boolean hashData) argument
269 this.hashData = hashData;
H A DLDIFExportConfig.java73 private boolean hashData; field in class:LDIFExportConfig
158 hashData = false;
192 hashData = false;
411 public boolean hashData() method in class:LDIFExportConfig
413 return hashData;
423 * @param hashData Indicates whether to generate a hash of the
426 public void setHashData(boolean hashData) argument
428 this.hashData = hashData;
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DBackupConfig.java65 private boolean hashData; field in class:BackupConfig
252 public boolean hashData() method in class:BackupConfig
254 return hashData;
263 * @param hashData Specifies whether the backup process should
266 public void setHashData(boolean hashData) argument
268 this.hashData = hashData;
H A DLDIFExportConfig.java70 private boolean hashData; field in class:LDIFExportConfig
164 hashData = false;
198 hashData = false;
414 public boolean hashData() method in class:LDIFExportConfig
416 return hashData;
426 * @param hashData Indicates whether to generate a hash of the
429 public void setHashData(boolean hashData) argument
431 this.hashData = hashData;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DBackupConfig.java69 private boolean hashData; field in class:BackupConfig
261 public boolean hashData() method in class:BackupConfig
263 return hashData;
272 * @param hashData Specifies whether the backup process should
275 public void setHashData(boolean hashData) argument
277 this.hashData = hashData;
H A DLDIFExportConfig.java67 private boolean hashData; field in class:LDIFExportConfig
161 hashData = false;
195 hashData = false;
409 public boolean hashData() method in class:LDIFExportConfig
411 return hashData;
421 * @param hashData Indicates whether to generate a hash of the
424 public void setHashData(boolean hashData) argument
426 this.hashData = hashData;

Completed in 55 milliseconds