Interface FormClassifier

All Superinterfaces:
Classifier

public interface FormClassifier extends Classifier
A classifier usable in process context. It gets a ClassifierAssignment injected to get access to the needed context (e.g. input fields) to perform the classifications.
  • Method Details

    • setClassifierAssignment

      void setClassifierAssignment(ClassifierAssignment classifierAssignment)
      Injects the ClassifierAssignment in which context if shall perform the classifications.
      Parameters:
      classifierAssignment - the classifier assignment context
    • getClassifierAssignment

      ClassifierAssignment getClassifierAssignment()
      Returns the injected ClassifierAssignment of this classifier.
      Returns:
      the classifier assignment of this classifier