public class DeleteOperationContext extends AbstractChangeOperationContext
logChange
authorizedPrincipal, 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, setLogChange
add, 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, throwReferral
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
add, 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, throwReferral
public 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 OperationContext
getName
in class AbstractOperationContext
public String toString()
toString
in class Object
Object.toString()
public void setEntry(ClonedServerEntry entry)
OperationContext
setEntry
in interface OperationContext
setEntry
in class AbstractOperationContext
entry
- the entry to setpublic ClonedServerEntry getEntry()
getEntry
in interface OperationContext
getEntry
in class AbstractOperationContext
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.