|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Process
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 | |
---|---|
java.lang.String |
getId()
Returns the id of this process. |
java.lang.String |
getName()
Returns the name of this process. |
java.lang.String |
getPackageName()
Returns the package name of this RuleFlow process |
java.lang.String |
getType()
Returns the type of this process. |
java.lang.String |
getVersion()
Returns the version of this process. |
void |
setId(java.lang.String id)
Sets the id of this process. |
void |
setName(java.lang.String name)
Sets the name of this process. |
void |
setPackageName(java.lang.String packageName)
Sets the package name of this RuleFlow process |
void |
setType(java.lang.String type)
Sets the type of this process. |
void |
setVersion(java.lang.String version)
Sets the version of this process. |
Method Detail |
---|
void setId(java.lang.String id)
id
- the id of the processjava.lang.String getId()
void setName(java.lang.String name)
name
- the name of this processjava.lang.String getName()
void setVersion(java.lang.String version)
version
- the version of this processjava.lang.String getVersion()
void setType(java.lang.String type)
type
- the type of this processjava.lang.String getType()
void setPackageName(java.lang.String packageName)
packageName
- the package name of this RuleFlow processjava.lang.String getPackageName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |