|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WorkflowProcess
Represents a RuleFlow process.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.drools.definition.KnowledgeDefinition |
---|
KnowledgeDefinition.KnowledgeType |
Method Summary | |
---|---|
List<String> |
getFunctionImports()
Returns the function imports of this RuleFlow process. |
String[] |
getGlobalNames()
Returns the names of the globals used in this RuleFlow process |
Map<String,String> |
getGlobals()
Returns the globals of this RuleFlow process. |
List<String> |
getImports()
Returns the imports of this RuleFlow process. |
boolean |
isAutoComplete()
Returns whether this process will automatically complete if it contains no active node instances anymore |
boolean |
isDynamic()
|
void |
setFunctionImports(List<String> functionImports)
Sets the imports of this RuleFlow process |
void |
setGlobals(Map<String,String> globals)
Sets the imports of this RuleFlow process |
void |
setImports(List<String> imports)
Sets the imports of this RuleFlow process |
Methods inherited from interface org.jbpm.process.core.Process |
---|
setId, setMetaData, setName, setPackageName, setType, setVersion |
Methods inherited from interface org.drools.definition.process.Process |
---|
getId, getMetaData, getMetaData, getName, getPackageName, getType, getVersion |
Methods inherited from interface org.drools.definition.KnowledgeDefinition |
---|
getKnowledgeType, getNamespace |
Methods inherited from interface org.jbpm.process.core.ContextContainer |
---|
addContext, getContext, getContexts, getDefaultContext, setDefaultContext |
Methods inherited from interface org.drools.io.ResourcedObject |
---|
getResource, setResource |
Methods inherited from interface org.jbpm.workflow.core.NodeContainer |
---|
addNode, internalGetNode, removeNode, resolveContext |
Methods inherited from interface org.drools.definition.process.NodeContainer |
---|
getNode, getNodes |
Method Detail |
---|
List<String> getImports()
List<String> getFunctionImports()
void setImports(List<String> imports)
imports
- the imports as a List of fully qualified class namesvoid setFunctionImports(List<String> functionImports)
functionImports
- the imports as a List of fully qualified class namesMap<String,String> getGlobals()
void setGlobals(Map<String,String> globals)
globals
- the globals as a Map with the name as key and the type as valueString[] getGlobalNames()
boolean isAutoComplete()
boolean isDynamic()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |