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

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/task/
H A DModifyAttributeTask.java164 private AttributeType getAttributeToAdd(AttributeType attrToDelete) argument
167 if (attrToDelete.equals(oldAttribute))
173 if (oldAttribute.equals(attrToDelete.getSuperiorType()))
176 for (String str : attrToDelete.getNormalizedNames())
181 DeleteSchemaElementsTask.cloneExtraProperties(attrToDelete);
185 attrToDelete.getPrimaryName(),
187 attrToDelete.getOID(),
188 attrToDelete.getDescription(),
190 attrToDelete.getSyntax(),
191 attrToDelete
[all...]
H A DDeleteSchemaElementsTask.java143 AttributeType attrToDelete = lAttrsToDelete.get(i);
144 if (!attrsToDelete.contains(attrToDelete))
146 AttributeType attrToAdd = getAttributeToAdd(attrToDelete);
561 private AttributeType getAttributeToAdd(AttributeType attrToDelete) argument
567 if (attr.equals(attrToDelete.getSuperiorType()))
582 for (String str : attrToDelete.getNormalizedNames())
587 cloneExtraProperties(attrToDelete);
590 attrToDelete.getPrimaryName(),
592 attrToDelete.getOID(),
593 attrToDelete
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/task/
H A DModifyAttributeTask.java163 private AttributeType getAttributeToAdd(AttributeType attrToDelete) argument
166 if (attrToDelete.equals(oldAttribute))
172 if (oldAttribute.equals(attrToDelete.getSuperiorType()))
175 for (String str : attrToDelete.getNormalizedNames())
180 DeleteSchemaElementsTask.cloneExtraProperties(attrToDelete);
184 attrToDelete.getPrimaryName(),
186 attrToDelete.getOID(),
187 attrToDelete.getDescription(),
189 attrToDelete.getSyntax(),
190 attrToDelete
[all...]
H A DDeleteSchemaElementsTask.java142 AttributeType attrToDelete = lAttrsToDelete.get(i);
143 if (!attrsToDelete.contains(attrToDelete))
145 AttributeType attrToAdd = getAttributeToAdd(attrToDelete);
560 private AttributeType getAttributeToAdd(AttributeType attrToDelete) argument
566 if (attr.equals(attrToDelete.getSuperiorType()))
581 for (String str : attrToDelete.getNormalizedNames())
586 cloneExtraProperties(attrToDelete);
589 attrToDelete.getPrimaryName(),
591 attrToDelete.getOID(),
592 attrToDelete
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/task/
H A DModifyAttributeTask.java164 private AttributeType getAttributeToAdd(AttributeType attrToDelete) argument
167 if (attrToDelete.equals(oldAttribute))
173 if (oldAttribute.equals(attrToDelete.getSuperiorType()))
176 for (String str : attrToDelete.getNormalizedNames())
181 DeleteSchemaElementsTask.cloneExtraProperties(attrToDelete);
185 attrToDelete.getPrimaryName(),
187 attrToDelete.getOID(),
188 attrToDelete.getDescription(),
190 attrToDelete.getSyntax(),
191 attrToDelete
[all...]
H A DDeleteSchemaElementsTask.java143 AttributeType attrToDelete = lAttrsToDelete.get(i);
144 if (!attrsToDelete.contains(attrToDelete))
146 AttributeType attrToAdd = getAttributeToAdd(attrToDelete);
561 private AttributeType getAttributeToAdd(AttributeType attrToDelete) argument
567 if (attr.equals(attrToDelete.getSuperiorType()))
582 for (String str : attrToDelete.getNormalizedNames())
587 cloneExtraProperties(attrToDelete);
590 attrToDelete.getPrimaryName(),
592 attrToDelete.getOID(),
593 attrToDelete
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/task/
H A DModifyAttributeTask.java163 private AttributeType getAttributeToAdd(AttributeType attrToDelete) argument
166 if (attrToDelete.equals(oldAttribute))
172 if (oldAttribute.equals(attrToDelete.getSuperiorType()))
175 for (String str : attrToDelete.getNormalizedNames())
180 DeleteSchemaElementsTask.cloneExtraProperties(attrToDelete);
184 attrToDelete.getPrimaryName(),
186 attrToDelete.getOID(),
187 attrToDelete.getDescription(),
189 attrToDelete.getSyntax(),
190 attrToDelete
[all...]
H A DDeleteSchemaElementsTask.java142 AttributeType attrToDelete = lAttrsToDelete.get(i);
143 if (!attrsToDelete.contains(attrToDelete))
145 AttributeType attrToAdd = getAttributeToAdd(attrToDelete);
560 private AttributeType getAttributeToAdd(AttributeType attrToDelete) argument
566 if (attr.equals(attrToDelete.getSuperiorType()))
581 for (String str : attrToDelete.getNormalizedNames())
586 cloneExtraProperties(attrToDelete);
589 attrToDelete.getPrimaryName(),
591 attrToDelete.getOID(),
592 attrToDelete
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/task/
H A DModifyAttributeTask.java164 private AttributeType getAttributeToAdd(AttributeType attrToDelete) argument
167 if (attrToDelete.equals(oldAttribute))
173 if (oldAttribute.equals(attrToDelete.getSuperiorType()))
176 for (String str : attrToDelete.getNormalizedNames())
181 DeleteSchemaElementsTask.cloneExtraProperties(attrToDelete);
185 attrToDelete.getPrimaryName(),
187 attrToDelete.getOID(),
188 attrToDelete.getDescription(),
190 attrToDelete.getSyntax(),
191 attrToDelete
[all...]
H A DDeleteSchemaElementsTask.java143 AttributeType attrToDelete = lAttrsToDelete.get(i);
144 if (!attrsToDelete.contains(attrToDelete))
146 AttributeType attrToAdd = getAttributeToAdd(attrToDelete);
561 private AttributeType getAttributeToAdd(AttributeType attrToDelete) argument
567 if (attr.equals(attrToDelete.getSuperiorType()))
582 for (String str : attrToDelete.getNormalizedNames())
587 cloneExtraProperties(attrToDelete);
590 attrToDelete.getPrimaryName(),
592 attrToDelete.getOID(),
593 attrToDelete
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/task/
H A DModifyAttributeTask.java150 private AttributeType getAttributeToAdd(AttributeType attrToDelete) argument
152 if (attrToDelete.equals(oldAttribute))
156 else if (oldAttribute.equals(attrToDelete.getSuperiorType()))
158 ArrayList<String> allNames = new ArrayList<>(attrToDelete.getNormalizedNames());
160 DeleteSchemaElementsTask.cloneExtraProperties(attrToDelete);
164 attrToDelete.getPrimaryName(),
166 attrToDelete.getOID(),
167 attrToDelete.getDescription(),
169 attrToDelete.getSyntax(),
170 attrToDelete
[all...]
H A DDeleteSchemaElementsTask.java131 AttributeType attrToDelete = lAttrsToDelete.get(i);
132 if (!attrsToDelete.contains(attrToDelete))
134 AttributeType attrToAdd = getAttributeToAdd(attrToDelete);
538 private AttributeType getAttributeToAdd(AttributeType attrToDelete) argument
543 if (attr.equals(attrToDelete.getSuperiorType()))
557 ArrayList<String> allNames = new ArrayList<>(attrToDelete.getNormalizedNames());
559 cloneExtraProperties(attrToDelete);
562 attrToDelete.getPrimaryName(),
564 attrToDelete.getOID(),
565 attrToDelete
[all...]

Completed in 40 milliseconds