Searched defs:add (Results 101 - 125 of 349) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendAddOperation.java18 * add the following below this CDDL HEADER, with the fields enclosed
64 * This class defines an operation used to add an entry in a local backend
105 * The set of object classes for the entry to add.
110 * The set of operational attributes for the entry to add.
115 * The set of user attributes for the entry to add.
122 * Creates a new operation that may be used to add a new entry in a
125 * @param add The operation to enhance.
127 public LocalBackendAddOperation(AddOperation add) argument
129 super(add);
131 LocalBackendWorkflowElement.attachLocalOperation (add, thi
[all...]
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DEntryIDSet.java16 * If applicable, add the following below this CDDL HEADER, with the
309 public boolean add(EntryID entryID) method in class:EntryIDSet
H A DSortValuesSet.java16 * If applicable, add the following below this CDDL HEADER, with the
94 * @param entryID The entry ID to add.
95 * @param values The values to add.
101 public boolean add(long entryID, AttributeValue[] values) method in class:SortValuesSet
/forgerock/opendj2/src/server/org/opends/server/core/
H A DAddOperationWrapper.java16 * If applicable, add the following below this CDDL HEADER, with the
35 * This abstract class wraps/decorates a given add operation.
44 * Creates a new add operation based on the provided add operation.
46 * @param add The add operation to wrap
48 public AddOperationWrapper(AddOperation add) argument
50 super(add);
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/
H A DAttrHistoricalMultiple.java16 * If applicable, add the following below this CDDL HEADER, with the
201 protected void add(AttributeValue addedValue, CSN csn) method in class:AttrHistoricalMultiple
218 * time when the add is done
220 private void add(Attribute attr, CSN csn) method in class:AttrHistoricalMultiple
297 * then process the addedValues as if they were coming from a add
374 add(modAttr, csn);
380 add(modAttr, csn);
436 builder.add(valInfo.getAttributeValue());
535 * Process a add attribute values that is conflicting with a previous
548 * attr value if does not exist add historicalvalueadde
[all...]
H A DFractionalLDIFImportPlugin.java16 * If applicable, add the following below this CDDL HEADER, with the
450 add(attrBuilder, "*", fractionalAllClassesAttributes);
458 if (add(attrBuilder, specific.getKey(), specific.getValue()))
474 private static boolean add(AttributeBuilder attrBuilder, String className, method in class:FractionalLDIFImportPlugin
479 attrBuilder.add(className + ":" + collectionToString(values, ","));
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DAddRemovePanel.java18 * add the following below this CDDL HEADER, with the fields enclosed
70 private JButton add; field in class:AddRemovePanel
88 * this mask, the panel will display the add all button.
94 * Constructor of the default add remove panel (including 'Add All' and
105 * Constructor of the add remove panel allowing the user to provide some
128 add(availableLabel, gbc);
132 add(selectedLabel, gbc);
219 add(availableScroll, gbc);
226 add = Utilities.createButton(INFO_CTRL_PANEL_ADDREMOVE_ADD_BUTTON.get());
227 add
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DEntryIDSet.java18 * add the following below this CDDL HEADER, with the fields enclosed
310 public boolean add(EntryID entryID) method in class:EntryIDSet
H A DSortValuesSet.java18 * add the following below this CDDL HEADER, with the fields enclosed
95 * @param entryID The entry ID to add.
96 * @param values The values to add.
102 public boolean add(long entryID, AttributeValue[] values) method in class:SortValuesSet
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DTestSynchronousReplayQueue.java18 * add the following below this CDDL HEADER, with the fields enclosed
48 public boolean add(UpdateToReplay e) method in class:TestSynchronousReplayQueue
50 return this.list.add(e);
74 return list.add(e);
81 return list.add(e);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DAddRemovePanel.java16 * If applicable, add the following below this CDDL HEADER, with the
69 private JButton add; field in class:AddRemovePanel
87 * this mask, the panel will display the add all button.
93 * Constructor of the default add remove panel (including 'Add All' and
104 * Constructor of the add remove panel allowing the user to provide some
127 add(availableLabel, gbc);
131 add(selectedLabel, gbc);
218 add(availableScroll, gbc);
225 add = Utilities.createButton(INFO_CTRL_PANEL_ADDREMOVE_ADD_BUTTON.get());
226 add
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DTestSynchronousReplayQueue.java16 * If applicable, add the following below this CDDL HEADER, with the
47 public boolean add(UpdateToReplay e) method in class:TestSynchronousReplayQueue
49 return this.list.add(e);
73 return list.add(e);
80 return list.add(e);
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DEntryIDSet.java18 * add the following below this CDDL HEADER, with the fields enclosed
310 public boolean add(EntryID entryID) method in class:EntryIDSet
H A DSortValuesSet.java18 * add the following below this CDDL HEADER, with the fields enclosed
95 * @param entryID The entry ID to add.
96 * @param values The values to add.
102 public boolean add(long entryID, AttributeValue[] values) method in class:SortValuesSet
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DAddOperationWrapper.java18 * add the following below this CDDL HEADER, with the fields enclosed
37 * This abstract class wraps/decorates a given add operation.
46 * Creates a new add operation based on the provided add operation.
48 * @param add The add operation to wrap
50 public AddOperationWrapper(AddOperation add) argument
52 super(add);
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/
H A DAttrHistoricalMultiple.java18 * add the following below this CDDL HEADER, with the fields enclosed
201 protected void add(AttributeValue addedValue, ChangeNumber CN) method in class:AttrHistoricalMultiple
218 * time when the add is done
220 private void add(Attribute attr, ChangeNumber CN) method in class:AttrHistoricalMultiple
298 * then process the addedValues as if they were coming from a add
376 add(modAttr, changeNumber);
382 add(modAttr, changeNumber);
439 builder.add(valInfo.getAttributeValue());
538 * Process a add attribute values that is conflicting with a previous
551 * attr value if does not exist add historicalvalueadde
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendAddOperation.java18 * add the following below this CDDL HEADER, with the fields enclosed
64 * This class defines an operation used to add an entry in a local backend
105 * The set of object classes for the entry to add.
110 * The set of operational attributes for the entry to add.
115 * The set of user attributes for the entry to add.
122 * Creates a new operation that may be used to add a new entry in a
125 * @param add The operation to enhance.
127 public LocalBackendAddOperation(AddOperation add) argument
129 super(add);
131 LocalBackendWorkflowElement.attachLocalOperation (add, thi
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DTestSynchronousReplayQueue.java18 * add the following below this CDDL HEADER, with the fields enclosed
48 public boolean add(UpdateToReplay e) method in class:TestSynchronousReplayQueue
50 return this.list.add(e);
74 return list.add(e);
81 return list.add(e);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DAddRemovePanel.java18 * add the following below this CDDL HEADER, with the fields enclosed
70 private JButton add; field in class:AddRemovePanel
88 * this mask, the panel will display the add all button.
94 * Constructor of the default add remove panel (including 'Add All' and
105 * Constructor of the add remove panel allowing the user to provide some
128 add(availableLabel, gbc);
132 add(selectedLabel, gbc);
219 add(availableScroll, gbc);
226 add = Utilities.createButton(INFO_CTRL_PANEL_ADDREMOVE_ADD_BUTTON.get());
227 add
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DAddRemovePanel.java16 * If applicable, add the following below this CDDL HEADER, with the
69 private JButton add; field in class:AddRemovePanel
87 * this mask, the panel will display the add all button.
93 * Constructor of the default add remove panel (including 'Add All' and
104 * Constructor of the add remove panel allowing the user to provide some
127 add(availableLabel, gbc);
131 add(selectedLabel, gbc);
218 add(availableScroll, gbc);
225 add = Utilities.createButton(INFO_CTRL_PANEL_ADDREMOVE_ADD_BUTTON.get());
226 add
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DTestSynchronousReplayQueue.java16 * If applicable, add the following below this CDDL HEADER, with the
47 public boolean add(UpdateToReplay e) method in class:TestSynchronousReplayQueue
49 return this.list.add(e);
73 return list.add(e);
80 return list.add(e);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DTestSynchronousReplayQueue.java18 * add the following below this CDDL HEADER, with the fields enclosed
48 public boolean add(UpdateToReplay e) method in class:TestSynchronousReplayQueue
50 return this.list.add(e);
74 return list.add(e);
81 return list.add(e);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DAddOperationWrapper.java18 * add the following below this CDDL HEADER, with the fields enclosed
37 * This abstract class wraps/decorates a given add operation.
46 * Creates a new add operation based on the provided add operation.
48 * @param add The add operation to wrap
50 public AddOperationWrapper(AddOperation add) argument
52 super(add);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/
H A DAttrHistoricalMultiple.java18 * add the following below this CDDL HEADER, with the fields enclosed
201 protected void add(AttributeValue addedValue, ChangeNumber CN) method in class:AttrHistoricalMultiple
218 * time when the add is done
220 private void add(Attribute attr, ChangeNumber CN) method in class:AttrHistoricalMultiple
298 * then process the addedValues as if they were coming from a add
376 add(modAttr, changeNumber);
382 add(modAttr, changeNumber);
439 builder.add(valInfo.getAttributeValue());
538 * Process a add attribute values that is conflicting with a previous
551 * attr value if does not exist add historicalvalueadde
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendAddOperation.java18 * add the following below this CDDL HEADER, with the fields enclosed
64 * This class defines an operation used to add an entry in a local backend
105 * The set of object classes for the entry to add.
110 * The set of operational attributes for the entry to add.
115 * The set of user attributes for the entry to add.
122 * Creates a new operation that may be used to add a new entry in a
125 * @param add The operation to enhance.
127 public LocalBackendAddOperation(AddOperation add) argument
129 super(add);
131 LocalBackendWorkflowElement.attachLocalOperation (add, thi
[all...]

Completed in 113 milliseconds

1234567891011>>