| 
||||||||||
| 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.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 | 
BeforeProcessRemovedEvent.getProcess()
 | 
 Process | 
BeforeProcessAddedEvent.getProcess()
 | 
 Process | 
AfterProcessRemovedEvent.getProcess()
 | 
 Process | 
AfterProcessAddedEvent.getProcess()
 | 
| Uses of Process in org.drools.runtime.process | 
|---|
| Methods in org.drools.runtime.process that return Process | |
|---|---|
 Process | 
ProcessInstance.getProcess()
 | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||