|
||||||||||
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. |
org.jbpm.compiler | |
org.jbpm.compiler.xml | |
org.jbpm.process | |
org.jbpm.process.builder | |
org.jbpm.process.core | |
org.jbpm.process.core.impl | |
org.jbpm.process.core.validation | |
org.jbpm.process.core.validation.impl | |
org.jbpm.process.instance | |
org.jbpm.process.instance.impl | |
org.jbpm.ruleflow.core | |
org.jbpm.ruleflow.core.validation | |
org.jbpm.workflow.core.impl |
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()
|
Uses of Process in org.jbpm.compiler |
---|
Methods in org.jbpm.compiler that return Process | |
---|---|
Process |
ProcessBuildError.getProcess()
|
Methods in org.jbpm.compiler with parameters of type Process | |
---|---|
void |
ProcessBuilderImpl.buildProcess(Process process,
Resource resource)
|
Constructors in org.jbpm.compiler with parameters of type Process | |
---|---|
ProcessBuildError(Process process,
org.drools.lang.descr.BaseDescr descr,
Object object,
String message)
|
Uses of Process in org.jbpm.compiler.xml |
---|
Methods in org.jbpm.compiler.xml that return types with arguments of type Process | |
---|---|
List<Process> |
XmlProcessReader.getProcess()
|
List<Process> |
ProcessBuildData.getProcesses()
|
List<Process> |
XmlProcessReader.read(InputSource in)
Read a Process from an InputSource . |
List<Process> |
XmlProcessReader.read(InputStream inputStream)
Read a Process from an InputStream . |
List<Process> |
XmlProcessReader.read(Reader reader)
Read a Process from a Reader . |
Methods in org.jbpm.compiler.xml with parameters of type Process | |
---|---|
void |
ProcessBuildData.addProcess(Process process)
|
Method parameters in org.jbpm.compiler.xml with type arguments of type Process | |
---|---|
void |
ProcessBuildData.setProcesses(List<Process> process)
|
Uses of Process in org.jbpm.process |
---|
Methods in org.jbpm.process that return Process | |
---|---|
Process |
ProcessBaseImpl.getProcess(String processId)
|
Methods in org.jbpm.process that return types with arguments of type Process | |
---|---|
Collection<Process> |
ProcessPackage.getProcesses()
|
Collection<Process> |
ProcessBaseImpl.getProcesses()
|
Methods in org.jbpm.process with parameters of type Process | |
---|---|
void |
ProcessPackage.addProcess(Process process)
|
Uses of Process in org.jbpm.process.builder |
---|
Methods in org.jbpm.process.builder that return Process | |
---|---|
Process |
ProcessBuildContext.getProcess()
|
Methods in org.jbpm.process.builder with parameters of type Process | |
---|---|
void |
WorkItemNodeBuilder.build(Process process,
org.drools.lang.descr.ProcessDescr processDescr,
ProcessBuildContext context,
Node node)
|
void |
StoreNodeBuilder.build(Process process,
org.drools.lang.descr.ProcessDescr processDescr,
ProcessBuildContext context,
Node node)
|
void |
SplitNodeBuilder.build(Process process,
org.drools.lang.descr.ProcessDescr processDescr,
ProcessBuildContext context,
Node node)
|
void |
ProcessNodeBuilder.build(Process process,
org.drools.lang.descr.ProcessDescr processDescr,
ProcessBuildContext context,
Node node)
|
void |
MultiConditionalSequenceFlowNodeBuilder.build(Process process,
org.drools.lang.descr.ProcessDescr processDescr,
ProcessBuildContext context,
Node node)
|
void |
ExtendedNodeBuilder.build(Process process,
org.drools.lang.descr.ProcessDescr processDescr,
ProcessBuildContext context,
Node node)
|
void |
EventBasedNodeBuilder.build(Process process,
org.drools.lang.descr.ProcessDescr processDescr,
ProcessBuildContext context,
Node node)
|
void |
ActionNodeBuilder.build(Process process,
org.drools.lang.descr.ProcessDescr processDescr,
ProcessBuildContext context,
Node node)
|
void |
ProcessBuildContext.setProcess(Process process)
|
Constructors in org.jbpm.process.builder with parameters of type Process | |
---|---|
ProcessBuildContext(org.drools.compiler.PackageBuilder pkgBuilder,
org.drools.rule.Package pkg,
Process process,
org.drools.lang.descr.BaseDescr processDescr,
org.drools.compiler.DialectCompiletimeRegistry dialectRegistry,
org.drools.compiler.Dialect defaultDialect)
|
|
ProcessErrorHandler(org.drools.lang.descr.BaseDescr ruleDescr,
Process process,
String message)
|
|
ProcessInvokerErrorHandler(org.drools.lang.descr.BaseDescr processDescr,
Process process,
String message)
|
Uses of Process in org.jbpm.process.core |
---|
Subinterfaces of Process in org.jbpm.process.core | |
---|---|
interface |
Process
|
Uses of Process in org.jbpm.process.core.impl |
---|
Classes in org.jbpm.process.core.impl that implement Process | |
---|---|
class |
ProcessImpl
Default implementation of a Process |
Uses of Process in org.jbpm.process.core.validation |
---|
Methods in org.jbpm.process.core.validation that return Process | |
---|---|
Process |
ProcessValidationError.getProcess()
|
Methods in org.jbpm.process.core.validation with parameters of type Process | |
---|---|
ProcessValidationError[] |
ProcessValidator.validateProcess(Process process)
|
Uses of Process in org.jbpm.process.core.validation.impl |
---|
Methods in org.jbpm.process.core.validation.impl that return Process | |
---|---|
Process |
ProcessValidationErrorImpl.getProcess()
|
Constructors in org.jbpm.process.core.validation.impl with parameters of type Process | |
---|---|
ProcessValidationErrorImpl(Process process,
String message)
|
Uses of Process in org.jbpm.process.instance |
---|
Methods in org.jbpm.process.instance that return Process | |
---|---|
Process |
ProcessInstance.getProcess()
|
Methods in org.jbpm.process.instance that return types with arguments of type Process | |
---|---|
protected static Comparator<Process> |
StartProcessHelper.getComparator(String name)
|
Methods in org.jbpm.process.instance with parameters of type Process | |
---|---|
ProcessInstance |
ProcessInstanceFactory.createProcessInstance(Process process,
org.drools.common.InternalKnowledgeRuntime kruntime,
Map<String,Object> parameters)
|
ProcessInstance |
AbstractProcessInstanceFactory.createProcessInstance(Process process,
org.drools.common.InternalKnowledgeRuntime kruntime,
Map<String,Object> parameters)
|
ProcessInstanceFactory |
ProcessInstanceFactoryRegistry.getProcessInstanceFactory(Process process)
|
void |
ProcessInstance.setProcess(Process process)
|
Method parameters in org.jbpm.process.instance with type arguments of type Process | |
---|---|
static String |
StartProcessHelper.findLatestProcessByName(Collection<Process> processes,
String processName)
|
static String |
StartProcessHelper.findLatestProcessByName(Collection<Process> processes,
String processName,
Comparator<Process> comparator)
|
static String |
StartProcessHelper.findLatestProcessByName(Collection<Process> processes,
String processName,
Comparator<Process> comparator)
|
static String |
StartProcessHelper.findLatestProcessByName(KnowledgeBase kbase,
String processName,
Comparator<Process> comparator)
|
void |
ProcessInstanceFactoryRegistry.register(Class<? extends Process> cls,
ProcessInstanceFactory factory)
|
static ProcessInstance |
StartProcessHelper.startProcessByName(KnowledgeRuntime kruntime,
String name,
Map<String,Object> parameters,
Comparator<Process> comparator)
|
Uses of Process in org.jbpm.process.instance.impl |
---|
Methods in org.jbpm.process.instance.impl that return Process | |
---|---|
Process |
ProcessInstanceImpl.getProcess()
|
Methods in org.jbpm.process.instance.impl with parameters of type Process | |
---|---|
void |
ProcessInstanceImpl.setProcess(Process process)
|
Uses of Process in org.jbpm.ruleflow.core |
---|
Classes in org.jbpm.ruleflow.core that implement Process | |
---|---|
class |
RuleFlowProcess
|
Uses of Process in org.jbpm.ruleflow.core.validation |
---|
Methods in org.jbpm.ruleflow.core.validation with parameters of type Process | |
---|---|
ProcessValidationError[] |
RuleFlowProcessValidator.validateProcess(Process process)
|
Uses of Process in org.jbpm.workflow.core.impl |
---|
Classes in org.jbpm.workflow.core.impl that implement Process | |
---|---|
class |
WorkflowProcessImpl
Default implementation of a RuleFlow process. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |