|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IProcess
Represents a some process definition. A process has a name and a unique id. When a new version of a process is created, the name stays the same, but the id and the version of the process should be different. Different types of processes could be defined (like RuleFlow).
Method Summary | |
---|---|
String |
getId()
Returns the id of this process. |
String |
getName()
Returns the name of this process. |
String |
getType()
Returns the type of this process. |
String |
getVersion()
Returns the version of this process. |
void |
setId(String id)
Sets the id of this process. |
void |
setName(String name)
Sets the name of this process. |
void |
setType(String type)
Sets the type of this process. |
void |
setVersion(String version)
Sets the version of this process. |
Method Detail |
---|
void setId(String id)
id
- the id of the processString getId()
void setName(String name)
name
- the name of this processString getName()
void setVersion(String version)
version
- the version of this processString getVersion()
void setType(String type)
type
- the type of this processString getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |