| 
 | ||||||||||
| 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.
| 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. | 
| Method Detail | 
|---|
String getId()
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 | |||||||||