|
Agentflow V3.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectpe.pase.MemberRecord
si.wfcidata.AFMemberRecord
public class AFMemberRecord
AFMemberRecord
| Constructor Summary | |
|---|---|
AFMemberRecord(WFCI wfci)
Constructor |
|
AFMemberRecord(WFCI wfci,
MemberRecord memberRecord)
Constructor |
|
| Method Summary | |
|---|---|
void |
changePassword(java.lang.String pass)
Set the member login password |
AFTask |
createAFProcess(AFProcess process)
Create a AFTask of AFProcess |
java.lang.String |
createProcess(java.lang.String proID,
java.util.HashMap args)
Create a AFTask of AFProcess |
java.util.Vector |
getAFProcess()
Return the root processes of this member. |
java.util.Vector |
getAFRoleList()
Return all AFRoles attached to this member |
java.util.Vector |
getAFRoleListByAFDep(AFDepartment dep)
Return all AFRoles belong to some specific AFDepartment |
AFTaskList |
getAFTask()
Return AFTasks executed by this member. |
AFTaskList |
getAFTask(int state)
Return AFTasks which in some state and executed by this member. |
AFMemberRecord |
getDeputyAFMemberRecord()
Return the Deputy AFMemberRecord |
AFRole |
getMainAFRole()
Return the main AFRole of this member |
MemberRecord |
getMemberRecord()
Get the MemberRecord instance in order to comunucate with PASE server |
AFTaskList |
getRootAFTask(int state)
Return root AFTasks which in some state and executed by this member. |
boolean |
updateAFMemberRecord()
Updates MemberRecord data in database. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AFMemberRecord(WFCI wfci)
wfci - WFCI interface
public AFMemberRecord(WFCI wfci,
MemberRecord memberRecord)
throws WFCIException
wfci - WFCI interfacememberRecord - MemberRecord
WFCIException| Method Detail |
|---|
public void changePassword(java.lang.String pass)
login - the given member login password
public AFTask createAFProcess(AFProcess process)
throws WFCIException
process - AFProcess
WFCIException
public java.lang.String createProcess(java.lang.String proID,
java.util.HashMap args)
throws WFCIException
proID - AFProcess IDargs - HashMap
WFCIException
public java.util.Vector getAFProcess()
throws WFCIException
WFCIException
public java.util.Vector getAFRoleList()
throws WFCIException
WFCIException
public java.util.Vector getAFRoleListByAFDep(AFDepartment dep)
throws WFCIException
depID - the givin DepartmentID
WFCIException
public AFTaskList getAFTask()
throws WFCIException
WFCIException
public AFTaskList getAFTask(int state)
throws WFCIException
int - AFTask state
WFCIException
public AFMemberRecord getDeputyAFMemberRecord()
throws WFCIException
WFCIException
public AFRole getMainAFRole()
throws WFCIException
WFCIExceptionpublic MemberRecord getMemberRecord()
WFCIException - when some errors occured in the process of import
MemberRecord datas to this object.
public AFTaskList getRootAFTask(int state)
throws WFCIException
int - AFTask state
WFCIException
public boolean updateAFMemberRecord()
throws WFCIException
true if updates successful.
WFCIException - when some errors occured in update process.
|
Agentflow V3.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||