org.drools.definition.process
Interface WorkflowProcess

All Superinterfaces:
KnowledgeDefinition, 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.


Method Summary
 
Methods inherited from interface org.drools.definition.process.Process
getId, getMetaData, getMetaData, getName, getPackageName, getType, getVersion
 
Methods inherited from interface org.drools.definition.process.NodeContainer
getNode, getNodes
 



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