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.
|
Set<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(Set<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, setResourcegetKnowledgeType, getNamespaceaddContext, getContext, getContexts, getDefaultContext, setDefaultContextvoid 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 processSet<String> getImports()
void setImports(Set<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–2020 JBoss by Red Hat. All rights reserved.