jBPM distribution 6.0.0-SNAPSHOT

Uses of Package
org.kie.api.definition.process

Packages that use org.kie.api.definition.process
org.jbpm.bpmn2.xml   
org.jbpm.compiler   
org.jbpm.compiler.xml   
org.jbpm.compiler.xml.processes   
org.jbpm.examples.checklist.impl   
org.jbpm.process   
org.jbpm.process.builder   
org.jbpm.process.core   
org.jbpm.process.core.context.exception   
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   
org.jbpm.workflow.core.impl   
org.jbpm.workflow.core.node   
org.jbpm.workflow.instance   
org.jbpm.workflow.instance.impl   
org.jbpm.workflow.instance.impl.factory   
org.jbpm.workflow.instance.node   
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. 
 

Classes in org.kie.api.definition.process used by org.jbpm.bpmn2.xml
Connection
          A connection is a link from one Node to another.
Node
          A Node represents an activity in the process flow chart.
NodeContainer
          A NodeContainer contains a set of Nodes There are different types of NodeContainers and NodeContainers may be nested.
Process
          A Process represents one modular piece of business logic that can be executed by a process engine.
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.
 

Classes in org.kie.api.definition.process used by org.jbpm.compiler
Process
          A Process represents one modular piece of business logic that can be executed by a process engine.
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.
 

Classes in org.kie.api.definition.process used by org.jbpm.compiler.xml
Connection
          A connection is a link from one Node to another.
Node
          A Node represents an activity in the process flow chart.
Process
          A Process represents one modular piece of business logic that can be executed by a process engine.
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.
 

Classes in org.kie.api.definition.process used by org.jbpm.compiler.xml.processes
Connection
          A connection is a link from one Node to another.
 

Classes in org.kie.api.definition.process used by org.jbpm.examples.checklist.impl
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.
 

Classes in org.kie.api.definition.process used by org.jbpm.process
Process
          A Process represents one modular piece of business logic that can be executed by a process engine.
 

Classes in org.kie.api.definition.process used by org.jbpm.process.builder
Node
          A Node represents an activity in the process flow chart.
Process
          A Process represents one modular piece of business logic that can be executed by a process engine.
 

Classes in org.kie.api.definition.process used by org.jbpm.process.core
Process
          A Process represents one modular piece of business logic that can be executed by a process engine.
 

Classes in org.kie.api.definition.process used by org.jbpm.process.core.context.exception
Node
          A Node represents an activity in the process flow chart.
 

Classes in org.kie.api.definition.process used by org.jbpm.process.core.impl
Process
          A Process represents one modular piece of business logic that can be executed by a process engine.
 

Classes in org.kie.api.definition.process used by org.jbpm.process.core.validation
Process
          A Process represents one modular piece of business logic that can be executed by a process engine.
 

Classes in org.kie.api.definition.process used by org.jbpm.process.core.validation.impl
Process
          A Process represents one modular piece of business logic that can be executed by a process engine.
 

Classes in org.kie.api.definition.process used by org.jbpm.process.instance
Process
          A Process represents one modular piece of business logic that can be executed by a process engine.
 

Classes in org.kie.api.definition.process used by org.jbpm.process.instance.impl
Connection
          A connection is a link from one Node to another.
Process
          A Process represents one modular piece of business logic that can be executed by a process engine.
 

Classes in org.kie.api.definition.process used by org.jbpm.ruleflow.core
NodeContainer
          A NodeContainer contains a set of Nodes There are different types of NodeContainers and NodeContainers may be nested.
Process
          A Process represents one modular piece of business logic that can be executed by a process engine.
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.
 

Classes in org.kie.api.definition.process used by org.jbpm.ruleflow.core.validation
Node
          A Node represents an activity in the process flow chart.
Process
          A Process represents one modular piece of business logic that can be executed by a process engine.
 

Classes in org.kie.api.definition.process used by org.jbpm.workflow.core
Connection
          A connection is a link from one Node to another.
Node
          A Node represents an activity in the process flow chart.
NodeContainer
          A NodeContainer contains a set of Nodes There are different types of NodeContainers and NodeContainers may be nested.
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.
 

Classes in org.kie.api.definition.process used by org.jbpm.workflow.core.impl
Connection
          A connection is a link from one Node to another.
Node
          A Node represents an activity in the process flow chart.
NodeContainer
          A NodeContainer contains a set of Nodes There are different types of NodeContainers and NodeContainers may be nested.
Process
          A Process represents one modular piece of business logic that can be executed by a process engine.
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.
 

Classes in org.kie.api.definition.process used by org.jbpm.workflow.core.node
Connection
          A connection is a link from one Node to another.
Node
          A Node represents an activity in the process flow chart.
NodeContainer
          A NodeContainer contains a set of Nodes There are different types of NodeContainers and NodeContainers may be nested.
 

Classes in org.kie.api.definition.process used by org.jbpm.workflow.instance
Node
          A Node represents an activity in the process flow chart.
NodeContainer
          A NodeContainer contains a set of Nodes There are different types of NodeContainers and NodeContainers may be nested.
 

Classes in org.kie.api.definition.process used by org.jbpm.workflow.instance.impl
Connection
          A connection is a link from one Node to another.
Node
          A Node represents an activity in the process flow chart.
NodeContainer
          A NodeContainer contains a set of Nodes There are different types of NodeContainers and NodeContainers may be nested.
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.
 

Classes in org.kie.api.definition.process used by org.jbpm.workflow.instance.impl.factory
Node
          A Node represents an activity in the process flow chart.
 

Classes in org.kie.api.definition.process used by org.jbpm.workflow.instance.node
Node
          A Node represents an activity in the process flow chart.
NodeContainer
          A NodeContainer contains a set of Nodes There are different types of NodeContainers and NodeContainers may be nested.
 

Classes in org.kie.api.definition.process used by org.kie.api
Process
          A Process represents one modular piece of business logic that can be executed by a process engine.
 

Classes in org.kie.api.definition.process used by org.kie.api.definition
Process
          A Process represents one modular piece of business logic that can be executed by a process engine.
 

Classes in org.kie.api.definition.process used by org.kie.api.definition.process
Node
          A Node represents an activity in the process flow chart.
NodeContainer
          A NodeContainer contains a set of Nodes There are different types of NodeContainers and NodeContainers may be nested.
Process
          A Process represents one modular piece of business logic that can be executed by a process engine.
 

Classes in org.kie.api.definition.process used by org.kie.api.event.kiebase
Process
          A Process represents one modular piece of business logic that can be executed by a process engine.
 


jBPM distribution 6.0.0-SNAPSHOT

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