|
Agentflow V3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsi.wfcidata.AFUserSession
public class AFUserSession
AFUserSession
Constructor Summary | |
---|---|
AFUserSession(WFCI wfci,
MemberRecord member)
Constructor |
|
AFUserSession(WFCI wfci,
MemberRecord member,
java.lang.String domainName)
Constructor |
Method Summary | |
---|---|
boolean |
changePassword(java.lang.String newPwd)
Change password of member |
boolean |
changePassword(java.lang.String oldPwd,
java.lang.String newPwd)
Change password of member |
AFArtInstance |
createFreqArtInstance(java.lang.String aID)
Create artifact instance, for FreqAp use |
AFMemberRecord |
getAFMemberRecord()
Get member instance |
AFTaskList |
getAFMyTaskList()
Get AFMyTaskList which is viewed in MyTask in Agenda |
AFProcessList |
getAFProcessList()
Get AFProcessList of root AFTask of member |
AFTaskList |
getAFTaskList()
Get AFTaskList of AFTask of member |
AFTaskList |
getAFTaskList(int state)
Get AFTaskList whose state of task equals 'state' |
AFTaskList |
getApprovalHistoryRootTask()
|
java.lang.String |
getDomainName()
|
java.lang.String |
getFlowServerHost()
Get the flow server host. |
java.lang.String |
getFlowServerPort()
Get the flow server port. |
java.util.Vector |
getFreqApListOfMember()
return a PASEFreqAp List. |
AFTaskList |
getHistoryRootTask()
|
AFMemberRecord |
getMemberRecord()
Get the MemberRecord of the Session |
AFTaskList |
getMonitorRootAFTask()
Get AFTaskList which is viewed in Monitor in Agenda |
AFTaskList |
getRequestHistoryRootTask()
|
java.util.HashMap |
getRetHashMap()
Get the login result HashMap |
AFTaskList |
getRootAFTaskOfJoinMember(int state)
Get AFTaskList whose state of AFTask equals 'state' of join member |
AFTaskList |
getRootAFTaskOfMember()
Get AFTaskList of root AFTask of member |
AFTaskList |
getRootAFTaskOfMember(int state)
Get AFTaskList whose state of AFTask equals 'state' of member |
java.util.HashMap |
getTreeTaskList()
Get MyTask Data with a tree structure which consists of AFProjectTask and AFProcessTask |
WFCI |
getWFCI()
Get WFCI interface |
java.util.HashMap |
initProcess(AFProcess process)
Initializa AFProcess with some AFProcess arguments |
java.util.HashMap |
initProcess(java.lang.String roleID,
java.lang.String depID,
java.lang.String processID,
java.lang.String subject,
int priority)
Initializa AFProcess with some AFProcess arguments, using default process name |
java.util.HashMap |
initProcess(java.lang.String roleID,
java.lang.String depID,
java.lang.String processID,
java.lang.String processName,
java.lang.String subject,
int priority)
Initializa AFProcess with some AFProcess arguments |
void |
logout()
User logout. |
void |
reloadAFMemberRecord()
Reload member instance |
void |
setAFMemberRecord(MemberRecord member)
Set member instance |
void |
setDomainName(java.lang.String domainName)
|
void |
setRetHashMap(java.util.HashMap retHashMap)
Set the login result HashMap |
void |
setWFCI(WFCI wfci)
set WFCI interface |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AFUserSession(WFCI wfci, MemberRecord member)
wfci
- WFCI interfacemember
- MemberRecord objectpublic AFUserSession(WFCI wfci, MemberRecord member, java.lang.String domainName)
wfci
- WFCI interfacemember
- MemberRecord objectdomainName
- Method Detail |
---|
public boolean changePassword(java.lang.String newPwd) throws WFCIException
newPwd
- new password
WFCIException
public boolean changePassword(java.lang.String oldPwd, java.lang.String newPwd) throws WFCIException
oldPwd
- old passwordnewPwd
- new password
WFCIException
public AFArtInstance createFreqArtInstance(java.lang.String aID) throws WFCIException
iID
- the givin ArtifactID
WFCIException
AFArtInstance
public AFMemberRecord getAFMemberRecord() throws WFCIException
WFCIException
AFMemberRecord
public AFTaskList getAFMyTaskList() throws WFCIException
WFCIException
public AFProcessList getAFProcessList() throws WFCIException
WFCIException
public AFTaskList getAFTaskList() throws WFCIException
WFCIException
public AFTaskList getAFTaskList(int state) throws WFCIException
state
- AFTask state
WFCIException
public AFTaskList getApprovalHistoryRootTask() throws WFCIException
WFCIException
public java.lang.String getDomainName()
public java.lang.String getFlowServerHost() throws WFCIException
WFCIException
public java.lang.String getFlowServerPort() throws WFCIException
WFCIException
public java.util.Vector getFreqApListOfMember() throws WFCIException
AFFreqAP
)
WFCIException
AFFreqAP
public AFTaskList getHistoryRootTask() throws WFCIException
WFCIException
public AFMemberRecord getMemberRecord() throws WFCIException
WFCIException
AFMemberRecord
public AFTaskList getMonitorRootAFTask() throws WFCIException
WFCIException
public AFTaskList getRequestHistoryRootTask() throws WFCIException
WFCIException
public java.util.HashMap getRetHashMap()
public AFTaskList getRootAFTaskOfJoinMember(int state) throws WFCIException
state
- AFTask state
WFCIException
public AFTaskList getRootAFTaskOfMember() throws WFCIException
WFCIException
public AFTaskList getRootAFTaskOfMember(int state) throws WFCIException
state
- AFTask state
WFCIException
public java.util.HashMap getTreeTaskList() throws WFCIException
WFCIException
AFProjectTask
,
AFProcessTask
public WFCI getWFCI() throws WFCIException
WFCIException
public java.util.HashMap initProcess(AFProcess process) throws WFCIException
process
- AFProcess object
WFCIException
public java.util.HashMap initProcess(java.lang.String roleID, java.lang.String depID, java.lang.String processID, java.lang.String subject, int priority) throws WFCIException
roleID
- AFRole IDprocessID
- AFProcess IDsubject
- AFProcess subjectpriority
- AFProcess priority number
WFCIException
public java.util.HashMap initProcess(java.lang.String roleID, java.lang.String depID, java.lang.String processID, java.lang.String processName, java.lang.String subject, int priority) throws WFCIException
roleID
- AFRole IDprocessID
- AFProcess IDprocessName
- AFProcess namesubject
- AFProcess subjectpriority
- AFProcess priority number
WFCIException
public void logout() throws WFCIException
WFCIException
public void reloadAFMemberRecord() throws WFCIException
WFCIException
MemberRecord
public void setAFMemberRecord(MemberRecord member)
MemberRecord
public void setDomainName(java.lang.String domainName)
public void setRetHashMap(java.util.HashMap retHashMap)
the
- result HashMap, invoked by AFConnectionpublic void setWFCI(WFCI wfci) throws WFCIException
wfci
-
WFCIException
|
Agentflow V3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |