|
|||||||||
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 wrapMethod Detail |
---|
public ByteString getRawEntryDN()
getRawEntryDN
in interface CompareOperation
public void setRawEntryDN(ByteString rawEntryDN)
setRawEntryDN
in interface CompareOperation
rawEntryDN
- The raw, unprocessed entry DN as included in the client
request.public DN getEntryDN()
getRawEntryDN
method.
getEntryDN
in interface CompareOperation
null
if the raw
entry DN has not yet been processed.public java.lang.String getRawAttributeType()
getRawAttributeType
in interface CompareOperation
public void setRawAttributeType(java.lang.String rawAttributeType)
setRawAttributeType
in interface CompareOperation
rawAttributeType
- The raw attribute type for this compare
operation.public AttributeType getAttributeType()
getAttributeType
in interface CompareOperation
public void setAttributeType(AttributeType attributeType)
setAttributeType
in interface CompareOperation
attributeType
- The attribute type for this compare operation.public ByteString getAssertionValue()
getAssertionValue
in interface CompareOperation
public void setAssertionValue(ByteString assertionValue)
setAssertionValue
in interface CompareOperation
assertionValue
- The assertion value for this compare operation.public DN getProxiedAuthorizationDN()
getProxiedAuthorizationDN
in interface CompareOperation
public void setProxiedAuthorizationDN(DN proxiedAuthorizationDN)
setProxiedAuthorizationDN
in interface CompareOperation
proxiedAuthorizationDN
- 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 |