Searched refs:delete (Results 51 - 75 of 1099) sorted by relevance

1234567891011>>

/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/
H A DPolicyStore.java61 * @param policyName the name of the policy to delete.
64 void delete(String policyName) throws EntitlementException; method in interface:PolicyStore
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/
H A DAttrHistoricalMultiple.java121 * Add the delete attribute state information
122 * @param csn time when the delete was done
124 void delete(CSN csn) method in class:AttrHistoricalMultiple
127 // that have not been added after the date of this delete.
156 * time when the delete was done
158 void delete(Attribute attr, CSN csn) method in class:AttrHistoricalMultiple
162 delete(val, csn);
167 * Update the historical of this attribute after a delete value.
170 * @param csn time when the delete was done
172 void delete(ByteStrin method in class:AttrHistoricalMultiple
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DCertificateManagerTestCase.java382 path.delete();
765 path.delete();
774 path.delete();
824 path.delete();
831 path.delete();
854 path.delete();
861 path.delete();
890 exportFile.delete();
919 exportFile.delete();
1041 path.delete();
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DCertificateManagerTestCase.java382 path.delete();
765 path.delete();
774 path.delete();
824 path.delete();
831 path.delete();
854 path.delete();
861 path.delete();
890 exportFile.delete();
919 exportFile.delete();
1041 path.delete();
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DCertificateManagerTestCase.java382 path.delete();
765 path.delete();
774 path.delete();
824 path.delete();
831 path.delete();
854 path.delete();
861 path.delete();
890 exportFile.delete();
919 exportFile.delete();
1041 path.delete();
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DCertificateManagerTestCase.java382 path.delete();
765 path.delete();
774 path.delete();
824 path.delete();
831 path.delete();
854 path.delete();
861 path.delete();
890 exportFile.delete();
919 exportFile.delete();
1041 path.delete();
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DCertificateManagerTestCase.java382 path.delete();
765 path.delete();
774 path.delete();
824 path.delete();
831 path.delete();
854 path.delete();
861 path.delete();
890 exportFile.delete();
919 exportFile.delete();
1041 path.delete();
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/util/
H A DCertificateManagerTestCase.java379 path.delete();
762 path.delete();
771 path.delete();
821 path.delete();
828 path.delete();
851 path.delete();
858 path.delete();
887 exportFile.delete();
916 exportFile.delete();
1038 path.delete();
[all...]
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/xml/
H A DXMLParser.java91 buff.delete(0, buff.length());
109 buff.delete(0, buff.length());
124 buff.delete(0, buff.length());
200 buff.delete(0, buff.length());
219 buff.delete(0, buff.length());
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/xml/
H A DXMLParser.java91 buff.delete(0, buff.length());
109 buff.delete(0, buff.length());
124 buff.delete(0, buff.length());
200 buff.delete(0, buff.length());
219 buff.delete(0, buff.length());
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/plugin/
H A DAttrHistoricalMultiple.java125 * Add the delete attribute state information
126 * @param CN time when the delete was done
128 protected void delete(ChangeNumber CN) method in class:AttrHistoricalMultiple
132 // after the date of this delete.
154 * Update the historical of this attribute after a delete value.
157 * @param CN time when the delete was done
159 protected void delete(AttributeValue val, ChangeNumber CN) method in class:AttrHistoricalMultiple
177 * time when the delete was done
179 protected void delete(Attribute attr, ChangeNumber CN) method in class:AttrHistoricalMultiple
267 /* this delete i
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/upgrade/
H A DFileManager.java75 * First try to delete the file immediately. If the deletion was
200 * first deleted. The rename and delete operation return values are checked
220 if (!target.delete())
505 * A delete operation.
515 * Creates a delete operation.
518 * to delete
553 boolean delete = false;
559 for (int i = 0; i < nTries && !delete; i++)
564 delete = true;
568 delete
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/
H A DAttrHistoricalMultiple.java126 * Add the delete attribute state information
127 * @param csn time when the delete was done
129 protected void delete(CSN csn) method in class:AttrHistoricalMultiple
132 // that have not been added after the date of this delete.
154 * Update the historical of this attribute after a delete value.
157 * @param csn time when the delete was done
159 protected void delete(AttributeValue val, CSN csn) method in class:AttrHistoricalMultiple
177 * time when the delete was done
179 protected void delete(Attribute attr, CSN csn) method in class:AttrHistoricalMultiple
266 /* this delete i
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/upgrade/
H A DFileManager.java74 * First try to delete the file immediately. If the deletion was
199 * first deleted. The rename and delete operation return values are checked
219 if (!target.delete())
505 * A delete operation.
515 * Creates a delete operation.
518 * to delete
553 boolean delete = false;
559 for (int i = 0; i < nTries && !delete; i++)
564 delete = true;
568 delete
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/
H A DAttrHistoricalMultiple.java125 * Add the delete attribute state information
126 * @param CN time when the delete was done
128 protected void delete(ChangeNumber CN) method in class:AttrHistoricalMultiple
132 // after the date of this delete.
154 * Update the historical of this attribute after a delete value.
157 * @param CN time when the delete was done
159 protected void delete(AttributeValue val, ChangeNumber CN) method in class:AttrHistoricalMultiple
177 * time when the delete was done
179 protected void delete(Attribute attr, ChangeNumber CN) method in class:AttrHistoricalMultiple
267 /* this delete i
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/upgrade/
H A DFileManager.java75 * First try to delete the file immediately. If the deletion was
200 * first deleted. The rename and delete operation return values are checked
220 if (!target.delete())
506 * A delete operation.
516 * Creates a delete operation.
519 * to delete
554 boolean delete = false;
560 for (int i = 0; i < nTries && !delete; i++)
565 delete = true;
569 delete
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/
H A DAttrHistoricalMultiple.java125 * Add the delete attribute state information
126 * @param CN time when the delete was done
128 protected void delete(ChangeNumber CN) method in class:AttrHistoricalMultiple
132 // after the date of this delete.
154 * Update the historical of this attribute after a delete value.
157 * @param CN time when the delete was done
159 protected void delete(AttributeValue val, ChangeNumber CN) method in class:AttrHistoricalMultiple
177 * time when the delete was done
179 protected void delete(Attribute attr, ChangeNumber CN) method in class:AttrHistoricalMultiple
267 /* this delete i
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/upgrade/
H A DFileManager.java75 * First try to delete the file immediately. If the deletion was
200 * first deleted. The rename and delete operation return values are checked
220 if (!target.delete())
505 * A delete operation.
515 * Creates a delete operation.
518 * to delete
553 boolean delete = false;
559 for (int i = 0; i < nTries && !delete; i++)
564 delete = true;
568 delete
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/
H A DAttrHistoricalMultiple.java126 * Add the delete attribute state information
127 * @param csn time when the delete was done
129 protected void delete(CSN csn) method in class:AttrHistoricalMultiple
132 // that have not been added after the date of this delete.
154 * Update the historical of this attribute after a delete value.
157 * @param csn time when the delete was done
159 protected void delete(AttributeValue val, CSN csn) method in class:AttrHistoricalMultiple
177 * time when the delete was done
179 protected void delete(Attribute attr, CSN csn) method in class:AttrHistoricalMultiple
266 /* this delete i
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/upgrade/
H A DFileManager.java74 * First try to delete the file immediately. If the deletion was
199 * first deleted. The rename and delete operation return values are checked
219 if (!target.delete())
505 * A delete operation.
515 * Creates a delete operation.
518 * to delete
553 boolean delete = false;
559 for (int i = 0; i < nTries && !delete; i++)
564 delete = true;
568 delete
[all...]
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/util/
H A DFileManager.java63 * First try to delete the file immediately. If the deletion was
119 * it is first deleted. The rename and delete operation return values
136 if (!target.delete()) {
184 * @param object File to delete
187 public void delete(File object) method in class:FileManager
190 delete(object, null);
195 * @param object File to delete
200 public void delete(File object, FileFilter filter) method in class:FileManager
572 * A delete operation.
579 * Creates a delete operatio
[all...]
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/util/
H A DFileManager.java64 * First try to delete the file immediately. If the deletion was
120 * it is first deleted. The rename and delete operation return values
137 if (!target.delete()) {
185 * @param object File to delete
188 public void delete(File object) method in class:FileManager
191 delete(object, null);
196 * @param object File to delete
201 public void delete(File object, FileFilter filter) method in class:FileManager
573 * A delete operation.
580 * Creates a delete operatio
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/util/
H A DFileManager.java64 * First try to delete the file immediately. If the deletion was
120 * it is first deleted. The rename and delete operation return values
137 if (!target.delete()) {
185 * @param object File to delete
188 public void delete(File object) method in class:FileManager
191 delete(object, null);
196 * @param object File to delete
201 public void delete(File object, FileFilter filter) method in class:FileManager
573 * A delete operation.
580 * Creates a delete operatio
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/util/
H A DFileManager.java63 * First try to delete the file immediately. If the deletion was
119 * it is first deleted. The rename and delete operation return values
136 if (!target.delete()) {
184 * @param object File to delete
187 public void delete(File object) method in class:FileManager
190 delete(object, null);
195 * @param object File to delete
200 public void delete(File object, FileFilter filter) method in class:FileManager
572 * A delete operation.
579 * Creates a delete operatio
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/util/
H A DFileManager.java64 * First try to delete the file immediately. If the deletion was
120 * it is first deleted. The rename and delete operation return values
137 if (!target.delete()) {
185 * @param object File to delete
188 public void delete(File object) method in class:FileManager
191 delete(object, null);
196 * @param object File to delete
201 public void delete(File object, FileFilter filter) method in class:FileManager
573 * A delete operation.
580 * Creates a delete operatio
[all...]

Completed in 135 milliseconds

1234567891011>>