org.droolsjbpm.services.impl.example
Class TriggerTestsWorkItemHandler
java.lang.Object
org.droolsjbpm.services.impl.example.TriggerTestsWorkItemHandler
- All Implemented Interfaces:
- org.kie.api.runtime.process.WorkItemHandler
public class TriggerTestsWorkItemHandler
- extends Object
- implements org.kie.api.runtime.process.WorkItemHandler
|
Method Summary |
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WIP_INPUT_RELEASE
public static final String WIP_INPUT_RELEASE
- See Also:
- Constant Field Values
WIP_INPUT_TEST
public static final String WIP_INPUT_TEST
- See Also:
- Constant Field Values
WIP_INPUT_MIN_CONTENT_LENGTH
public static final String WIP_INPUT_MIN_CONTENT_LENGTH
- See Also:
- Constant Field Values
WIP_INPUT_MAX_CONTENT_LENGTH
public static final String WIP_INPUT_MAX_CONTENT_LENGTH
- See Also:
- Constant Field Values
WIP_OUTPUT_SUCCESSFUL
public static final String WIP_OUTPUT_SUCCESSFUL
- See Also:
- Constant Field Values
WIP_OUTPUT_REPORT
public static final String WIP_OUTPUT_REPORT
- See Also:
- Constant Field Values
TriggerTestsWorkItemHandler
public TriggerTestsWorkItemHandler()
executeWorkItem
public void executeWorkItem(org.kie.api.runtime.process.WorkItem workItem,
org.kie.api.runtime.process.WorkItemManager manager)
- Specified by:
executeWorkItem in interface org.kie.api.runtime.process.WorkItemHandler
abortWorkItem
public void abortWorkItem(org.kie.api.runtime.process.WorkItem workItem,
org.kie.api.runtime.process.WorkItemManager manager)
- Specified by:
abortWorkItem in interface org.kie.api.runtime.process.WorkItemHandler
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.