Package | Description |
---|---|
org.drools.command | |
org.drools.command.impl | |
org.drools.impl.adapters | |
org.drools.runtime.conf | |
org.drools.runtime.process |
The process runtime classes.
|
Modifier and Type | Method and Description |
---|---|
static Command |
CommandFactory.newRegisterWorkItemHandlerCommand(WorkItemHandler handler,
String workItemName) |
Command |
CommandFactoryService.newRegisterWorkItemHandlerCommand(WorkItemHandler handler,
String workItemName) |
Modifier and Type | Method and Description |
---|---|
Command |
CommandFactoryServiceImpl.newRegisterWorkItemHandlerCommand(WorkItemHandler handler,
String workItemName) |
Modifier and Type | Class and Description |
---|---|
class |
WorkItemHandlerKieAdapter |
Modifier and Type | Method and Description |
---|---|
void |
WorkItemManagerAdapter.registerWorkItemHandler(String workItemName,
WorkItemHandler handler) |
Constructor and Description |
---|
WorkItemHandlerAdapter(WorkItemHandler delegate) |
Modifier and Type | Method and Description |
---|---|
WorkItemHandler |
WorkItemHandlerOption.getHandler()
Returns the work item handler instance
|
Modifier and Type | Method and Description |
---|---|
static WorkItemHandlerOption |
WorkItemHandlerOption.get(String name,
WorkItemHandler handler)
This is a factory method for this WorkItemHandler configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkItemManager.registerWorkItemHandler(String workItemName,
WorkItemHandler handler)
Register the given handler for all work items of the given
type of work
|
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.