|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface 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. |
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. |
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 |
Method Detail |
---|
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 processvoid setMetaData(String name, Object value)
List<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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |