Searched defs:operation (Results 201 - 225 of 964) sorted by relevance

1234567891011>>

/forgerock/opendj2.6.2/src/server/org/opends/server/types/operation/
H A DPostSynchronizationModifyOperation.java27 package org.opends.server.types.operation;
92 * Retrieves the set of modifications for this modify operation.
95 * @return The set of modifications for this modify operation.
124 * operation contains one or more delete elements that target the
138 * available. This will only be available if the modify operation
H A DPostSynchronizationOperation.java28 package org.opends.server.types.operation;
56 * Retrieves the result code for this operation.
58 * @return The result code associated for this operation, or
59 * <CODE>UNDEFINED</CODE> if the operation has not yet
67 * Retrieves the error message for this operation. Its contents may
70 * @return The error message for this operation.
77 * Retrieves the matched DN for this operation.
79 * @return The matched DN for this operation, or <CODE>null</CODE>
80 * if the operation has not yet completed or does not have
88 * Retrieves the set of referral URLs for this operation
[all...]
H A DPreOperationCompareOperation.java27 package org.opends.server.types.operation;
40 * pre-operation plugins for compare operations. Note that this
73 * Retrieves the raw attribute type for this compare operation.
75 * @return The raw attribute type for this compare operation.
82 * Retrieves the attribute type for this compare operation.
84 * @return The attribute type for this compare operation.
91 * Retrieves the assertion value for this compare operation.
93 * @return The assertion value for this compare operation.
100 * Specifies the assertion value for this compare operation.
103 * operation
[all...]
H A DPreOperationExtendedOperation.java27 package org.opends.server.types.operation;
36 * pre-operation plugins for extended operations. Note that this
50 * operation.
53 * operation.
61 * operation.
64 * operation.
H A DPreOperationModifyOperation.java27 package org.opends.server.types.operation;
45 * pre-operation plugins for modify operations. Note that this
93 * Retrieves the set of modifications for this modify operation.
96 * @return The set of modifications for this modify operation.
104 * this modify operation. Note that this will be called after the
110 * changes for this modify operation.
145 * operation contains one or more delete elements that target the
159 * available. This will only be available if the modify operation
H A DPreParseAddOperation.java27 package org.opends.server.types.operation;
87 * add operation.
90 * attributes for this add operation.
97 * Replaces the set of raw attributes for this add operation.
100 * operation.
H A DPreParseCompareOperation.java27 package org.opends.server.types.operation;
63 * @param rawEntryDN The raw entry DN for this compare operation.
70 * Retrieves the raw attribute type for this compare operation.
72 * @return The raw attribute type for this compare operation.
79 * Specifies the raw attribute type for this compare operation.
82 * operation.
89 * Retrieves the assertion value for this compare operation.
91 * @return The assertion value for this compare operation.
98 * Specifies the assertion value for this compare operation.
101 * operation
[all...]
H A DPreParseExtendedOperation.java27 package org.opends.server.types.operation;
50 * operation.
53 * operation.
61 * operation.
64 * extended operation.
72 * operation.
75 * operation.
83 * operation.
86 * this extended operation.
H A DPreParseModifyOperation.java27 package org.opends.server.types.operation;
90 * for this modify operation.
94 * operation.
101 * Specifies the set of raw modifications for this modify operation.
104 * operation.
H A DSearchEntrySearchOperation.java28 package org.opends.server.types.operation;
64 * Retrieves the base DN for this search operation.
66 * @return The base DN for this search operation.
73 * Retrieves the scope for this search operation.
75 * @return The scope for this search operation.
83 * operation.
86 * operation.
93 * Retrieves the size limit for this search operation.
95 * @return The size limit for this search operation.
102 * Retrieves the time limit for this search operation
[all...]
H A DSearchReferenceSearchOperation.java28 package org.opends.server.types.operation;
64 * Retrieves the base DN for this search operation.
66 * @return The base DN for this search operation.
73 * Retrieves the scope for this search operation.
75 * @return The scope for this search operation.
83 * operation.
86 * operation.
93 * Retrieves the size limit for this search operation.
95 * @return The size limit for this search operation.
102 * Retrieves the time limit for this search operation
[all...]
H A DSubordinateModifyDNOperation.java27 package org.opends.server.types.operation;
36 * subordinate modify DN operation plugins. Note that this interface
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DBoundedWorkQueueStrategy.java38 * operation will be executed on the current thread.
76 public void enqueueRequest(final Operation operation) argument
79 if (!operation.getClientConnection().isConnectionValid())
87 if (!DirectoryServer.tryEnqueueRequest(operation))
89 operation.run();
93 || !DirectoryServer.tryEnqueueRequest(wrap(operation)))
97 operation.run();
101 // only decrement when the operation is run synchronously.
108 private Operation wrap(final Operation operation) argument
110 if (operation instanceo
235 runWrapped(final Operation operation) argument
[all...]
H A DRootDseWorkflowTopology.java70 * Executes an operation on the root DSE entry.
72 * @param operation the operation to execute
74 * @throws CanceledOperationException if this operation should
77 public void execute(Operation operation) argument
79 // Execute the operation.
80 OperationType operationType = operation.getOperationType();
83 // Execute the operation
84 getWorkflowImpl().execute(operation);
88 // Execute the SEARCH operation
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DCancelExtendedOperation.java57 * This class implements the LDAP cancel extended operation defined in RFC 3909.
58 * It is similar to the LDAP abandon operation, with the exception that it
59 * requires a response for both the operation that is cancelled and the cancel
61 * successful the abandoned operation won't get one either).
74 * Create an instance of this cancel extended operation. All initialization
85 * Initializes this extended operation handler based on the information in the
91 * to use to initialize this extended operation handler.
115 * operation handler. By default, no finalization is performed.
128 * Processes the provided extended operation.
130 * @param operation Th
132 processExtendedOperation(ExtendedOperation operation) argument
[all...]
H A DGetConnectionIDExtendedOperation.java52 * This class implements the "Get Connection ID" extended operation that can be
67 * Create an instance of this "Get Connection ID" extended operation. All
111 public void processExtendedOperation(ExtendedOperation operation) argument
113 operation.setResponseOID(OID_GET_CONNECTION_ID_EXTOP);
114 operation.setResponseValue(
115 encodeResponseValue(operation.getConnectionID()));
116 operation.setResultCode(ResultCode.SUCCESS);
123 * the value for this extended operation.
H A DStartTLSExtendedOperation.java50 * This class provides an implementation of the StartTLS extended operation as
66 * Create an instance of this StartTLS extended operation handler. All
77 * Initializes this extended operation handler based on the information in the
83 * to use to initialize this extended operation handler.
106 * operation handler. By default, no finalization is performed.
119 * Processes the provided extended operation.
121 * @param operation The extended operation to be processed.
123 public void processExtendedOperation(ExtendedOperation operation) argument
128 operation
[all...]
H A DWhoAmIExtendedOperation.java54 * This class implements the "Who Am I?" extended operation defined in RFC 4532.
70 * Create an instance of this "Who Am I?" extended operation. All
81 * Initializes this extended operation handler based on the information in the
87 * to use to initialize this extended operation handler.
114 * operation handler. By default, no finalization is performed.
141 public void processExtendedOperation(ExtendedOperation operation) argument
143 // Process any supported controls for this operation, including the
145 ClientConnection clientConnection = operation.getClientConnection();
150 operation.getRequestControl(ProxiedAuthV1Control.DECODER);
152 operation
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/operation/
H A DPostOperationAddOperation.java27 package org.opends.server.types.operation;
46 * post-operation plugins for add operations. Note that this
H A DPostOperationCompareOperation.java27 package org.opends.server.types.operation;
40 * post-operation plugins for compare operations. Note that this
73 * Retrieves the raw attribute type for this compare operation.
75 * @return The raw attribute type for this compare operation.
82 * Retrieves the attribute type for this compare operation.
84 * @return The attribute type for this compare operation.
91 * Retrieves the assertion value for this compare operation.
93 * @return The assertion value for this compare operation.
100 * Retrieves the entry to target with the compare operation.
102 * @return The entry to target with the compare operation
[all...]
H A DPostOperationExtendedOperation.java27 package org.opends.server.types.operation;
36 * post-operation plugins for extended operations. Note that this
50 * operation.
53 * operation.
61 * operation.
64 * operation.
H A DPostOperationModifyDNOperation.java27 package org.opends.server.types.operation;
43 * post-operation plugins for modify DN operations. Note that this
145 * operation. This will include attribute-level changes from the
148 * it may also be used by pre-operation plugins to cause additional
H A DPostOperationModifyOperation.java27 package org.opends.server.types.operation;
44 * post-operation plugins for modify operations. Note that this
92 * Retrieves the set of modifications for this modify operation.
95 * @return The set of modifications for this modify operation.
124 * operation contains one or more delete elements that target the
138 * available. This will only be available if the modify operation
H A DPostResponseAddOperation.java27 package org.opends.server.types.operation;
H A DPostResponseCompareOperation.java27 package org.opends.server.types.operation;
69 * Retrieves the raw attribute type for this compare operation.
71 * @return The raw attribute type for this compare operation.
78 * Retrieves the attribute type for this compare operation.
80 * @return The attribute type for this compare operation.
87 * Retrieves the assertion value for this compare operation.
89 * @return The assertion value for this compare operation.
96 * Retrieves the entry to target with the compare operation.
98 * @return The entry to target with the compare operation.

Completed in 100 milliseconds

1234567891011>>