/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/ |
H A D | SchemaElementPanel.java | 147 String primaryName = attr.getPrimaryName(); 148 if (primaryName == null) 150 primaryName = ""; 154 if (!name.equalsIgnoreCase(primaryName)) 171 String primaryName = oc.getPrimaryName(); 172 if (primaryName == null) 174 primaryName = ""; 178 if (!name.equalsIgnoreCase(primaryName))
|
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/ |
H A D | SchemaElementPanel.java | 146 String primaryName = attr.getPrimaryName(); 147 if (primaryName == null) 149 primaryName = ""; 153 if (!name.equalsIgnoreCase(primaryName)) 170 String primaryName = oc.getPrimaryName(); 171 if (primaryName == null) 173 primaryName = ""; 177 if (!name.equalsIgnoreCase(primaryName))
|
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/ |
H A D | SchemaElementPanel.java | 147 String primaryName = attr.getPrimaryName(); 148 if (primaryName == null) 150 primaryName = ""; 154 if (!name.equalsIgnoreCase(primaryName)) 171 String primaryName = oc.getPrimaryName(); 172 if (primaryName == null) 174 primaryName = ""; 178 if (!name.equalsIgnoreCase(primaryName))
|
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/ |
H A D | SchemaElementPanel.java | 146 String primaryName = attr.getPrimaryName(); 147 if (primaryName == null) 149 primaryName = ""; 153 if (!name.equalsIgnoreCase(primaryName)) 170 String primaryName = oc.getPrimaryName(); 171 if (primaryName == null) 173 primaryName = ""; 177 if (!name.equalsIgnoreCase(primaryName))
|
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/ |
H A D | SchemaElementPanel.java | 147 String primaryName = attr.getPrimaryName(); 148 if (primaryName == null) 150 primaryName = ""; 154 if (!name.equalsIgnoreCase(primaryName)) 171 String primaryName = oc.getPrimaryName(); 172 if (primaryName == null) 174 primaryName = ""; 178 if (!name.equalsIgnoreCase(primaryName))
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/ |
H A D | CommonSchemaElements.java | 98 private final String primaryName; field in class:CommonSchemaElements 106 * If no <code>primaryName</code> is specified, but a set of 111 * @param primaryName 132 protected CommonSchemaElements(String primaryName, argument 147 if (primaryName != null) { 148 this.primaryName = primaryName; 150 this.primaryName = names.iterator().next(); 152 this.primaryName = null; 154 this.lowerName = this.primaryName ! [all...] |
H A D | AttributeType.java | 124 * If no <code>primaryName</code> is specified, but a set of 132 * @param primaryName 167 public AttributeType(String definition, String primaryName, argument 177 this(definition, primaryName, typeNames, oid, description, 188 * If no <code>primaryName</code> is specified, but a set of 196 * @param primaryName 246 public AttributeType(String definition, String primaryName, argument 261 super(primaryName, typeNames, oid, description, isObsolete,
|
/forgerock/opendj-b2.6/src/server/org/opends/server/types/ |
H A D | CommonSchemaElements.java | 98 private final String primaryName; field in class:CommonSchemaElements 108 * If no <code>primaryName</code> is specified, but a set of 113 * @param primaryName 134 protected CommonSchemaElements(String primaryName, argument 153 if (primaryName == null) { 155 this.primaryName = names.iterator().next(); 157 this.primaryName = null; 160 this.primaryName = primaryName; 162 this.lowerName = toLowerCase(primaryName); [all...] |
H A D | AttributeType.java | 138 * If no <code>primaryName</code> is specified, but a set of 146 * @param primaryName 181 public AttributeType(String definition, String primaryName, argument 191 this(definition, primaryName, typeNames, oid, description, 202 * If no <code>primaryName</code> is specified, but a set of 210 * @param primaryName 260 public AttributeType(String definition, String primaryName, argument 276 super(primaryName, typeNames, oid, description, isObsolete,
|
/forgerock/opendj2/src/server/org/opends/server/types/ |
H A D | CommonSchemaElements.java | 97 private final String primaryName; field in class:CommonSchemaElements 107 * If no <code>primaryName</code> is specified, but a set of 112 * @param primaryName 133 protected CommonSchemaElements(String primaryName, argument 152 if (primaryName == null) { 154 this.primaryName = names.iterator().next(); 156 this.primaryName = null; 159 this.primaryName = primaryName; 161 this.lowerName = toLowerCase(primaryName); [all...] |
H A D | AttributeType.java | 137 * If no <code>primaryName</code> is specified, but a set of 145 * @param primaryName 180 public AttributeType(String definition, String primaryName, argument 190 this(definition, primaryName, typeNames, oid, description, 201 * If no <code>primaryName</code> is specified, but a set of 209 * @param primaryName 259 public AttributeType(String definition, String primaryName, argument 275 super(primaryName, typeNames, oid, description, isObsolete,
|
/forgerock/opendj2.6.2/src/server/org/opends/server/types/ |
H A D | CommonSchemaElements.java | 98 private final String primaryName; field in class:CommonSchemaElements 108 * If no <code>primaryName</code> is specified, but a set of 113 * @param primaryName 134 protected CommonSchemaElements(String primaryName, argument 153 if (primaryName == null) { 155 this.primaryName = names.iterator().next(); 157 this.primaryName = null; 160 this.primaryName = primaryName; 162 this.lowerName = toLowerCase(primaryName); [all...] |
H A D | AttributeType.java | 138 * If no <code>primaryName</code> is specified, but a set of 146 * @param primaryName 181 public AttributeType(String definition, String primaryName, argument 191 this(definition, primaryName, typeNames, oid, description, 202 * If no <code>primaryName</code> is specified, but a set of 210 * @param primaryName 260 public AttributeType(String definition, String primaryName, argument 276 super(primaryName, typeNames, oid, description, isObsolete,
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/ |
H A D | CommonSchemaElements.java | 98 private final String primaryName; field in class:CommonSchemaElements 108 * If no <code>primaryName</code> is specified, but a set of 113 * @param primaryName 134 protected CommonSchemaElements(String primaryName, argument 153 if (primaryName == null) { 155 this.primaryName = names.iterator().next(); 157 this.primaryName = null; 160 this.primaryName = primaryName; 162 this.lowerName = toLowerCase(primaryName); [all...] |
H A D | AttributeType.java | 138 * If no <code>primaryName</code> is specified, but a set of 146 * @param primaryName 181 public AttributeType(String definition, String primaryName, argument 191 this(definition, primaryName, typeNames, oid, description, 202 * If no <code>primaryName</code> is specified, but a set of 210 * @param primaryName 260 public AttributeType(String definition, String primaryName, argument 276 super(primaryName, typeNames, oid, description, isObsolete,
|
/forgerock/opendj2-hg/src/server/org/opends/server/types/ |
H A D | CommonSchemaElements.java | 97 private final String primaryName; field in class:CommonSchemaElements 107 * If no <code>primaryName</code> is specified, but a set of 112 * @param primaryName 133 protected CommonSchemaElements(String primaryName, argument 152 if (primaryName == null) { 154 this.primaryName = names.iterator().next(); 156 this.primaryName = null; 159 this.primaryName = primaryName; 161 this.lowerName = toLowerCase(primaryName); [all...] |
H A D | AttributeType.java | 137 * If no <code>primaryName</code> is specified, but a set of 145 * @param primaryName 180 public AttributeType(String definition, String primaryName, argument 190 this(definition, primaryName, typeNames, oid, description, 201 * If no <code>primaryName</code> is specified, but a set of 209 * @param primaryName 259 public AttributeType(String definition, String primaryName, argument 275 super(primaryName, typeNames, oid, description, isObsolete,
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/ |
H A D | SchemaElementPanel.java | 155 private Set<String> getAliases(Set<String> names, String primaryName) argument 158 if (primaryName == null) 160 primaryName = ""; 164 if (!name.equalsIgnoreCase(primaryName))
|
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/types/ |
H A D | TestCommonSchemaElements.java | 62 private String primaryName; field in class:TestCommonSchemaElements.SchemaDefinitionBuilder 84 this.primaryName = null; 108 * @param primaryName 113 protected SchemaDefinitionBuilder(String primaryName, String oid) { argument 116 this.primaryName = primaryName; 133 T instance = buildInstance(primaryName, names, oid, 147 * @param primaryName 161 protected abstract T buildInstance(String primaryName, argument 246 * Set the primaryName 251 setPrimaryName(String primaryName) argument [all...] |
H A D | TestAttributeType.java | 125 * @param primaryName 130 public AttributeTypeBuilder(String primaryName, String oid) { argument 131 super(primaryName, oid); 140 protected AttributeType buildInstance(String primaryName, argument 149 if (primaryName != null) 151 nameSet.add(primaryName); 287 return new AttributeType(definition.toString(), primaryName, names, oid,
|
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/types/ |
H A D | TestCommonSchemaElements.java | 61 private String primaryName; field in class:TestCommonSchemaElements.SchemaDefinitionBuilder 83 this.primaryName = null; 107 * @param primaryName 112 protected SchemaDefinitionBuilder(String primaryName, String oid) { argument 115 this.primaryName = primaryName; 132 T instance = buildInstance(primaryName, names, oid, 146 * @param primaryName 160 protected abstract T buildInstance(String primaryName, argument 245 * Set the primaryName 250 setPrimaryName(String primaryName) argument [all...] |
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/types/ |
H A D | TestCommonSchemaElements.java | 62 private String primaryName; field in class:TestCommonSchemaElements.SchemaDefinitionBuilder 84 this.primaryName = null; 108 * @param primaryName 113 protected SchemaDefinitionBuilder(String primaryName, String oid) { argument 116 this.primaryName = primaryName; 133 T instance = buildInstance(primaryName, names, oid, 147 * @param primaryName 161 protected abstract T buildInstance(String primaryName, argument 246 * Set the primaryName 251 setPrimaryName(String primaryName) argument [all...] |
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/types/ |
H A D | TestCommonSchemaElements.java | 61 private String primaryName; field in class:TestCommonSchemaElements.SchemaDefinitionBuilder 83 this.primaryName = null; 107 * @param primaryName 112 protected SchemaDefinitionBuilder(String primaryName, String oid) { argument 115 this.primaryName = primaryName; 132 T instance = buildInstance(primaryName, names, oid, 146 * @param primaryName 160 protected abstract T buildInstance(String primaryName, argument 245 * Set the primaryName 250 setPrimaryName(String primaryName) argument [all...] |
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/types/ |
H A D | TestCommonSchemaElements.java | 62 private String primaryName; field in class:TestCommonSchemaElements.SchemaDefinitionBuilder 84 this.primaryName = null; 108 * @param primaryName 113 protected SchemaDefinitionBuilder(String primaryName, String oid) { argument 116 this.primaryName = primaryName; 133 T instance = buildInstance(primaryName, names, oid, 147 * @param primaryName 161 protected abstract T buildInstance(String primaryName, argument 246 * Set the primaryName 251 setPrimaryName(String primaryName) argument [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/types/ |
H A D | TestCommonSchemaElements.java | 60 private String primaryName; field in class:TestCommonSchemaElements.SchemaDefinitionBuilder 84 this.primaryName = null; 108 * @param primaryName 113 protected SchemaDefinitionBuilder(String primaryName, String oid) { argument 116 this.primaryName = primaryName; 133 T instance = buildInstance(primaryName, names, oid, 147 * @param primaryName 161 protected abstract T buildInstance(String primaryName, argument 246 * Set the primaryName 251 setPrimaryName(String primaryName) argument [all...] |