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

/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DUniqueAttributePluginTestCase.java818 * @param attrValStrings values to set.
822 String... attrValStrings)
827 for(String valString : attrValStrings) {
844 * @param attrValStrings values to add.
848 String... attrValStrings)
853 for(String valString : attrValStrings) {
821 replaceAttrInEntry(DN dn, String attrTypeString, String... attrValStrings) argument
847 addAttrInEntry(DN dn, String attrTypeString, String... attrValStrings) argument
H A DReferentialIntegrityPluginTestCase.java1038 * @param attrValStrings The values to add to the entry.
1042 addAttrEntry(DN dn, String attrTypeString, String... attrValStrings) { argument
1046 for(String valString : attrValStrings) {
1062 * @param attrValStrings The values to replace in the the entry.
1066 replaceAttrEntry(DN dn, String attrTypeString, String... attrValStrings) { argument
1070 for(String valString : attrValStrings) {
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DUniqueAttributePluginTestCase.java754 replaceAttrInEntry(DN dn, String attrTypeString, String... attrValStrings) { argument
758 for(String valString : attrValStrings) {
H A DReferentialIntegrityPluginTestCase.java1038 * @param attrValStrings The values to add to the entry.
1042 addAttrEntry(DN dn, String attrTypeString, String... attrValStrings) { argument
1046 for(String valString : attrValStrings) {
1062 * @param attrValStrings The values to replace in the the entry.
1066 replaceAttrEntry(DN dn, String attrTypeString, String... attrValStrings) { argument
1070 for(String valString : attrValStrings) {
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DUniqueAttributePluginTestCase.java761 replaceAttrInEntry(DN dn, String attrTypeString, String... attrValStrings) { argument
765 for(String valString : attrValStrings) {
H A DReferentialIntegrityPluginTestCase.java1040 * @param attrValStrings The values to add to the entry.
1044 addAttrEntry(DN dn, String attrTypeString, String... attrValStrings) { argument
1048 for(String valString : attrValStrings) {
1064 * @param attrValStrings The values to replace in the the entry.
1068 replaceAttrEntry(DN dn, String attrTypeString, String... attrValStrings) { argument
1072 for(String valString : attrValStrings) {
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DUniqueAttributePluginTestCase.java754 replaceAttrInEntry(DN dn, String attrTypeString, String... attrValStrings) { argument
758 for(String valString : attrValStrings) {
H A DReferentialIntegrityPluginTestCase.java1038 * @param attrValStrings The values to add to the entry.
1042 addAttrEntry(DN dn, String attrTypeString, String... attrValStrings) { argument
1046 for(String valString : attrValStrings) {
1062 * @param attrValStrings The values to replace in the the entry.
1066 replaceAttrEntry(DN dn, String attrTypeString, String... attrValStrings) { argument
1070 for(String valString : attrValStrings) {
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DUniqueAttributePluginTestCase.java761 replaceAttrInEntry(DN dn, String attrTypeString, String... attrValStrings) { argument
765 for(String valString : attrValStrings) {
H A DReferentialIntegrityPluginTestCase.java1040 * @param attrValStrings The values to add to the entry.
1044 addAttrEntry(DN dn, String attrTypeString, String... attrValStrings) { argument
1048 for(String valString : attrValStrings) {
1064 * @param attrValStrings The values to replace in the the entry.
1068 replaceAttrEntry(DN dn, String attrTypeString, String... attrValStrings) { argument
1072 for(String valString : attrValStrings) {
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/plugins/
H A DUniqueAttributePluginTestCase.java741 private void replaceAttrInEntry(DN dn, String attrName, String... attrValStrings) { argument
743 new Modification(ModificationType.REPLACE, Attributes.create(attrName, attrValStrings)));
H A DReferentialIntegrityPluginTestCase.java1030 * @param attrValStrings The values to add to the entry.
1033 addAttrEntry(DN dn, String attrName, String... attrValStrings) { argument
1035 new Modification(ADD, Attributes.create(attrName, attrValStrings)));
1044 * @param attrValStrings The values to replace in the the entry.
1046 private ModifyOperation replaceAttrEntry(DN dn, String attrName, String... attrValStrings) { argument
1048 new Modification(REPLACE, Attributes.create(attrName, attrValStrings)));

Completed in 76 milliseconds