Package | Description |
---|---|
org.kie.api.command | |
org.kie.api.runtime.conf | |
org.kie.api.runtime.manager | |
org.kie.api.runtime.process |
The process runtime classes.
|
Modifier and Type | Method and Description |
---|---|
Command |
KieCommands.newRegisterWorkItemHandlerCommand(WorkItemHandler handler,
String workItemName) |
Modifier and Type | Method and Description |
---|---|
WorkItemHandler |
WorkItemHandlerOption.getHandler() |
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 |
---|---|
Map<String,WorkItemHandler> |
RegisterableItemsFactory.getWorkItemHandlers(RuntimeEngine runtime)
Returns new instances of
WorkItemHandler that will be registered on RuntimeEngine |
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–2020 JBoss by Red Hat. All rights reserved.