Uses of Class
org.jbpm.process.workitem.core.AbstractLogOrThrowWorkItemHandler
-
-
Uses of AbstractLogOrThrowWorkItemHandler in org.jbpm.process.workitem.bpmn2
Subclasses of AbstractLogOrThrowWorkItemHandler in org.jbpm.process.workitem.bpmn2 Modifier and Type Class Description classAbstractRuleTaskHandlerAdditional BusinessRuleTask support that allows to decouple rules from processes - as default BusinessRuleTask uses exact same working memory (kie session) as process which essentially means same kbase.classBusinessRuleTaskHandlerAdditional BusinessRuleTask support that allows to decouple rules from processes - as default BusinessRuleTask uses exact same working memory (kie session) as process which essentially means same kbase.classDecisionTaskHandlerAdditional BusinessRuleTask support that allows to decouple rules from processes - as default BusinessRuleTask uses exact same working memory (kie session) as process which essentially means same kbase.classServiceTaskHandler -
Uses of AbstractLogOrThrowWorkItemHandler in org.jbpm.process.workitem.email
Subclasses of AbstractLogOrThrowWorkItemHandler in org.jbpm.process.workitem.email Modifier and Type Class Description classEmailWorkItemHandlerWorkItemHandler for sending email. -
Uses of AbstractLogOrThrowWorkItemHandler in org.jbpm.process.workitem.jms
Subclasses of AbstractLogOrThrowWorkItemHandler in org.jbpm.process.workitem.jms Modifier and Type Class Description classJMSSendTaskWorkItemHandler -
Uses of AbstractLogOrThrowWorkItemHandler in org.jbpm.process.workitem.rest
Subclasses of AbstractLogOrThrowWorkItemHandler in org.jbpm.process.workitem.rest Modifier and Type Class Description classRESTWorkItemHandlerWorkItemHandler that is capable of interacting with REST service. -
Uses of AbstractLogOrThrowWorkItemHandler in org.jbpm.process.workitem.webservice
Subclasses of AbstractLogOrThrowWorkItemHandler in org.jbpm.process.workitem.webservice Modifier and Type Class Description classWebServiceWorkItemHandlerWeb Service Work Item Handler that performs a WebService call.
-