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

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/task/
H A DDeleteSchemaElementsTask.java90 LinkedHashSet<AttributeType> attrsToDelete = field in class:DeleteSchemaElementsTask
102 * @param attrsToDelete the attributes that must be deleted (ordered).
106 LinkedHashSet<AttributeType> attrsToDelete)
111 this.providedAttrsToDelete.addAll(attrsToDelete);
115 DeleteSchemaElementsTask.getOrderedAttributesToDelete(attrsToDelete,
118 if (!attrsToDelete.isEmpty())
122 attrsToDelete, schema);
144 if (!attrsToDelete.contains(attrToDelete))
167 this.attrsToDelete.addAll(allAttrsToDelete);
256 final int totalNumber = ocsToDelete.size() + attrsToDelete
104 DeleteSchemaElementsTask(ControlPanelInfo info, ProgressDialog dlg, LinkedHashSet<ObjectClass> ocsToDelete, LinkedHashSet<AttributeType> attrsToDelete) argument
724 getOrderedAttributesToDelete( Collection<AttributeType> attrsToDelete, Schema schema) argument
764 getOrderedObjectClassesToDeleteFromAttrs( Collection<AttributeType> attrsToDelete, Schema schema) argument
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/task/
H A DDeleteSchemaElementsTask.java89 LinkedHashSet<AttributeType> attrsToDelete = field in class:DeleteSchemaElementsTask
101 * @param attrsToDelete the attributes that must be deleted (ordered).
105 LinkedHashSet<AttributeType> attrsToDelete)
110 this.providedAttrsToDelete.addAll(attrsToDelete);
114 DeleteSchemaElementsTask.getOrderedAttributesToDelete(attrsToDelete,
117 if (!attrsToDelete.isEmpty())
121 attrsToDelete, schema);
143 if (!attrsToDelete.contains(attrToDelete))
166 this.attrsToDelete.addAll(allAttrsToDelete);
255 final int totalNumber = ocsToDelete.size() + attrsToDelete
103 DeleteSchemaElementsTask(ControlPanelInfo info, ProgressDialog dlg, LinkedHashSet<ObjectClass> ocsToDelete, LinkedHashSet<AttributeType> attrsToDelete) argument
723 getOrderedAttributesToDelete( Collection<AttributeType> attrsToDelete, Schema schema) argument
763 getOrderedObjectClassesToDeleteFromAttrs( Collection<AttributeType> attrsToDelete, Schema schema) argument
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/task/
H A DDeleteSchemaElementsTask.java90 LinkedHashSet<AttributeType> attrsToDelete = field in class:DeleteSchemaElementsTask
102 * @param attrsToDelete the attributes that must be deleted (ordered).
106 LinkedHashSet<AttributeType> attrsToDelete)
111 this.providedAttrsToDelete.addAll(attrsToDelete);
115 DeleteSchemaElementsTask.getOrderedAttributesToDelete(attrsToDelete,
118 if (!attrsToDelete.isEmpty())
122 attrsToDelete, schema);
144 if (!attrsToDelete.contains(attrToDelete))
167 this.attrsToDelete.addAll(allAttrsToDelete);
256 final int totalNumber = ocsToDelete.size() + attrsToDelete
104 DeleteSchemaElementsTask(ControlPanelInfo info, ProgressDialog dlg, LinkedHashSet<ObjectClass> ocsToDelete, LinkedHashSet<AttributeType> attrsToDelete) argument
724 getOrderedAttributesToDelete( Collection<AttributeType> attrsToDelete, Schema schema) argument
764 getOrderedObjectClassesToDeleteFromAttrs( Collection<AttributeType> attrsToDelete, Schema schema) argument
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/task/
H A DDeleteSchemaElementsTask.java89 LinkedHashSet<AttributeType> attrsToDelete = field in class:DeleteSchemaElementsTask
101 * @param attrsToDelete the attributes that must be deleted (ordered).
105 LinkedHashSet<AttributeType> attrsToDelete)
110 this.providedAttrsToDelete.addAll(attrsToDelete);
114 DeleteSchemaElementsTask.getOrderedAttributesToDelete(attrsToDelete,
117 if (!attrsToDelete.isEmpty())
121 attrsToDelete, schema);
143 if (!attrsToDelete.contains(attrToDelete))
166 this.attrsToDelete.addAll(allAttrsToDelete);
255 final int totalNumber = ocsToDelete.size() + attrsToDelete
103 DeleteSchemaElementsTask(ControlPanelInfo info, ProgressDialog dlg, LinkedHashSet<ObjectClass> ocsToDelete, LinkedHashSet<AttributeType> attrsToDelete) argument
723 getOrderedAttributesToDelete( Collection<AttributeType> attrsToDelete, Schema schema) argument
763 getOrderedObjectClassesToDeleteFromAttrs( Collection<AttributeType> attrsToDelete, Schema schema) argument
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/task/
H A DDeleteSchemaElementsTask.java90 LinkedHashSet<AttributeType> attrsToDelete = field in class:DeleteSchemaElementsTask
102 * @param attrsToDelete the attributes that must be deleted (ordered).
106 LinkedHashSet<AttributeType> attrsToDelete)
111 this.providedAttrsToDelete.addAll(attrsToDelete);
115 DeleteSchemaElementsTask.getOrderedAttributesToDelete(attrsToDelete,
118 if (!attrsToDelete.isEmpty())
122 attrsToDelete, schema);
144 if (!attrsToDelete.contains(attrToDelete))
167 this.attrsToDelete.addAll(allAttrsToDelete);
256 final int totalNumber = ocsToDelete.size() + attrsToDelete
104 DeleteSchemaElementsTask(ControlPanelInfo info, ProgressDialog dlg, LinkedHashSet<ObjectClass> ocsToDelete, LinkedHashSet<AttributeType> attrsToDelete) argument
724 getOrderedAttributesToDelete( Collection<AttributeType> attrsToDelete, Schema schema) argument
764 getOrderedObjectClassesToDeleteFromAttrs( Collection<AttributeType> attrsToDelete, Schema schema) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/task/
H A DDeleteSchemaElementsTask.java83 private Set<AttributeType> attrsToDelete = new LinkedHashSet<>(); field in class:DeleteSchemaElementsTask
94 * @param attrsToDelete the attributes that must be deleted (ordered).
97 Set<ObjectClass> ocsToDelete, Set<AttributeType> attrsToDelete)
102 this.providedAttrsToDelete.addAll(attrsToDelete);
106 DeleteSchemaElementsTask.getOrderedAttributesToDelete(attrsToDelete,
109 if (!attrsToDelete.isEmpty())
113 attrsToDelete, schema);
132 if (!attrsToDelete.contains(attrToDelete))
154 this.attrsToDelete.addAll(allAttrsToDelete);
236 final int totalNumber = ocsToDelete.size() + attrsToDelete
96 DeleteSchemaElementsTask(ControlPanelInfo info, ProgressDialog dlg, Set<ObjectClass> ocsToDelete, Set<AttributeType> attrsToDelete) argument
685 getOrderedAttributesToDelete( Collection<AttributeType> attrsToDelete, Schema schema) argument
724 getOrderedObjectClassesToDeleteFromAttrs( Collection<AttributeType> attrsToDelete, Schema schema) argument
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBrowseSchemaPanel.java1260 ArrayList<AttributeType> attrsToDelete = new ArrayList<AttributeType>();
1272 attrsToDelete.add(((CustomAttributeTreeNode)node).getAttribute());
1285 getConfirmationMessage(ocsToDelete, attrsToDelete, schema);
1288 getOrderedAttributesToDelete(attrsToDelete);
1811 Collection<AttributeType> attrsToDelete)
1815 for (AttributeType attr : attrsToDelete)
1847 Collection<AttributeType> attrsToDelete,
1867 for (AttributeType attribute : attrsToDelete)
1876 childAttributes.removeAll(attrsToDelete);
1923 if (attrsToDelete
1810 getOrderedAttributesToDelete( Collection<AttributeType> attrsToDelete) argument
1845 getConfirmationMessage( Collection<ObjectClass> ocsToDelete, Collection<AttributeType> attrsToDelete, Schema schema) argument
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBrowseSchemaPanel.java1259 ArrayList<AttributeType> attrsToDelete = new ArrayList<AttributeType>();
1271 attrsToDelete.add(((CustomAttributeTreeNode)node).getAttribute());
1284 getConfirmationMessage(ocsToDelete, attrsToDelete, schema);
1287 getOrderedAttributesToDelete(attrsToDelete);
1810 Collection<AttributeType> attrsToDelete)
1814 for (AttributeType attr : attrsToDelete)
1846 Collection<AttributeType> attrsToDelete,
1866 for (AttributeType attribute : attrsToDelete)
1875 childAttributes.removeAll(attrsToDelete);
1922 if (attrsToDelete
1809 getOrderedAttributesToDelete( Collection<AttributeType> attrsToDelete) argument
1844 getConfirmationMessage( Collection<ObjectClass> ocsToDelete, Collection<AttributeType> attrsToDelete, Schema schema) argument
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBrowseSchemaPanel.java1260 ArrayList<AttributeType> attrsToDelete = new ArrayList<AttributeType>();
1272 attrsToDelete.add(((CustomAttributeTreeNode)node).getAttribute());
1285 getConfirmationMessage(ocsToDelete, attrsToDelete, schema);
1288 getOrderedAttributesToDelete(attrsToDelete);
1811 Collection<AttributeType> attrsToDelete)
1815 for (AttributeType attr : attrsToDelete)
1847 Collection<AttributeType> attrsToDelete,
1867 for (AttributeType attribute : attrsToDelete)
1876 childAttributes.removeAll(attrsToDelete);
1923 if (attrsToDelete
1810 getOrderedAttributesToDelete( Collection<AttributeType> attrsToDelete) argument
1845 getConfirmationMessage( Collection<ObjectClass> ocsToDelete, Collection<AttributeType> attrsToDelete, Schema schema) argument
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBrowseSchemaPanel.java1259 ArrayList<AttributeType> attrsToDelete = new ArrayList<AttributeType>();
1271 attrsToDelete.add(((CustomAttributeTreeNode)node).getAttribute());
1284 getConfirmationMessage(ocsToDelete, attrsToDelete, schema);
1287 getOrderedAttributesToDelete(attrsToDelete);
1810 Collection<AttributeType> attrsToDelete)
1814 for (AttributeType attr : attrsToDelete)
1846 Collection<AttributeType> attrsToDelete,
1866 for (AttributeType attribute : attrsToDelete)
1875 childAttributes.removeAll(attrsToDelete);
1922 if (attrsToDelete
1809 getOrderedAttributesToDelete( Collection<AttributeType> attrsToDelete) argument
1844 getConfirmationMessage( Collection<ObjectClass> ocsToDelete, Collection<AttributeType> attrsToDelete, Schema schema) argument
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBrowseSchemaPanel.java1260 ArrayList<AttributeType> attrsToDelete = new ArrayList<AttributeType>();
1272 attrsToDelete.add(((CustomAttributeTreeNode)node).getAttribute());
1285 getConfirmationMessage(ocsToDelete, attrsToDelete, schema);
1288 getOrderedAttributesToDelete(attrsToDelete);
1811 Collection<AttributeType> attrsToDelete)
1815 for (AttributeType attr : attrsToDelete)
1847 Collection<AttributeType> attrsToDelete,
1867 for (AttributeType attribute : attrsToDelete)
1876 childAttributes.removeAll(attrsToDelete);
1923 if (attrsToDelete
1810 getOrderedAttributesToDelete( Collection<AttributeType> attrsToDelete) argument
1845 getConfirmationMessage( Collection<ObjectClass> ocsToDelete, Collection<AttributeType> attrsToDelete, Schema schema) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DBrowseSchemaPanel.java1094 List<AttributeType> attrsToDelete = new ArrayList<>();
1106 attrsToDelete.add(((CustomAttributeTreeNode) node).getAttribute());
1118 LocalizableMessage confirmationMessage = getConfirmationMessage(ocsToDelete, attrsToDelete, schema);
1119 Set<AttributeType> orderedAttributes = getOrderedAttributesToDelete(attrsToDelete);
1544 private Set<AttributeType> getOrderedAttributesToDelete(Collection<AttributeType> attrsToDelete) argument
1547 for (AttributeType attr : attrsToDelete)
1578 Collection<ObjectClass> ocsToDelete, Collection<AttributeType> attrsToDelete, Schema schema)
1597 for (AttributeType attribute : attrsToDelete)
1606 childAttributes.removeAll(attrsToDelete);
1651 if (attrsToDelete
1577 getConfirmationMessage( Collection<ObjectClass> ocsToDelete, Collection<AttributeType> attrsToDelete, Schema schema) argument
[all...]

Completed in 301 milliseconds