jBPM :: Distribution 6.2.0-SNAPSHOT

Uses of Interface
org.kie.api.definition.KieDefinition

Packages that use KieDefinition
org.jbpm.process.core.impl   
org.jbpm.ruleflow.core   
org.jbpm.workflow.core.impl   
org.kie.api.definition.process The classes that make up a Process definition. 
org.kie.api.definition.rule The classes that make up a Rule definition. 
 

Uses of KieDefinition in org.jbpm.process.core.impl
 

Classes in org.jbpm.process.core.impl that implement KieDefinition
 class ProcessImpl
          Default implementation of a Process
 

Uses of KieDefinition in org.jbpm.ruleflow.core
 

Classes in org.jbpm.ruleflow.core that implement KieDefinition
 class RuleFlowProcess
           
 

Uses of KieDefinition in org.jbpm.workflow.core.impl
 

Classes in org.jbpm.workflow.core.impl that implement KieDefinition
 class WorkflowProcessImpl
          Default implementation of a RuleFlow process.
 

Uses of KieDefinition in org.kie.api.definition.process
 

Subinterfaces of KieDefinition in org.kie.api.definition.process
 interface Process
          A Process represents one modular piece of business logic that can be executed by a process engine.
 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 KieDefinition in org.kie.api.definition.rule
 

Subinterfaces of KieDefinition in org.kie.api.definition.rule
 interface Query
          Public Query interface for runtime query inspection.
 interface Rule
          Public Rule interface for runtime rule inspection.
 


jBPM :: Distribution 6.2.0-SNAPSHOT

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