|
Knowledge API Legacy5 Adapter 6.0.0.CR4-Pre1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Process | |
|---|---|
| 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. |
| Uses of Process in org.drools |
|---|
| Methods in org.drools that return Process | |
|---|---|
Process |
KnowledgeBase.getProcess(String processId)
Returns a referent to the Process identified by the given processId |
| Methods in org.drools that return types with arguments of type Process | |
|---|---|
Collection<Process> |
KnowledgeBase.getProcesses()
|
| Uses of Process in org.drools.definition |
|---|
| Methods in org.drools.definition that return types with arguments of type Process | |
|---|---|
Collection<Process> |
KnowledgePackage.getProcesses()
Return the process definitions for this package. |
| Uses of Process in org.drools.definition.process |
|---|
| Subinterfaces of Process in org.drools.definition.process | |
|---|---|
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. |
| Uses of Process in org.drools.event.knowledgebase |
|---|
| Methods in org.drools.event.knowledgebase that return Process | |
|---|---|
Process |
AfterProcessRemovedEvent.getProcess()
|
Process |
BeforeProcessRemovedEvent.getProcess()
|
Process |
BeforeProcessAddedEvent.getProcess()
|
Process |
AfterProcessAddedEvent.getProcess()
|
| Uses of Process in org.drools.impl.adapters |
|---|
| Classes in org.drools.impl.adapters that implement Process | |
|---|---|
class |
ProcessAdapter
|
| Methods in org.drools.impl.adapters that return Process | |
|---|---|
Process |
ProcessInstanceAdapter.getProcess()
|
Process |
KnowledgeBaseAdapter.getProcess(String processId)
|
| Methods in org.drools.impl.adapters that return types with arguments of type Process | |
|---|---|
static Collection<Process> |
ProcessAdapter.adaptProcesses(Collection<org.kie.api.definition.process.Process> processes)
|
Collection<Process> |
KnowledgePackageAdapter.getProcesses()
|
Collection<Process> |
KnowledgeBaseAdapter.getProcesses()
|
| Uses of Process in org.drools.runtime.process |
|---|
| Methods in org.drools.runtime.process that return Process | |
|---|---|
Process |
ProcessInstance.getProcess()
|
|
Knowledge API Legacy5 Adapter 6.0.0.CR4-Pre1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||