Uses of Interface
org.kie.api.definition.process.Process
- 
Packages that use Process Package Description org.kie.api Base KIE API classes.org.kie.api.definition All classes to create definitions, as built by the KieBuilder from artifact resources, can be found here.org.kie.api.definition.process The classes that make up a Process definition.org.kie.api.event.kiebase Events emitted while updating the definitions in the KieBase.org.kie.api.fluent Process Fluent API allows programmer to build an in memory representation of a bpmn file.
 This information can later be used to build a KIE resource and execute the process .org.kie.api.runtime.process The process runtime classes.
- 
- 
Uses of Process in org.kie.apiMethods in org.kie.api that return Process Modifier and Type Method Description ProcessKieBase. getProcess(java.lang.String processId)Returns a reference to theProcessidentified by the given processIdMethods in org.kie.api that return types with arguments of type Process Modifier and Type Method Description java.util.Collection<Process>KieBase. getProcesses()
- 
Uses of Process in org.kie.api.definitionMethods in org.kie.api.definition that return types with arguments of type Process Modifier and Type Method Description java.util.Collection<Process>KiePackage. getProcesses()Return the process definitions for this package.
- 
Uses of Process in org.kie.api.definition.processSubinterfaces of Process in org.kie.api.definition.process Modifier and Type Interface Description interfaceWorkflowProcessA 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.kiebaseMethods in org.kie.api.event.kiebase that return Process Modifier and Type Method Description ProcessAfterProcessAddedEvent. getProcess()ProcessAfterProcessRemovedEvent. getProcess()ProcessBeforeProcessAddedEvent. getProcess()ProcessBeforeProcessRemovedEvent. getProcess()
- 
Uses of Process in org.kie.api.fluentMethods in org.kie.api.fluent that return Process Modifier and Type Method Description ProcessProcessBuilder. build()Validates and returns process definition.
 Should be invoked after all other method calls.Methods in org.kie.api.fluent with parameters of type Process Modifier and Type Method Description byte[]ProcessBuilderFactory. toBytes(Process builder)Converts process definition into an array of bytes.
 Typically this array will be converted to a Resource for a KIE base
- 
Uses of Process in org.kie.api.runtime.processMethods in org.kie.api.runtime.process that return Process Modifier and Type Method Description ProcessProcessInstance. getProcess()
 
-