Searched refs:schemaElement (Results 1 - 25 of 29) sorted by relevance

12

/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/event/
H A DSchemaElementSelectionEvent.java38 private Object schemaElement; field in class:SchemaElementSelectionEvent
43 * @param schemaElement the schema element that has been selected.
45 public SchemaElementSelectionEvent(Object source, Object schemaElement) argument
48 this.schemaElement = schemaElement;
57 return schemaElement;
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/event/
H A DSchemaElementSelectionEvent.java39 private Object schemaElement; field in class:SchemaElementSelectionEvent
44 * @param schemaElement the schema element that has been selected.
46 public SchemaElementSelectionEvent(Object source, Object schemaElement) argument
49 this.schemaElement = schemaElement;
58 return schemaElement;
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/event/
H A DSchemaElementSelectionEvent.java39 private Object schemaElement; field in class:SchemaElementSelectionEvent
44 * @param schemaElement the schema element that has been selected.
46 public SchemaElementSelectionEvent(Object source, Object schemaElement) argument
49 this.schemaElement = schemaElement;
58 return schemaElement;
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/event/
H A DSchemaElementSelectionEvent.java38 private Object schemaElement; field in class:SchemaElementSelectionEvent
43 * @param schemaElement the schema element that has been selected.
45 public SchemaElementSelectionEvent(Object source, Object schemaElement) argument
48 this.schemaElement = schemaElement;
57 return schemaElement;
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/event/
H A DSchemaElementSelectionEvent.java39 private Object schemaElement; field in class:SchemaElementSelectionEvent
44 * @param schemaElement the schema element that has been selected.
46 public SchemaElementSelectionEvent(Object source, Object schemaElement) argument
49 this.schemaElement = schemaElement;
58 return schemaElement;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/event/
H A DSchemaElementSelectionEvent.java38 private Object schemaElement; field in class:SchemaElementSelectionEvent
43 * @param schemaElement the schema element that has been selected.
45 public SchemaElementSelectionEvent(Object source, Object schemaElement) argument
48 this.schemaElement = schemaElement;
57 return schemaElement;
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DSchemaElementTreeNode.java41 private Object schemaElement; field in class:SchemaElementTreeNode
46 * @param schemaElement the schema element (attribute definition, object class
49 protected SchemaElementTreeNode(String name, Object schemaElement) argument
53 this.schemaElement = schemaElement;
71 return schemaElement;
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DSchemaElementTreeNode.java40 private Object schemaElement; field in class:SchemaElementTreeNode
45 * @param schemaElement the schema element (attribute definition, object class
48 protected SchemaElementTreeNode(String name, Object schemaElement) argument
52 this.schemaElement = schemaElement;
70 return schemaElement;
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DSchemaElementTreeNode.java41 private Object schemaElement; field in class:SchemaElementTreeNode
46 * @param schemaElement the schema element (attribute definition, object class
49 protected SchemaElementTreeNode(String name, Object schemaElement) argument
53 this.schemaElement = schemaElement;
71 return schemaElement;
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DSchemaElementTreeNode.java40 private Object schemaElement; field in class:SchemaElementTreeNode
45 * @param schemaElement the schema element (attribute definition, object class
48 protected SchemaElementTreeNode(String name, Object schemaElement) argument
52 this.schemaElement = schemaElement;
70 return schemaElement;
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DSchemaElementTreeNode.java41 private Object schemaElement; field in class:SchemaElementTreeNode
46 * @param schemaElement the schema element (attribute definition, object class
49 protected SchemaElementTreeNode(String name, Object schemaElement) argument
53 this.schemaElement = schemaElement;
71 return schemaElement;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/nodes/
H A DSchemaElementTreeNode.java41 private Object schemaElement; field in class:SchemaElementTreeNode
46 * @param schemaElement the schema element (attribute definition, object class
49 protected SchemaElementTreeNode(String name, Object schemaElement) argument
53 this.schemaElement = schemaElement;
71 return schemaElement;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DSchemaElementPanel.java80 * @param schemaElement the new schema element that has been selected.
82 protected void notifySchemaSelectionListeners(Object schemaElement) argument
87 new SchemaElementSelectionEvent(this, schemaElement));
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DSchemaElementPanel.java83 * @param schemaElement the new schema element that has been selected.
85 protected void notifySchemaSelectionListeners(Object schemaElement) argument
90 new SchemaElementSelectionEvent(this, schemaElement));
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DSchemaElementPanel.java82 * @param schemaElement the new schema element that has been selected.
84 protected void notifySchemaSelectionListeners(Object schemaElement) argument
89 new SchemaElementSelectionEvent(this, schemaElement));
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DSchemaElementPanel.java83 * @param schemaElement the new schema element that has been selected.
85 protected void notifySchemaSelectionListeners(Object schemaElement) argument
90 new SchemaElementSelectionEvent(this, schemaElement));
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DSchemaElementPanel.java82 * @param schemaElement the new schema element that has been selected.
84 protected void notifySchemaSelectionListeners(Object schemaElement) argument
89 new SchemaElementSelectionEvent(this, schemaElement));
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DSchemaElementPanel.java83 * @param schemaElement the new schema element that has been selected.
85 protected void notifySchemaSelectionListeners(Object schemaElement) argument
90 new SchemaElementSelectionEvent(this, schemaElement));
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/task/
H A DNewSchemaElementsTask.java182 for (CommonSchemaElements schemaElement : schemaElements)
184 nameOrOIDs.add(schemaElement.getNameOrOID());
315 private void addSchemaElementOnline(final CommonSchemaElements schemaElement, final LocalizableMessage progressMsg) argument
323 printEquivalentCommandLineToAddOnline(schemaElement);
330 final BasicAttribute attr = new BasicAttribute(getAttributeName(schemaElement));
331 attr.add(getElementDefinition(schemaElement));
340 notifyConfigurationElementCreated(schemaElement);
598 for (CommonSchemaElements schemaElement : schemaElements)
600 notifyConfigurationElementCreated(schemaElement);
635 for (CommonSchemaElements schemaElement
[all...]
H A DDeleteSchemaElementsTask.java386 * @param schemaElement the schema element to be deleted.
389 private void updateSchemaFile(CommonSchemaElements schemaElement) argument
392 String schemaFile = getSchemaFile(schemaElement);
405 getSchemaFileAttributeName(schemaElement).toLowerCase(),
406 getSchemaFileAttributeValue(schemaElement)));
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/task/
H A DDeleteSchemaElementsTask.java401 * @param schemaElement the schema element to be deleted.
404 private void updateSchemaFile(CommonSchemaElements schemaElement) argument
407 String schemaFile = getSchemaFile((SchemaFileElement)schemaElement);
420 getSchemaFileAttributeName(schemaElement).toLowerCase(),
421 getSchemaFileAttributeValue(schemaElement)));
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/task/
H A DDeleteSchemaElementsTask.java400 * @param schemaElement the schema element to be deleted.
403 private void updateSchemaFile(CommonSchemaElements schemaElement) argument
406 String schemaFile = getSchemaFile((SchemaFileElement)schemaElement);
419 getSchemaFileAttributeName(schemaElement).toLowerCase(),
420 getSchemaFileAttributeValue(schemaElement)));
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/task/
H A DDeleteSchemaElementsTask.java401 * @param schemaElement the schema element to be deleted.
404 private void updateSchemaFile(CommonSchemaElements schemaElement) argument
407 String schemaFile = getSchemaFile((SchemaFileElement)schemaElement);
420 getSchemaFileAttributeName(schemaElement).toLowerCase(),
421 getSchemaFileAttributeValue(schemaElement)));
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/task/
H A DDeleteSchemaElementsTask.java400 * @param schemaElement the schema element to be deleted.
403 private void updateSchemaFile(CommonSchemaElements schemaElement) argument
406 String schemaFile = getSchemaFile((SchemaFileElement)schemaElement);
419 getSchemaFileAttributeName(schemaElement).toLowerCase(),
420 getSchemaFileAttributeValue(schemaElement)));
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/task/
H A DDeleteSchemaElementsTask.java401 * @param schemaElement the schema element to be deleted.
404 private void updateSchemaFile(CommonSchemaElements schemaElement) argument
407 String schemaFile = getSchemaFile((SchemaFileElement)schemaElement);
420 getSchemaFileAttributeName(schemaElement).toLowerCase(),
421 getSchemaFileAttributeValue(schemaElement)));

Completed in 1740 milliseconds

12