Package | Description |
---|---|
org.drools |
The KnowledgeBase and its factory.
|
org.drools.definition |
All classes to create definitions, as built by the KnowledgeBuilder from artifact resources, can be found here.
|
org.drools.definition.process |
The classes that make up a Process definition.
|
org.drools.event.knowledgebase |
Events emitted while updating the definitions in the KnowledgeBase.
|
org.drools.impl.adapters | |
org.drools.runtime.process |
The process runtime classes.
|
Modifier and Type | Method and Description |
---|---|
Process |
KnowledgeBase.getProcess(String processId)
Returns a referent to the Process identified by the given processId
|
Modifier and Type | Method and Description |
---|---|
Collection<Process> |
KnowledgeBase.getProcesses() |
Modifier and Type | Method and Description |
---|---|
Collection<Process> |
KnowledgePackage.getProcesses()
Return the process definitions for this package.
|
Modifier and Type | Interface and Description |
---|---|
interface |
WorkflowProcess
A WorkflowProcess is a type of Process that uses a flow chart (as a collection of Nodes and Connections)
to model the business logic.
|
Modifier and Type | Method and Description |
---|---|
Process |
AfterProcessRemovedEvent.getProcess() |
Process |
BeforeProcessAddedEvent.getProcess() |
Process |
AfterProcessAddedEvent.getProcess() |
Process |
BeforeProcessRemovedEvent.getProcess() |
Modifier and Type | Class and Description |
---|---|
class |
ProcessAdapter |
Modifier and Type | Method and Description |
---|---|
Process |
ProcessInstanceAdapter.getProcess() |
Process |
KnowledgeBaseAdapter.getProcess(String processId) |
Modifier and Type | Method and Description |
---|---|
static Collection<Process> |
ProcessAdapter.adaptProcesses(Collection<org.kie.api.definition.process.Process> processes) |
Collection<Process> |
KnowledgePackageAdapter.getProcesses() |
Collection<Process> |
KnowledgeBaseAdapter.getProcesses() |
Modifier and Type | Method and Description |
---|---|
Process |
ProcessInstance.getProcess() |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.