|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@PublicAPI(stability=UNCOMMITTED, mayInstantiate=false, mayExtend=false, mayInvoke=true) public interface PostSynchronizationAddOperation
This class defines a set of methods that are available for use by post-synchronization plugins for add operations. Note that this interface is intended only to define an API for use by plugins and is not intended to be implemented by any custom classes.
Method Summary | |
---|---|
DN |
getEntryDN()
Retrieves the DN of the entry to add. |
Entry |
getEntryToAdd()
Retrieves the entry to be added to the server. |
java.util.Map<ObjectClass,java.lang.String> |
getObjectClasses()
Retrieves the set of processed objectclasses for the entry to add. |
java.util.Map<AttributeType,java.util.List<Attribute>> |
getOperationalAttributes()
Retrieves the set of processed operational attributes for the entry to add. |
java.util.List<RawAttribute> |
getRawAttributes()
Retrieves the set of attributes in their raw, unparsed form as read from the client request. |
ByteString |
getRawEntryDN()
Retrieves the DN of the entry to add in a raw, unparsed form as it was included in the request. |
java.util.Map<AttributeType,java.util.List<Attribute>> |
getUserAttributes()
Retrieves the set of processed user attributes for the entry to add. |
Methods inherited from interface org.opends.server.types.operation.PostSynchronizationOperation |
---|
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 |
Method Detail |
---|
ByteString getRawEntryDN()
java.util.List<RawAttribute> getRawAttributes()
DN getEntryDN()
java.util.Map<ObjectClass,java.lang.String> getObjectClasses()
java.util.Map<AttributeType,java.util.List<Attribute>> getUserAttributes()
java.util.Map<AttributeType,java.util.List<Attribute>> getOperationalAttributes()
Entry getEntryToAdd()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |