public class DeleteOperationContext extends AbstractChangeOperationContext
logChangeauthorizedPrincipal, byPassed, dn, EMPTY_CONTROLS, next, previous, requestControls, responseControls, session, throwReferral| Constructor and Description |
|---|
DeleteOperationContext(CoreSession session)
Creates a new instance of DeleteOperationContext.
|
DeleteOperationContext(CoreSession session,
org.apache.directory.shared.ldap.name.DN deleteDn)
Creates a new instance of DeleteOperationContext.
|
DeleteOperationContext(CoreSession session,
org.apache.directory.shared.ldap.message.internal.InternalDeleteRequest deleteRequest) |
| Modifier and Type | Method and Description |
|---|---|
ClonedServerEntry |
getEntry()
Gets the deleted entry if cached.
|
String |
getName() |
void |
setEntry(ClonedServerEntry entry)
Sets the server entry associated with the target DN of this
OperationContext.
|
String |
toString() |
getChangeLogEvent, isLogChange, setChangeLogEvent, setLogChangeadd, addRequestControl, addRequestControls, addResponseControl, delete, getByPassed, getDn, getEffectivePrincipal, getFirstOperation, getLastOperation, getNextOperation, getPreviousOperation, getRequestControl, getResponseControl, getResponseControlCount, getResponseControls, getSession, hasBypass, hasEntry, hasRequestControl, hasRequestControls, hasResponseControl, hasResponseControls, ignoreReferral, isBypassed, isFirstOperation, isReferralIgnored, isReferralThrown, lookup, lookup, modify, newLookupContext, setAuthorizedPrincipal, setByPassed, setDn, setNextOperation, setPreviousOperation, setRequestControls, setSession, throwReferralclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitadd, addRequestControl, addRequestControls, addResponseControl, delete, getByPassed, getDn, getEffectivePrincipal, getFirstOperation, getLastOperation, getNextOperation, getPreviousOperation, getRequestControl, getResponseControl, getResponseControlCount, getResponseControls, getSession, hasBypass, hasEntry, hasRequestControl, hasRequestControls, hasResponseControl, hasResponseControls, ignoreReferral, isBypassed, isFirstOperation, isReferralIgnored, isReferralThrown, lookup, lookup, modify, newLookupContext, setByPassed, setDn, throwReferralpublic DeleteOperationContext(CoreSession session)
public DeleteOperationContext(CoreSession session, org.apache.directory.shared.ldap.name.DN deleteDn)
deleteDn - The entry DN to deletepublic DeleteOperationContext(CoreSession session, org.apache.directory.shared.ldap.message.internal.InternalDeleteRequest deleteRequest)
public String getName()
getName in interface OperationContextgetName in class AbstractOperationContextpublic String toString()
toString in class ObjectObject.toString()public void setEntry(ClonedServerEntry entry)
OperationContextsetEntry in interface OperationContextsetEntry in class AbstractOperationContextentry - the entry to setpublic ClonedServerEntry getEntry()
getEntry in interface OperationContextgetEntry in class AbstractOperationContextCopyright © 2003-2012 Apache Software Foundation. All Rights Reserved.