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

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/makeldif/
H A DBranch.java56 private DN branchDN; field in class:Branch
80 * @param branchDN The DN for this branch entry.
82 public Branch(TemplateFile templateFile, DN branchDN) argument
84 this(templateFile, branchDN, new String[0], new int[0],
95 * @param branchDN The DN for this branch entry.
105 public Branch(TemplateFile templateFile, DN branchDN, argument
109 this.branchDN = branchDN;
118 Entry entry = createEntry(branchDN);
227 branchDN
[all...]
H A DTemplateFile.java371 * @param branchDN The DN for which to retrieve the corresponding branch.
376 public Branch getBranch(DN branchDN) argument
378 return branches.get(branchDN);
828 DN branchDN = b.getBranchDN();
829 if (templateFileBranches.containsKey(branchDN))
832 String.valueOf(branchDN), startLineNumber);
837 templateFileBranches.put(branchDN, b);
1001 DN branchDN;
1004 branchDN = DN.decode(dnString);
1015 Branch branch = new Branch(this, branchDN);
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/makeldif/
H A DBranch.java55 private DN branchDN; field in class:Branch
79 * @param branchDN The DN for this branch entry.
81 public Branch(TemplateFile templateFile, DN branchDN) argument
83 this(templateFile, branchDN, new String[0], new int[0],
94 * @param branchDN The DN for this branch entry.
104 public Branch(TemplateFile templateFile, DN branchDN, argument
108 this.branchDN = branchDN;
117 Entry entry = createEntry(branchDN);
226 branchDN
[all...]
H A DTemplateFile.java370 * @param branchDN The DN for which to retrieve the corresponding branch.
375 public Branch getBranch(DN branchDN) argument
377 return branches.get(branchDN);
827 DN branchDN = b.getBranchDN();
828 if (templateFileBranches.containsKey(branchDN))
831 String.valueOf(branchDN), startLineNumber);
836 templateFileBranches.put(branchDN, b);
1000 DN branchDN;
1003 branchDN = DN.decode(dnString);
1014 Branch branch = new Branch(this, branchDN);
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/makeldif/
H A DBranch.java56 private DN branchDN; field in class:Branch
80 * @param branchDN The DN for this branch entry.
82 public Branch(TemplateFile templateFile, DN branchDN) argument
84 this(templateFile, branchDN, new String[0], new int[0],
95 * @param branchDN The DN for this branch entry.
105 public Branch(TemplateFile templateFile, DN branchDN, argument
109 this.branchDN = branchDN;
118 Entry entry = createEntry(branchDN);
227 branchDN
[all...]
H A DTemplateFile.java371 * @param branchDN The DN for which to retrieve the corresponding branch.
376 public Branch getBranch(DN branchDN) argument
378 return branches.get(branchDN);
828 DN branchDN = b.getBranchDN();
829 if (templateFileBranches.containsKey(branchDN))
832 String.valueOf(branchDN), startLineNumber);
837 templateFileBranches.put(branchDN, b);
1001 DN branchDN;
1004 branchDN = DN.decode(dnString);
1015 Branch branch = new Branch(this, branchDN);
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/makeldif/
H A DBranch.java56 private DN branchDN; field in class:Branch
80 * @param branchDN The DN for this branch entry.
82 public Branch(TemplateFile templateFile, DN branchDN) argument
84 this(templateFile, branchDN, new String[0], new int[0],
95 * @param branchDN The DN for this branch entry.
105 public Branch(TemplateFile templateFile, DN branchDN, argument
109 this.branchDN = branchDN;
118 Entry entry = createEntry(branchDN);
227 branchDN
[all...]
H A DTemplateFile.java371 * @param branchDN The DN for which to retrieve the corresponding branch.
376 public Branch getBranch(DN branchDN) argument
378 return branches.get(branchDN);
828 DN branchDN = b.getBranchDN();
829 if (templateFileBranches.containsKey(branchDN))
832 String.valueOf(branchDN), startLineNumber);
837 templateFileBranches.put(branchDN, b);
1001 DN branchDN;
1004 branchDN = DN.decode(dnString);
1015 Branch branch = new Branch(this, branchDN);
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/makeldif/
H A DBranch.java55 private DN branchDN; field in class:Branch
79 * @param branchDN The DN for this branch entry.
81 public Branch(TemplateFile templateFile, DN branchDN) argument
83 this(templateFile, branchDN, new String[0], new int[0],
94 * @param branchDN The DN for this branch entry.
104 public Branch(TemplateFile templateFile, DN branchDN, argument
108 this.branchDN = branchDN;
117 Entry entry = createEntry(branchDN);
226 branchDN
[all...]
H A DTemplateFile.java370 * @param branchDN The DN for which to retrieve the corresponding branch.
375 public Branch getBranch(DN branchDN) argument
377 return branches.get(branchDN);
827 DN branchDN = b.getBranchDN();
828 if (templateFileBranches.containsKey(branchDN))
831 String.valueOf(branchDN), startLineNumber);
836 templateFileBranches.put(branchDN, b);
1000 DN branchDN;
1003 branchDN = DN.decode(dnString);
1014 Branch branch = new Branch(this, branchDN);
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/makeldif/
H A DBranch.java52 private DN branchDN; field in class:Branch
78 * @param branchDN The DN for this branch entry.
80 public Branch(TemplateFile templateFile, DN branchDN) argument
82 this(templateFile, branchDN, new String[0], new int[0],
93 * @param branchDN The DN for this branch entry.
103 public Branch(TemplateFile templateFile, DN branchDN, argument
107 this.branchDN = branchDN;
116 Entry entry = createEntry(branchDN);
221 branchDN, subordinateTemplateName
[all...]
H A DTemplateFile.java347 * @param branchDN The DN for which to retrieve the corresponding branch.
352 public Branch getBranch(DN branchDN) argument
354 return branches.get(branchDN);
762 DN branchDN = b.getBranchDN();
763 if (templateFileBranches.containsKey(branchDN))
765 LocalizableMessage message = ERR_MAKELDIF_CONFLICTING_BRANCH_DN.get(branchDN, startLineNumber);
770 templateFileBranches.put(branchDN, b);
926 DN branchDN;
929 branchDN = DN.valueOf(dnString);
940 Branch branch = new Branch(this, branchDN);
[all...]

Completed in 35 milliseconds