|
Agentflow V3.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectsi.wfcidata.AFProjectManager
public class AFProjectManager
AFProjectManager
| Constructor Summary | |
|---|---|
AFProjectManager(WFCI wfci)
Constructor |
|
| Method Summary | |
|---|---|
AFProject |
getAFProject(java.lang.String prjID)
Get an AFProject object by ID. |
AFProject |
getAFProjectOfAFProcess(java.lang.String proID)
Return the project of the PASEProcess. |
AFProjectList |
getAFProjectOfCompany()
Return all projects. |
AFProjectList |
getProjectOfDepartment(java.lang.String dID)
Return the projects of some specific department. |
AFProjectList |
getProjectOfManager(java.lang.String managerID)
Return the projects with some specific project manager. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AFProjectManager(WFCI wfci)
wfci - WFCI interface| Method Detail |
|---|
public AFProject getAFProject(java.lang.String prjID)
throws WFCIException
prjID - AFProject ID
WFCIException
public AFProject getAFProjectOfAFProcess(java.lang.String proID)
throws WFCIException
proID - the given AFProcessID
WFCIExceptionAFProject
public AFProjectList getAFProjectOfCompany()
throws WFCIException
WFCIExceptionAFProjectList
public AFProjectList getProjectOfDepartment(java.lang.String dID)
throws WFCIException
dID - the given DepartmentID
WFCIExceptionAFProjectList
public AFProjectList getProjectOfManager(java.lang.String managerID)
throws WFCIException
managerID - the given MemberID
WFCIExceptionAFProjectList
|
Agentflow V3.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||