com.servingxml.components.recordmapping
Class FieldGroupRecognizer
java.lang.Object
com.servingxml.components.recordmapping.FieldGroupRecognizer
- All Implemented Interfaces:
- GroupRecognizer
public class FieldGroupRecognizer
- extends java.lang.Object
- implements GroupRecognizer
Implements a GroupRecognizer.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FieldGroupRecognizer
public FieldGroupRecognizer(Name recordTypeName,
SubstitutionExpr[] fieldNames)
startRecognized
public boolean startRecognized(ServiceContext context,
Flow flow,
Record previousRecord,
Record currentRecord)
- Specified by:
startRecognized
in interface GroupRecognizer
endRecognized
public boolean endRecognized(ServiceContext context,
Flow flow,
Record currentRecord,
Record nextRecord)
- Specified by:
endRecognized
in interface GroupRecognizer