|
Agentflow V3.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectsi.wfcidata.AFProcessManager
public class AFProcessManager
AFProcessManager
| Constructor Summary | |
|---|---|
AFProcessManager(WFCI wfci)
Constructor |
|
| Method Summary | |
|---|---|
AFTask |
createProcess(AFMemberRecord member,
AFProcess process)
Create a AFTask of AFProcess |
java.lang.String |
createProcess(java.lang.String userID,
java.lang.String proID,
java.util.HashMap args)
Create a AFTask of AFProcess |
AFArtifact |
getAFArtifact(java.lang.String aID)
Get an AFArtifact object by ID. |
java.util.Vector |
getAFArtifactForm(java.lang.String aID)
Return artifact forms of some specific artifact. |
AFProject |
getAFProject(java.lang.String prjID)
Get an AFProject object by ID. |
AFTaskList |
getAFTaskOfProcess(java.lang.String proID)
Return the task list of the Process. |
AFTaskList |
getAFTaskOfProcess(java.lang.String proID,
int state)
Return the task list of the Process with the specific state. |
java.util.Vector |
getRootAFTaskOfProcess(java.lang.String proID)
Return the root task list of the Process. |
java.util.Vector |
getRootAFTaskOfProcess(java.lang.String proID,
int state)
Return the root task list of the Process with the specific state. |
java.util.HashMap |
initProcess(java.lang.String user,
AFProcess process)
Initial the process. |
java.util.HashMap |
initProcess(java.lang.String user,
java.lang.String roleID,
java.lang.String processID,
java.lang.String subject,
int priority)
Initial the process. |
java.util.HashMap |
initProcess(java.lang.String user,
java.lang.String roleID,
java.lang.String depID,
java.lang.String processID,
java.lang.String processName,
java.lang.String subject,
int priority)
Initial the process. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AFProcessManager(WFCI wfci)
wfci - WFCI interface| Method Detail |
|---|
public AFTask createProcess(AFMemberRecord member,
AFProcess process)
throws WFCIException
member - AFMemberRecordprocess - AFProcess
WFCIException
public java.lang.String createProcess(java.lang.String userID,
java.lang.String proID,
java.util.HashMap args)
throws WFCIException
userID - AFMemberRecord IDproID - AFProcess IDargs - HashMap
WFCIException
public AFArtifact getAFArtifact(java.lang.String aID)
throws WFCIException
aID - AFArtifact ID
WFCIException
public java.util.Vector getAFArtifactForm(java.lang.String aID)
throws WFCIException
aID - AFArtifact ID
WFCIException
public AFProject getAFProject(java.lang.String prjID)
throws WFCIException
prjID - AFProject ID
WFCIException
public AFTaskList getAFTaskOfProcess(java.lang.String proID)
throws WFCIException
proID - the given PASEProcessID
WFCIExceptionAFTaskList
public AFTaskList getAFTaskOfProcess(java.lang.String proID,
int state)
throws WFCIException
proID - the given PASEProcessIDstate - the task state:
WFCIExceptionAFTaskList
public java.util.Vector getRootAFTaskOfProcess(java.lang.String proID)
throws WFCIException
proID - the given PASEProcessID
TinyTask
WFCIException
public java.util.Vector getRootAFTaskOfProcess(java.lang.String proID,
int state)
throws WFCIException
proID - the given PASEProcessIDstate - the task state:
TinyTask
WFCIException
public java.util.HashMap initProcess(java.lang.String user,
AFProcess process)
throws WFCIException
user - the given Username, login ID.process - the given AFProcess
WFCIException
public java.util.HashMap initProcess(java.lang.String user,
java.lang.String roleID,
java.lang.String processID,
java.lang.String subject,
int priority)
throws WFCIException
user - the given Username, login ID.roleID - the given RoleIDprocessID - the given ProcessIDsubject - the given Subjectpriority - the given Priority,
WFCIException
public java.util.HashMap initProcess(java.lang.String user,
java.lang.String roleID,
java.lang.String depID,
java.lang.String processID,
java.lang.String processName,
java.lang.String subject,
int priority)
throws WFCIException
user - the given Username, login ID.roleID - the given RoleIDdepID - the given DepartmentIDprocessID - the given ProcessIDprocessName - the given PoleNamesubject - the given Subjectpriority - the given Priority,
WFCIException
|
Agentflow V3.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||