org.jbpm.process.core
public interface Process extends org.kie.api.definition.process.Process, ContextContainer
Modifier and Type | Method and Description |
---|---|
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.
|
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 |
setId(String id)
Sets the id of this process.
|
void |
setImports(List<String> imports)
Sets the imports of this RuleFlow process
|
void |
setMetaData(String name,
Object value) |
void |
setName(String name)
Sets the name of this process.
|
void |
setPackageName(String packageName)
Sets the package name of this RuleFlow process
|
void |
setType(String type)
Sets the type of this process.
|
void |
setVersion(String version)
Sets the version of this process.
|
getId, getMetaData, getName, getPackageName, getResource, getType, getVersion, setResource
getKnowledgeType, getNamespace
addContext, getContext, getContexts, getDefaultContext, setDefaultContext
void setId(String id)
id
- the id of the processvoid setName(String name)
name
- the name of this processvoid setVersion(String version)
version
- the version of this processvoid setType(String type)
type
- the type of this processvoid setPackageName(String packageName)
packageName
- the package name of this RuleFlow processList<String> getImports()
void setImports(List<String> imports)
imports
- the imports as a List of fully qualified class namesList<String> getFunctionImports()
void 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()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.