KIE API 6.1.0.CR2

org.kie.api.definition.process
Interface WorkflowProcess

All Superinterfaces:
KieDefinition, NodeContainer, Process

public interface WorkflowProcess
extends Process, NodeContainer

A WorkflowProcess is a type of Process that uses a flow chart (as a collection of Nodes and Connections) to model the business logic.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.kie.api.definition.KieDefinition
KieDefinition.KnowledgeType
 
Method Summary
 
Methods inherited from interface org.kie.api.definition.process.Process
getId, getMetaData, getName, getPackageName, getResource, getType, getVersion, setResource
 
Methods inherited from interface org.kie.api.definition.KieDefinition
getKnowledgeType, getNamespace
 
Methods inherited from interface org.kie.api.definition.process.NodeContainer
getNode, getNodes
 


KIE API 6.1.0.CR2

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