|
Agentflow V3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpe.pase.PASEProcess
public class PASEProcess
The class is used for Client-Side of Agentflow. It holds the information necessary for initializing a process. The information include ProcessID, ProcessName, TaskKeyword, TaskPriority, and ProcessMDR. The detail of The ProcessMDR is introduced in pe.pase.memberDR.
The fields of ProcessID, ProcessName, and ProcessMDR are filled in the server-side and sent to the client. When the user activates the process, the other two field TaskKeyword and TaskPriority are filled and send back to the server to initialize the Task.
DBProcess
,
Task
,
memberDR
,
Serialized FormConstructor Summary | |
---|---|
PASEProcess(java.lang.String id)
Constructor. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
To determine whether two PASEProcess is equal in their
department id, role id, and process id |
java.lang.String |
getDepartmentID()
Get the id of department which includes the member who executes the process. |
java.lang.String |
getDepartmentName()
Get the name of department which includes the member who executes the process. |
java.lang.String |
getDepRolString()
Get the string formatted by department name and role name, which is used in process frame in Agenda |
java.lang.String |
getFavoriteCheck()
|
java.lang.String |
getID()
Get the process id |
java.lang.String |
getKeyWord()
Get the task keyword |
java.lang.String |
getName()
Get the process name |
int |
getPriority()
Get the task priority |
java.lang.String |
getRoleID()
Get the id of role of the member who executes the process. |
java.lang.String |
getRoleName()
Get the name of role of the member who executes the process. |
int |
getRootSiblingOrder()
|
int |
hashCode()
Create the hashcode of the PASEProcess instance |
void |
setDepartmentID(java.lang.String dID)
Set the id of department which includes the member who executes the process. |
void |
setFavoriteCheck(java.lang.String favorite)
|
void |
setID(java.lang.String id)
Set the process id |
void |
setKeyWord(java.lang.String key)
Set the task keyword |
void |
setMemberDR(memberDR dr)
Set the memberDR which involves the data of executor. |
void |
setName(java.lang.String name)
Set the process name |
void |
setPriority(int tp)
Set the task priority |
void |
setRoleID(java.lang.String rID)
Set the id of role of the memebr who executes the process. |
void |
setRootSiblingOrder(int order)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PASEProcess(java.lang.String id)
PASEProcess
with the
specified process id.
id
- the given process idMethod Detail |
---|
public boolean equals(java.lang.Object obj)
PASEProcess
is equal in their
department id, role id, and process id
equals
in class java.lang.Object
public java.lang.String getDepartmentID()
public java.lang.String getDepartmentName()
public java.lang.String getDepRolString()
public java.lang.String getFavoriteCheck()
public java.lang.String getID()
public java.lang.String getKeyWord()
public java.lang.String getName()
public int getPriority()
public java.lang.String getRoleID()
public java.lang.String getRoleName()
public int getRootSiblingOrder()
public int hashCode()
PASEProcess
instance
hashCode
in class java.lang.Object
public void setDepartmentID(java.lang.String dID)
dID
- the given department idpublic void setFavoriteCheck(java.lang.String favorite)
public void setID(java.lang.String id)
id
- the given process idpublic void setKeyWord(java.lang.String key)
key
- the given task keywordpublic void setMemberDR(memberDR dr)
memberDR
which involves the data of executor.
dr
- the process memberDR
memberDR
public void setName(java.lang.String name)
name
- the given process namepublic void setPriority(int tp)
public void setRoleID(java.lang.String rID)
rID
- the given role idpublic void setRootSiblingOrder(int order)
|
Agentflow V3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |