Searched defs:add (Results 76 - 100 of 349) sorted by relevance

1234567891011>>

/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DSortableListModel.java18 * add the following below this CDDL HEADER, with the fields enclosed
41 * of calls to the add/remove methods and a single call to notify that
95 public void add(T value) method in class:SortableListModel
97 data.add(value);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DSortableListModel.java16 * If applicable, add the following below this CDDL HEADER, with the
40 * of calls to the add/remove methods and a single call to notify that
94 public void add(T value) method in class:SortableListModel
96 data.add(value);
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/
H A DMsgQueue.java16 * If applicable, add the following below this CDDL HEADER, with the
113 * @param update The UpdateMsg to add to this MessageQueue.
115 public void add(UpdateMsg update) method in class:MsgQueue
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DSortableListModel.java18 * add the following below this CDDL HEADER, with the fields enclosed
41 * of calls to the add/remove methods and a single call to notify that
95 public void add(T value) method in class:SortableListModel
97 data.add(value);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DLongs.java18 * add the following below this CDDL HEADER, with the fields enclosed
177 public boolean add(long v) method in class:Longs
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/
H A DLegacySessionIDExtensions.java10 * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
144 public void add(String key, String value) { method in class:LegacySessionIDExtensions
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/
H A DModSet.java20 * If applicable, add the following below the CDDL Header,
96 this.add(op, attrSet.elementAt(i).toLDAPAttribute());
147 public synchronized void add(int op, Attribute attr) { method in class:ModSet
149 modifications.add(mod);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/naming/
H A DServiceListeners.java10 * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
110 add(ConfigType.GLOBAL, action);
115 add(ConfigType.ORGANISATION, action);
120 add(ConfigType.SCHEMA, action);
124 private void add(ConfigType t, Action a) { method in class:ServiceListeners.ListenerBuilder
125 actions.get(t).add(a);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/config/wizard/
H A DStep2.java20 * If applicable, add the following below the CDDL Header,
67 add("serverURL", val);
74 add("cookieDomain", val);
81 add("platformLocale", val);
91 add("configDirectory", val);
94 add("fixDir", "disabled");
95 add("configDirectory", presetDir);
101 add("initialCheck", "<small><img class=\"pointer\" src=\"" + deployURI +
107 add("initialCheck", "<small><img class=\"pointer\" src=\"" + deployURI +
112 add("initialChec
236 private void add(String key, String value) { method in class:Step2
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/
H A DSortableListModel.java16 * If applicable, add the following below this CDDL HEADER, with the
41 * of calls to the add/remove methods and a single call to notify that
95 public void add(T value) method in class:SortableListModel
97 data.add(value);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DAddOperationWrapper.java16 * If applicable, add the following below this CDDL HEADER, with the
36 * This abstract class wraps/decorates a given add operation.
45 * Creates a new add operation based on the provided add operation.
47 * @param add The add operation to wrap
49 public AddOperationWrapper(AddOperation add) argument
51 super(add);
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DBaseOptions.java20 * If applicable, add the following below the CDDL Header,
44 public void add(UserOptionItem option) { method in class:BaseOptions
45 getResponseOptions().add(option);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/
H A DPageTrail.java20 * If applicable, add the following below the CDDL Header,
69 add(displayName, viewBeanClassName, pageSessionAttributeValues);
86 add(displayName, viewBeanClassName, pageSessionAttributeValues);
103 trail.add(new Marker(
115 public void add( method in class:PageTrail
126 trail.add(new Marker(
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/
H A DMsgQueue.java16 * If applicable, add the following below this CDDL HEADER, with the
114 * @param update The UpdateMsg to add to this MessageQueue.
116 public void add(UpdateMsg update) method in class:MsgQueue
/forgerock/openidm-v4/openidm-util/src/main/java/org/forgerock/openidm/patch/
H A DJsonValuePatch.java19 * If applicable, add the following below the CDDL Header,
42 /** Apply an "add" PatchOperation. */
43 private static boolean add(JsonValue subject, PatchOperation operation) throws BadRequestException { method in class:JsonValuePatch
45 throw new BadRequestException("Operation is an " + operation.getOperation() + ", not an add!");
140 subject.add(operation.getField(), value.getObject());
155 subject.add(operation.getField(), value.getObject());
235 operation.isAdd() ? add(subject, operation)
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/schema/
H A DFakeByteStringIndex.java16 * If applicable, add the following below this CDDL HEADER, with the
67 add(attrValue);
71 void add(ByteString attrValue) throws DecodeException method in class:FakeByteStringIndex
81 entries.add(attrValue);
H A DFakeEntryIndex.java16 * If applicable, add the following below this CDDL HEADER, with the
77 add(entry);
81 void add(Entry entry) throws DecodeException method in class:FakeEntryIndex
92 entries.add(entry);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/
H A DPageTrail.java20 * If applicable, add the following below the CDDL Header,
69 add(displayName, viewBeanClassName, pageSessionAttributeValues);
86 add(displayName, viewBeanClassName, pageSessionAttributeValues);
103 trail.add(new Marker(
115 public void add( method in class:PageTrail
126 trail.add(new Marker(
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/
H A DLegacySessionIDExtensions.java10 * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
146 public void add(String key, String value) { method in class:LegacySessionIDExtensions
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/ldap/
H A DModSet.java20 * If applicable, add the following below the CDDL Header,
96 this.add(op, attrSet.elementAt(i).toLDAPAttribute());
147 public synchronized void add(int op, Attribute attr) { method in class:ModSet
149 modifications.add(mod);
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/naming/
H A DServiceListeners.java10 * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
110 add(ConfigType.GLOBAL, action);
115 add(ConfigType.ORGANISATION, action);
120 add(ConfigType.SCHEMA, action);
124 private void add(ConfigType t, Action a) { method in class:ServiceListeners.ListenerBuilder
125 actions.get(t).add(a);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/config/wizard/
H A DStep2.java20 * If applicable, add the following below the CDDL Header,
57 add("serverURL", val);
64 add("cookieDomain", val);
71 add("platformLocale", val);
81 add("configDirectory", val);
84 add("fixDir", "disabled");
85 add("configDirectory", presetDir);
91 add("initialCheck", "<small><img class=\"pointer\" src=\"" + deployURI +
97 add("initialCheck", "<small><img class=\"pointer\" src=\"" + deployURI +
102 add("initialChec
186 private void add(String key, String value) { method in class:Step2
[all...]
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DBaseOptions.java20 * If applicable, add the following below the CDDL Header,
44 public void add(UserOptionItem option) { method in class:BaseOptions
45 getResponseOptions().add(option);
/forgerock/opendj-b2.6/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/opendj-b2.6/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...]

Completed in 83 milliseconds

1234567891011>>