Package | Description |
---|---|
org.drools.core.command.runtime.process | |
org.drools.core.marshalling.impl | |
org.drools.core.process.instance | |
org.drools.core.process.instance.impl |
Modifier and Type | Method and Description |
---|---|
WorkItem |
GetWorkItemCommand.execute(org.kie.internal.command.Context context) |
Modifier and Type | Method and Description |
---|---|
static WorkItem |
ProtobufInputMarshaller.readWorkItem(MarshallerReaderContext context) |
WorkItem |
ProcessMarshaller.readWorkItem(MarshallerReaderContext context) |
static WorkItem |
InputMarshaller.readWorkItem(MarshallerReaderContext context) |
Modifier and Type | Method and Description |
---|---|
static void |
ProtobufOutputMarshaller.writeWorkItem(MarshallerWriteContext context,
WorkItem workItem) |
void |
ProcessMarshaller.writeWorkItem(MarshallerWriteContext context,
WorkItem workItem) |
Modifier and Type | Method and Description |
---|---|
WorkItem |
WorkItemManager.getWorkItem(long id) |
Modifier and Type | Method and Description |
---|---|
Set<WorkItem> |
WorkItemManager.getWorkItems() |
Modifier and Type | Method and Description |
---|---|
void |
WorkItemManager.internalAddWorkItem(WorkItem workItem) |
void |
WorkItemManager.internalExecuteWorkItem(WorkItem workItem) |
Modifier and Type | Method and Description |
---|---|
WorkItem |
DefaultWorkItemManager.getWorkItem(long id) |
Modifier and Type | Method and Description |
---|---|
Set<WorkItem> |
DefaultWorkItemManager.getWorkItems() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultWorkItemManager.internalAddWorkItem(WorkItem workItem) |
void |
DefaultWorkItemManager.internalExecuteWorkItem(WorkItem workItem) |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.