|
KIE API 6.0.0.Alpha9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Process | |
---|---|
org.kie | The KnowledgeBase and its factory. |
org.kie.definition | All classes to create definitions, as built by the KnowledgeBuilder from artifact resources, can be found here. |
org.kie.definition.process | The classes that make up a Process definition. |
org.kie.event.kiebase | Events emitted while updating the definitions in the KnowledgeBase. |
org.kie.runtime.process | The process runtime classes. |
Uses of Process in org.kie |
---|
Methods in org.kie that return Process | |
---|---|
Process |
KieBase.getProcess(String processId)
Returns a referent to the Process identified by the given processId |
Methods in org.kie that return types with arguments of type Process | |
---|---|
Collection<Process> |
KieBase.getProcesses()
|
Uses of Process in org.kie.definition |
---|
Methods in org.kie.definition that return types with arguments of type Process | |
---|---|
Collection<Process> |
KiePackage.getProcesses()
Return the process definitions for this package. |
Uses of Process in org.kie.definition.process |
---|
Subinterfaces of Process in org.kie.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.kie.event.kiebase |
---|
Methods in org.kie.event.kiebase that return Process | |
---|---|
Process |
BeforeProcessAddedEvent.getProcess()
|
Process |
AfterProcessRemovedEvent.getProcess()
|
Process |
BeforeProcessRemovedEvent.getProcess()
|
Process |
AfterProcessAddedEvent.getProcess()
|
Uses of Process in org.kie.runtime.process |
---|
Methods in org.kie.runtime.process that return Process | |
---|---|
Process |
ProcessInstance.getProcess()
|
|
KIE API 6.0.0.Alpha9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |