|
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 interfaceMethod 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
WFCIException
AFProject
public AFProjectList getAFProjectOfCompany() throws WFCIException
WFCIException
AFProjectList
public AFProjectList getProjectOfDepartment(java.lang.String dID) throws WFCIException
dID
- the given DepartmentID
WFCIException
AFProjectList
public AFProjectList getProjectOfManager(java.lang.String managerID) throws WFCIException
managerID
- the given MemberID
WFCIException
AFProjectList
|
Agentflow V3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |