Interface WorkItemHandlerModel


  • public interface WorkItemHandlerModel
    WorkItemHandlerModel is a model allowing to programmatically define a WorkItemHandler and wire it to a KieSession
    • Method Detail

      • getName

        java.lang.String getName()
        Returns:
        the name of the work item that the handler is for
      • getType

        java.lang.String getType()
        Returns the type of this WorkItemHandlerModel (i.e. the name of the class implementing the WorkItemHandler)
      • newQualifierModel

        QualifierModel newQualifierModel​(java.lang.String type)