Searched defs:schemaReadOnlyAttributes (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DViewEntryPanel.java82 protected SortedSet<String> schemaReadOnlyAttributes = new TreeSet<String>(); field in class:ViewEntryPanel
400 if (schema != null && schemaReadOnlyAttributes.isEmpty())
402 schemaReadOnlyAttributes.clear();
409 schemaReadOnlyAttributes.add(attrName);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DViewEntryPanel.java80 protected SortedSet<String> schemaReadOnlyAttributes = new TreeSet<String>(); field in class:ViewEntryPanel
398 if (schema != null && schemaReadOnlyAttributes.isEmpty())
400 schemaReadOnlyAttributes.clear();
407 schemaReadOnlyAttributes.add(attrName);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DViewEntryPanel.java81 protected SortedSet<String> schemaReadOnlyAttributes = new TreeSet<String>(); field in class:ViewEntryPanel
399 if (schema != null && schemaReadOnlyAttributes.isEmpty())
401 schemaReadOnlyAttributes.clear();
408 schemaReadOnlyAttributes.add(attrName);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DViewEntryPanel.java80 protected SortedSet<String> schemaReadOnlyAttributes = new TreeSet<String>(); field in class:ViewEntryPanel
398 if (schema != null && schemaReadOnlyAttributes.isEmpty())
400 schemaReadOnlyAttributes.clear();
407 schemaReadOnlyAttributes.add(attrName);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DViewEntryPanel.java82 protected SortedSet<String> schemaReadOnlyAttributes = new TreeSet<String>(); field in class:ViewEntryPanel
400 if (schema != null && schemaReadOnlyAttributes.isEmpty())
402 schemaReadOnlyAttributes.clear();
409 schemaReadOnlyAttributes.add(attrName);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DViewEntryPanel.java81 protected SortedSet<String> schemaReadOnlyAttributes = new TreeSet<>(); field in class:ViewEntryPanel
360 if (schema != null && schemaReadOnlyAttributes.isEmpty())
362 schemaReadOnlyAttributes.clear();
369 schemaReadOnlyAttributes.add(attrName);

Completed in 36 milliseconds