Package | Description |
---|---|
org.drools.impl.adapters | |
org.drools.runtime.process |
The process runtime classes.
|
Modifier and Type | Class and Description |
---|---|
class |
WorkItemAdapter |
Modifier and Type | Field and Description |
---|---|
WorkItem |
WorkItemKieAdapter.delegate |
Modifier and Type | Method and Description |
---|---|
void |
WorkItemHandlerKieAdapter.abortWorkItem(WorkItem workItem,
WorkItemManager manager) |
void |
WorkItemHandlerKieAdapter.executeWorkItem(WorkItem workItem,
WorkItemManager manager) |
Constructor and Description |
---|
WorkItemKieAdapter(WorkItem delegate) |
Modifier and Type | Method and Description |
---|---|
void |
WorkItemHandler.abortWorkItem(WorkItem workItem,
WorkItemManager manager)
The given work item should be aborted.
|
void |
WorkItemHandler.executeWorkItem(WorkItem workItem,
WorkItemManager manager)
The given work item should be executed.
|
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.