Class SendMessageHandler

java.lang.Object
org.jbpm.process.workitem.core.AbstractLogOrThrowWorkItemHandler
ru.cg.webbpm.modules.bpmn.workflow.jbpm.handler.SendMessageHandler
All Implemented Interfaces:
org.kie.api.runtime.process.WorkItemHandler

public class SendMessageHandler extends org.jbpm.process.workitem.core.AbstractLogOrThrowWorkItemHandler
Author:
Tim Urmancheev
  • Field Summary

    Fields inherited from class org.jbpm.process.workitem.core.AbstractLogOrThrowWorkItemHandler

    handlingProcessId, handlingStrategy, logThrownException, retries
  • Constructor Summary

    Constructors
    Constructor
    Description
    SendMessageHandler(org.kie.api.runtime.KieSession ksession)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    abortWorkItem(org.kie.api.runtime.process.WorkItem workItem, org.kie.api.runtime.process.WorkItemManager manager)
     
    void
    executeWorkItem(org.kie.api.runtime.process.WorkItem workItem, org.kie.api.runtime.process.WorkItemManager manager)
     
    static void
     

    Methods inherited from class org.jbpm.process.workitem.core.AbstractLogOrThrowWorkItemHandler

    findNodeInstance, handleException, handleException, setLogThrownException

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SendMessageHandler

      public SendMessageHandler(org.kie.api.runtime.KieSession ksession)
  • Method Details

    • setSendMessageManager

      public static void setSendMessageManager(SendMessageManager sendMessageManager)
    • executeWorkItem

      public void executeWorkItem(org.kie.api.runtime.process.WorkItem workItem, org.kie.api.runtime.process.WorkItemManager manager)
    • abortWorkItem

      public void abortWorkItem(org.kie.api.runtime.process.WorkItem workItem, org.kie.api.runtime.process.WorkItemManager manager)