|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Process
A Process represents one modular piece of business logic that can be executed by a process engine. Different types of processes may exist.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.drools.definition.KnowledgeDefinition |
---|
KnowledgeDefinition.KnowledgeType |
Method Summary | |
---|---|
String |
getId()
The unique id of the Process. |
Map<String,Object> |
getMetaData()
Meta data associated with this Node. |
Object |
getMetaData(String name)
Deprecated. |
String |
getName()
The name of the Process. |
String |
getPackageName()
The package name of this process. |
String |
getType()
The type of process. |
String |
getVersion()
The version of the Process. |
Methods inherited from interface org.drools.definition.KnowledgeDefinition |
---|
getKnowledgeType, getNamespace |
Method Detail |
---|
String getId()
getId
in interface KnowledgeDefinition
String getName()
String getVersion()
String getPackageName()
String getType()
Map<String,Object> getMetaData()
@Deprecated Object getMetaData(String name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |