Drools jBPM :: Knowledge Services 6.0.0.Alpha9

org.droolsjbpm.services.impl.example
Class NotificationWorkItemHandler

java.lang.Object
  extended by org.droolsjbpm.services.impl.example.NotificationWorkItemHandler
All Implemented Interfaces:
org.kie.runtime.process.WorkItemHandler

public class NotificationWorkItemHandler
extends Object
implements org.kie.runtime.process.WorkItemHandler


Field Summary
static String WIP_INPUT_EMAILS
           
static String WIP_INPUT_RELEASE
           
static String WIP_INPUT_REPORT
           
 
Constructor Summary
NotificationWorkItemHandler()
           
 
Method Summary
 void abortWorkItem(org.kie.runtime.process.WorkItem workItem, org.kie.runtime.process.WorkItemManager manager)
           
 void executeWorkItem(org.kie.runtime.process.WorkItem workItem, org.kie.runtime.process.WorkItemManager manager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WIP_INPUT_RELEASE

public static final String WIP_INPUT_RELEASE
See Also:
Constant Field Values

WIP_INPUT_REPORT

public static final String WIP_INPUT_REPORT
See Also:
Constant Field Values

WIP_INPUT_EMAILS

public static final String WIP_INPUT_EMAILS
See Also:
Constant Field Values
Constructor Detail

NotificationWorkItemHandler

public NotificationWorkItemHandler()
Method Detail

executeWorkItem

public void executeWorkItem(org.kie.runtime.process.WorkItem workItem,
                            org.kie.runtime.process.WorkItemManager manager)
Specified by:
executeWorkItem in interface org.kie.runtime.process.WorkItemHandler

abortWorkItem

public void abortWorkItem(org.kie.runtime.process.WorkItem workItem,
                          org.kie.runtime.process.WorkItemManager manager)
Specified by:
abortWorkItem in interface org.kie.runtime.process.WorkItemHandler

Drools jBPM :: Knowledge Services 6.0.0.Alpha9

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.