|
|||||||||
| 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
public abstract class CompareOperationWrapper
This abstract class wraps/decorates a given compare operation. This class will be extended by sub-classes to enhance the functionnality of the CompareOperationBasis.
| Field Summary |
|---|
| Fields inherited from interface org.opends.server.types.Operation |
|---|
LOCALBACKENDOPERATIONS |
| Constructor Summary | |
|---|---|
CompareOperationWrapper(CompareOperation compare)
Creates a new compare operation based on the provided compare operation. |
|
| Method Summary | |
|---|---|
ByteString |
getAssertionValue()
Retrieves the assertion value for this compare operation. |
AttributeType |
getAttributeType()
Retrieves the attribute type for this compare operation. |
DN |
getEntryDN()
Retrieves the DN of the entry to compare. |
DN |
getProxiedAuthorizationDN()
Retrieves the proxied authorization target DN for this compare operation. |
java.lang.String |
getRawAttributeType()
Retrieves the raw attribute type for this compare operation. |
ByteString |
getRawEntryDN()
Retrieves the raw, unprocessed entry DN as included in the client request. |
void |
setAssertionValue(ByteString assertionValue)
Specifies the assertion value for this compare operation. |
void |
setAttributeType(AttributeType attributeType)
Specifies the attribute type for this compare operation. |
void |
setProxiedAuthorizationDN(DN proxiedAuthorizationDN)
Specifies the proxied authorization target DN for this compare operation. |
void |
setRawAttributeType(java.lang.String rawAttributeType)
Specifies the raw attribute type for this compare operation. |
void |
setRawEntryDN(ByteString rawEntryDN)
Specifies the raw, unprocessed entry DN as included in the client request. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CompareOperationWrapper(CompareOperation compare)
compare - The compare operation to wrap| Method Detail |
|---|
public ByteString getRawEntryDN()
getRawEntryDN in interface CompareOperationpublic void setRawEntryDN(ByteString rawEntryDN)
setRawEntryDN in interface CompareOperationrawEntryDN - The raw, unprocessed entry DN as included in the client
request.public DN getEntryDN()
getRawEntryDN method.
getEntryDN in interface CompareOperationnull if the raw
entry DN has not yet been processed.public java.lang.String getRawAttributeType()
getRawAttributeType in interface CompareOperationpublic void setRawAttributeType(java.lang.String rawAttributeType)
setRawAttributeType in interface CompareOperationrawAttributeType - The raw attribute type for this compare
operation.public AttributeType getAttributeType()
getAttributeType in interface CompareOperationpublic void setAttributeType(AttributeType attributeType)
setAttributeType in interface CompareOperationattributeType - The attribute type for this compare operation.public ByteString getAssertionValue()
getAssertionValue in interface CompareOperationpublic void setAssertionValue(ByteString assertionValue)
setAssertionValue in interface CompareOperationassertionValue - The assertion value for this compare operation.public DN getProxiedAuthorizationDN()
getProxiedAuthorizationDN in interface CompareOperationpublic void setProxiedAuthorizationDN(DN proxiedAuthorizationDN)
setProxiedAuthorizationDN in interface CompareOperationproxiedAuthorizationDN - The proxied authorization target DN for
this compare operation
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||