|
Knowledge API Legacy5 Adapter 6.0.0.Beta3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.drools.impl.adapters.ProcessAdapter
public class ProcessAdapter
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.drools.definition.KnowledgeDefinition |
|---|
KnowledgeDefinition.KnowledgeType |
| Constructor Summary | |
|---|---|
ProcessAdapter(org.kie.api.definition.process.Process delegate)
|
|
| Method Summary | |
|---|---|
static Collection<Process> |
adaptProcesses(Collection<org.kie.api.definition.process.Process> processes)
|
String |
getId()
The unique id of the Process. |
KnowledgeDefinition.KnowledgeType |
getKnowledgeType()
|
Map<String,Object> |
getMetaData()
Meta data associated with this Node. |
Object |
getMetaData(String name)
Meta data associated with this Node. |
String |
getName()
The name of the Process. |
String |
getNamespace()
|
String |
getPackageName()
The package name of this process. |
String |
getType()
The type of process. |
String |
getVersion()
The version of the Process. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProcessAdapter(org.kie.api.definition.process.Process delegate)
| Method Detail |
|---|
public KnowledgeDefinition.KnowledgeType getKnowledgeType()
getKnowledgeType in interface KnowledgeDefinitionpublic String getNamespace()
getNamespace in interface KnowledgeDefinitionpublic String getId()
Process
getId in interface KnowledgeDefinitiongetId in interface Processpublic String getName()
Process
getName in interface Processpublic String getVersion()
Process
getVersion in interface Processpublic String getPackageName()
Process
getPackageName in interface Processpublic String getType()
Process
getType in interface Processpublic Map<String,Object> getMetaData()
Process
getMetaData in interface Processpublic Object getMetaData(String name)
Process
getMetaData in interface Processpublic static Collection<Process> adaptProcesses(Collection<org.kie.api.definition.process.Process> processes)
|
Knowledge API Legacy5 Adapter 6.0.0.Beta3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||