Uses of Interface
org.kie.api.definition.process.Process
Packages that use Process
Package
Description
Base KIE API classes.
All classes to create definitions, as built by the KieBuilder from artifact resources, can be found here.
The classes that make up a Process definition.
Events emitted while updating the definitions in the KieBase.
The process runtime classes.
-
Uses of Process in org.kie.api
Methods in org.kie.api that return ProcessModifier and TypeMethodDescriptionKieBase.getProcess(String processId) Returns a reference to theProcessidentified by the given processIdMethods in org.kie.api that return types with arguments of type Process -
Uses of Process in org.kie.api.definition
Methods in org.kie.api.definition that return types with arguments of type ProcessModifier and TypeMethodDescriptionKiePackage.getProcesses()Return the process definitions for this package. -
Uses of Process in org.kie.api.definition.process
Subinterfaces of Process in org.kie.api.definition.processModifier and TypeInterfaceDescriptioninterfaceA 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.api.event.kiebase
Methods in org.kie.api.event.kiebase that return ProcessModifier and TypeMethodDescriptionAfterProcessAddedEvent.getProcess()AfterProcessRemovedEvent.getProcess()BeforeProcessAddedEvent.getProcess()BeforeProcessRemovedEvent.getProcess() -
Uses of Process in org.kie.api.runtime.process
Methods in org.kie.api.runtime.process that return Process