Uses of Class
org.apache.directory.server.core.interceptor.context.ModifyOperationContext

Packages that use ModifyOperationContext
org.apache.directory.server.core   
org.apache.directory.server.core.event   
org.apache.directory.server.core.interceptor   
org.apache.directory.server.core.partition   
org.apache.directory.server.core.schema   
org.apache.directory.server.core.schema.registries.synchronizers   
 

Uses of ModifyOperationContext in org.apache.directory.server.core
 

Methods in org.apache.directory.server.core with parameters of type ModifyOperationContext
 void OperationManager.modify(ModifyOperationContext opContext)
          TODO document after determining if this method should be here.
 

Uses of ModifyOperationContext in org.apache.directory.server.core.event
 

Methods in org.apache.directory.server.core.event with parameters of type ModifyOperationContext
 void DirectoryListener.entryModified(ModifyOperationContext opContext)
          Called when an entry has been modified.
 

Uses of ModifyOperationContext in org.apache.directory.server.core.interceptor
 

Methods in org.apache.directory.server.core.interceptor with parameters of type ModifyOperationContext
 void InterceptorChain.modify(ModifyOperationContext opContext)
           
 void NextInterceptor.modify(ModifyOperationContext opContext)
          Calls the next interceptor's Interceptor.modify( NextInterceptor, ModifyOperationContext ).
 void Interceptor.modify(NextInterceptor next, ModifyOperationContext opContext)
          Filters Partition.modify( ModifyOperationContext ) call.
 void BaseInterceptor.modify(NextInterceptor next, ModifyOperationContext opContext)
           
 

Uses of ModifyOperationContext in org.apache.directory.server.core.partition
 

Methods in org.apache.directory.server.core.partition with parameters of type ModifyOperationContext
 void NullPartition.modify(ModifyOperationContext opContext)
           
 void Partition.modify(ModifyOperationContext opContext)
          Modifies an entry by adding, removing or replacing a set of attributes.
 

Uses of ModifyOperationContext in org.apache.directory.server.core.schema
 

Methods in org.apache.directory.server.core.schema with parameters of type ModifyOperationContext
 void SchemaPartition.modify(ModifyOperationContext opContext)
          Modifies an entry by adding, removing or replacing a set of attributes.
 

Uses of ModifyOperationContext in org.apache.directory.server.core.schema.registries.synchronizers
 

Methods in org.apache.directory.server.core.schema.registries.synchronizers with parameters of type ModifyOperationContext
 boolean RegistrySynchronizer.modify(ModifyOperationContext opContext, org.apache.directory.shared.ldap.entry.ServerEntry targetEntry, boolean cascaded)
          Applies a set of modification to an entry
 boolean AttributeTypeSynchronizer.modify(ModifyOperationContext opContext, org.apache.directory.shared.ldap.entry.ServerEntry targetEntry, boolean cascade)
          Applies a set of modification to an entry
 boolean NameFormSynchronizer.modify(ModifyOperationContext opContext, org.apache.directory.shared.ldap.entry.ServerEntry targetEntry, boolean cascade)
          Applies a set of modification to an entry
abstract  boolean AbstractRegistrySynchronizer.modify(ModifyOperationContext opContext, org.apache.directory.shared.ldap.entry.ServerEntry targetEntry, boolean cascade)
          Applies a set of modification to an entry
 boolean DitContentRuleSynchronizer.modify(ModifyOperationContext opContext, org.apache.directory.shared.ldap.entry.ServerEntry targetEntry, boolean cascade)
          Applies a set of modification to an entry
 boolean ComparatorSynchronizer.modify(ModifyOperationContext opContext, org.apache.directory.shared.ldap.entry.ServerEntry targetEntry, boolean cascade)
          Applies a set of modification to an entry
 boolean SyntaxSynchronizer.modify(ModifyOperationContext opContext, org.apache.directory.shared.ldap.entry.ServerEntry targetEntry, boolean cascade)
          Applies a set of modification to an entry
 boolean ObjectClassSynchronizer.modify(ModifyOperationContext opContext, org.apache.directory.shared.ldap.entry.ServerEntry targetEntry, boolean cascade)
          Applies a set of modification to an entry
 boolean SchemaSynchronizer.modify(ModifyOperationContext opContext, org.apache.directory.shared.ldap.entry.ServerEntry targetEntry, boolean cascade)
          The only modification done on a schema element is on the m-disabled attributeType Depending in the existence of this attribute in the previous entry, we will have to update the entry or not.
 boolean DitStructureRuleSynchronizer.modify(ModifyOperationContext opContext, org.apache.directory.shared.ldap.entry.ServerEntry targetEntry, boolean cascade)
          Applies a set of modification to an entry
 boolean MatchingRuleUseSynchronizer.modify(ModifyOperationContext opContext, org.apache.directory.shared.ldap.entry.ServerEntry targetEntry, boolean cascade)
          Applies a set of modification to an entry
 boolean SyntaxCheckerSynchronizer.modify(ModifyOperationContext opContext, org.apache.directory.shared.ldap.entry.ServerEntry targetEntry, boolean cascade)
          Applies a set of modification to an entry
 boolean NormalizerSynchronizer.modify(ModifyOperationContext opContext, org.apache.directory.shared.ldap.entry.ServerEntry targetEntry, boolean cascade)
          Applies a set of modification to an entry
 boolean RegistrySynchronizerAdaptor.modify(ModifyOperationContext opContext, org.apache.directory.shared.ldap.entry.ServerEntry targetEntry, boolean doCascadeModify)
          Modify the schema
 boolean MatchingRuleSynchronizer.modify(ModifyOperationContext opContext, org.apache.directory.shared.ldap.entry.ServerEntry targetEntry, boolean cascade)
          Applies a set of modification to an entry
 



Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.