jBPM distribution 6.0.0.CR1

Uses of Interface
org.kie.api.definition.process.Process

Packages that use Process
org.jbpm.bpmn2.xml   
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   
org.kie.api The KnowledgeBase and its factory. 
org.kie.api.definition All classes to create definitions, as built by the KnowledgeBuilder 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 KnowledgeBase. 
org.kie.api.runtime.process The process runtime classes. 
 

Uses of Process in org.jbpm.bpmn2.xml
 

Methods in org.jbpm.bpmn2.xml that return Process
 Process XmlBPMNProcessDumper.readProcess(String processXml)
           
 

Methods in org.jbpm.bpmn2.xml with parameters of type Process
 String XmlBPMNProcessDumper.dumpProcess(Process process)
           
 

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.compiler.lang.descr.BaseDescr descr, Object object, String message)
           
 

Uses of Process in org.jbpm.compiler.xml
 

Methods in org.jbpm.compiler.xml that return Process
 Process XmlRuleFlowProcessDumper.readProcess(String processXml)
           
 

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)
           
 String XmlRuleFlowProcessDumper.dumpProcess(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.compiler.lang.descr.ProcessDescr processDescr, ProcessBuildContext context, Node node)
           
 void StoreNodeBuilder.build(Process process, org.drools.compiler.lang.descr.ProcessDescr processDescr, ProcessBuildContext context, Node node)
           
 void SplitNodeBuilder.build(Process process, org.drools.compiler.lang.descr.ProcessDescr processDescr, ProcessBuildContext context, Node node)
           
 void ProcessNodeBuilder.build(Process process, org.drools.compiler.lang.descr.ProcessDescr processDescr, ProcessBuildContext context, Node node)
           
 void MultiConditionalSequenceFlowNodeBuilder.build(Process process, org.drools.compiler.lang.descr.ProcessDescr processDescr, ProcessBuildContext context, Node node)
           
 void ExtendedNodeBuilder.build(Process process, org.drools.compiler.lang.descr.ProcessDescr processDescr, ProcessBuildContext context, Node node)
           
 void EventBasedNodeBuilder.build(Process process, org.drools.compiler.lang.descr.ProcessDescr processDescr, ProcessBuildContext context, Node node)
           
 void ActionNodeBuilder.build(Process process, org.drools.compiler.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.compiler.PackageBuilder pkgBuilder, org.drools.core.rule.Package pkg, Process process, org.drools.compiler.lang.descr.BaseDescr processDescr, org.drools.compiler.compiler.DialectCompiletimeRegistry dialectRegistry, org.drools.compiler.compiler.Dialect defaultDialect)
           
ProcessErrorHandler(org.drools.compiler.lang.descr.BaseDescr ruleDescr, Process process, String message)
           
ProcessInvokerErrorHandler(org.drools.compiler.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
 

Methods in org.jbpm.process.core.impl that return Process
 Process XmlProcessDumper.readProcess(String processXml)
           
 

Methods in org.jbpm.process.core.impl with parameters of type Process
 String XmlProcessDumper.dumpProcess(Process 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
 boolean ProcessValidator.accept(Process process, Resource resource)
           
 ProcessValidator ProcessValidatorRegistry.getValidator(Process process, Resource resource)
           
 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.kie.internal.process.CorrelationKey correlationKey, org.drools.core.common.InternalKnowledgeRuntime kruntime, Map<String,Object> parameters)
           
 ProcessInstance AbstractProcessInstanceFactory.createProcessInstance(Process process, org.kie.internal.process.CorrelationKey correlationKey, org.drools.core.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(KieBase kbase, String processName, Comparator<Process> comparator)
           
 void ProcessInstanceFactoryRegistry.register(Class<? extends Process> cls, ProcessInstanceFactory factory)
           
static ProcessInstance StartProcessHelper.startProcessByName(org.kie.internal.runtime.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)
           
 void ProcessInstanceImpl.updateProcess(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
 boolean RuleFlowProcessValidator.accept(Process process, Resource resource)
           
 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.
 

Uses of Process in org.kie.api
 

Methods in org.kie.api that return Process
 Process KieBase.getProcess(String processId)
          Returns a reference to the Process identified by the given processId
 

Methods in org.kie.api that return types with arguments of type Process
 Collection<Process> KieBase.getProcesses()
          Returns a collection of the Processes that exist in this KieBase.
 

Uses of Process in org.kie.api.definition
 

Methods in org.kie.api.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.api.definition.process
 

Subinterfaces of Process in org.kie.api.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.api.event.kiebase
 

Methods in org.kie.api.event.kiebase that return Process
 Process BeforeProcessRemovedEvent.getProcess()
           
 Process BeforeProcessAddedEvent.getProcess()
           
 Process AfterProcessRemovedEvent.getProcess()
           
 Process AfterProcessAddedEvent.getProcess()
           
 

Uses of Process in org.kie.api.runtime.process
 

Methods in org.kie.api.runtime.process that return Process
 Process ProcessInstance.getProcess()
           
 


jBPM distribution 6.0.0.CR1

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.