|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProcessDefinition
is an object structure representing an executable process composed of
activities and transitions.
Business processes are often created with graphical editors that store the
process definition in certain file format. These files can be added to a
Deployment artifact, such as for example a Business Archive (.bar)
file.
At deploy time, the engine will then parse the process definition files to an
executable instance of this class, that can be used to start a ProcessInstance.
| Method Summary | |
|---|---|
java.lang.String |
getId()
unique identifier |
java.lang.String |
getKey()
unique name for all versions this process definitions |
java.lang.String |
getName()
label used for display purposes |
int |
getVersion()
version of this process definition |
| Method Detail |
|---|
java.lang.String getId()
java.lang.String getKey()
int getVersion()
java.lang.String getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||