|
Agentflow V3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpe.pase.PASEProcess
si.wfcidata.AFProcess
public class AFProcess
AFProcess
Constructor Summary | |
---|---|
AFProcess(WFCI wfci,
PASEProcess process)
Constructor |
|
AFProcess(WFCI wfci,
java.lang.String pID)
Constructor |
Method Summary | |
---|---|
AFDepartment |
getAFDepartment()
Return the AFDepartment of the AFProcess. |
AFProject |
getAFProject()
Return the AFProject of the AFProcess. |
AFRole |
getAFRole()
Return the AFRole of the AFProcess. |
AFTaskList |
getAFTaskOfProcess()
Return the task list of the Process. |
AFTaskList |
getAFTaskOfProcess(int state)
Return the task list of the Process with the specific state. |
java.util.HashMap |
getParameter()
Get the primitives of the AFProcess |
PASEProcess |
getPASEProcess()
getPASEProcess |
java.util.Vector |
getRootAFTaskOfProcess()
Return the root task list of the Process. |
java.util.Vector |
getRootAFTaskOfProcess(int state)
Return the root task list of the Process with the specific state. |
void |
initProcess(AFMemberRecord member)
Initial the process. |
Methods inherited from class pe.pase.PASEProcess |
---|
equals, getDepartmentID, getDepartmentName, getDepRolString, getFavoriteCheck, getID, getKeyWord, getName, getPriority, getRoleID, getRoleName, getRootSiblingOrder, hashCode, setDepartmentID, setFavoriteCheck, setID, setKeyWord, setMemberDR, setName, setPriority, setRoleID, setRootSiblingOrder |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AFProcess(WFCI wfci, PASEProcess process) throws WFCIException
wfci
- WFCI interfaceprocess
- PASEProcess
WFCIException
public AFProcess(WFCI wfci, java.lang.String pID)
wfci
- WFCI interfacepID
- AFProcess IDMethod Detail |
---|
public AFDepartment getAFDepartment() throws WFCIException
WFCIException
public AFProject getAFProject() throws WFCIException
WFCIException
public AFRole getAFRole() throws WFCIException
WFCIException
public AFTaskList getAFTaskOfProcess() throws WFCIException
WFCIException
AFTaskList
public AFTaskList getAFTaskOfProcess(int state) throws WFCIException
state
- the task state:
WFCIException
AFTaskList
public java.util.HashMap getParameter() throws WFCIException
WFCIException
public PASEProcess getPASEProcess()
public java.util.Vector getRootAFTaskOfProcess() throws WFCIException
TinyTask
WFCIException
public java.util.Vector getRootAFTaskOfProcess(int state) throws WFCIException
state
- the task state:
TinyTask
WFCIException
public void initProcess(AFMemberRecord member) throws WFCIException
member
- AFMemberRecord to initial AFProcess
WFCIException
|
Agentflow V3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |