public interface Process extends KnowledgeDefinition
KnowledgeDefinition.KnowledgeType
Modifier and Type | Method and Description |
---|---|
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.
|
getKnowledgeType, getNamespace
String getId()
getId
in interface KnowledgeDefinition
String getName()
String getVersion()
String getPackageName()
String getType()
@Deprecated Object getMetaData(String name)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.