Searched defs:oldRule (Results 1 - 3 of 3) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DDirectoryServer.java4648 * @param oldRule The existing rule that should be replaced with the new
4656 public static boolean replaceVirtualAttribute(VirtualAttributeRule oldRule, argument
4661 int pos = directoryServer.virtualAttributes.indexOf(oldRule);
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DDirectoryServer.java4649 * @param oldRule The existing rule that should be replaced with the new
4657 public static boolean replaceVirtualAttribute(VirtualAttributeRule oldRule, argument
4662 int pos = directoryServer.virtualAttributes.indexOf(oldRule);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DDirectoryServer.java4876 * @param oldRule The existing rule that should be replaced with the new
4884 public static boolean replaceVirtualAttribute(VirtualAttributeRule oldRule, argument
4889 int pos = directoryServer.virtualAttributes.indexOf(oldRule);

Completed in 72 milliseconds