org.mmbase.datatypes.processors
Interface CommitProcessor

All Superinterfaces:
Serializable
All Known Implementing Classes:
BinaryCommitProcessor, BinaryFile.Delete, ChainedCommitProcessor, CommitProcessor, Creator, DeleteCachesProcessor, DeleteSourcesProcessor, EmptyCommitProcessor, FragmentTypeFixer, FunctionValueIfEmptyCommitProcessor, IdRelVersioningCommitProcessor, Ip, LastModified, LastModifier, ObjectTypeChangerCommitProcessor, OriginTrace, PosrelCommitProcessor, Processor, StripJsessionidCommitProcessor, VerifyEmailProcessor, VersioningCommitProcessor

public interface CommitProcessor
extends Serializable

If the processor defined for the field is of this type, then the commit(org.mmbase.bridge.Node, org.mmbase.bridge.Field) method will be called on commit of the Node.

Since:
MMBase-1.8
Version:
$Id: CommitProcessor.java 34900 2009-05-01 16:29:42Z michiel $
Author:
Michiel Meeuwissen

Method Summary
 void commit(Node node, Field field)
          Will be called on commit of the node.
 

Method Detail

commit

void commit(Node node,
            Field field)
Will be called on commit of the node.



MMBase 2.0-SNAPSHOT - null