|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.core.OperationWrapper
org.opends.server.core.CompareOperationWrapper
org.opends.server.workflowelement.localbackend.LocalBackendCompareOperation
public class LocalBackendCompareOperation
This class defines an operation that may be used to determine whether a specified entry in the Directory Server contains a given attribute-value pair.
Field Summary |
---|
Fields inherited from interface org.opends.server.types.Operation |
---|
LOCALBACKENDOPERATIONS |
Constructor Summary | |
---|---|
LocalBackendCompareOperation(CompareOperation compare)
Creates a new compare operation based on the provided compare operation. |
Method Summary | |
---|---|
Entry |
getEntryToCompare()
Retrieves the entry to target with the compare operation. |
Methods inherited from class org.opends.server.core.CompareOperationWrapper |
---|
getAssertionValue, getAttributeType, getEntryDN, getProxiedAuthorizationDN, getRawAttributeType, getRawEntryDN, setAssertionValue, setAttributeType, setProxiedAuthorizationDN, setRawAttributeType, setRawEntryDN |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.opends.server.types.operation.PreOperationCompareOperation |
---|
getAssertionValue, getAttributeType, getEntryDN, getRawAttributeType, getRawEntryDN, setAssertionValue |
Methods inherited from interface org.opends.server.types.operation.PreOperationOperation |
---|
addResponseControl, appendAdditionalLogMessage, appendErrorMessage, getAdditionalLogMessage, getAuthorizationDN, getErrorMessage, removeResponseControl, setAdditionalLogMessage, setErrorMessage |
Methods inherited from interface org.opends.server.types.operation.PostOperationCompareOperation |
---|
getAssertionValue, getAttributeType, getEntryDN, getRawAttributeType, getRawEntryDN |
Methods inherited from interface org.opends.server.types.operation.PostOperationOperation |
---|
addResponseControl, appendAdditionalLogMessage, appendErrorMessage, getAdditionalLogMessage, getAuthorizationDN, getErrorMessage, getMatchedDN, getReferralURLs, getResultCode, removeResponseControl, setAdditionalLogMessage, setErrorMessage, setMatchedDN, setReferralURLs, setResponseData, setResultCode |
Methods inherited from interface org.opends.server.types.operation.PostResponseCompareOperation |
---|
getAssertionValue, getAttributeType, getEntryDN, getRawAttributeType, getRawEntryDN |
Methods inherited from interface org.opends.server.types.operation.PostResponseOperation |
---|
getAdditionalLogMessage, getAuthorizationDN, getErrorMessage, getMatchedDN, getProcessingStopTime, getProcessingTime, getReferralURLs, getResultCode |
Methods inherited from interface org.opends.server.types.operation.PluginOperation |
---|
checkIfCanceled, disconnectClient, getAttachment, getAttachments, getClientConnection, getConnectionID, getMessageID, getOperationID, getOperationType, getProcessingStartTime, getRequestControls, getResponseControls, isInternalOperation, isSynchronizationOperation, removeAttachment, setAttachment, toString, toString |
Constructor Detail |
---|
public LocalBackendCompareOperation(CompareOperation compare)
compare
- the compare operationMethod Detail |
---|
public Entry getEntryToCompare()
getEntryToCompare
in interface PostOperationCompareOperation
getEntryToCompare
in interface PostResponseCompareOperation
getEntryToCompare
in interface PreOperationCompareOperation
null
if the entry is not yet available.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |