FLService使用说明.doc
目录
FLService使用說明 2
EEPWebClient 4
ApproveForAllPlatform 4
DeleteNotifyForAllPlatform 4
EEPExecuteSQL 5
EEPFetchMenus 5
EEPGetSolution 5
GetCommentForAllAllPlatform 5
GetCurrentDoListForAllAllPlatform 5
GetDelayForAllAllPlatform 6
GetNotifyForAllAllPlatform 6
GetNotifyForAllAllPlatform2 6
GetToDoHisForAllAllPlatform 6
GetToDoHisForAllAllPlatform2 7
GetToDoListForAllAllPlatform 7
GetToDoListForAllAllPlatform2 7
LoginForAllPlatform 7
LogoutForAllPlatform 8
NotifyForAllPlatform 8
PauseForAllPlatform 8
PlusForAllPlatform 9
PlusReturnForAllPlatform 9
RejectForAllPlatform 10
RetakeForAllPlatform 10
ReturnForAllPlatform 10
SubmitForAllPlatform 11
JQWebClient 12
ApproveForAllPlatform 12
DeleteNotifyForAllPlatform 12
EEPExecuteSQL 13
EEPFetchMenus 13
EEPGetSolution 13
GetCommentForAllAllPlatform 13
GetCurrentDoListForAllAllPlatform 14
GetDelayForAllAllPlatform 14
GetNotifyForAllAllPlatform 14
GetNotifyForAllAllPlatform2 14
GetToDoHisForAllAllPlatform 14
GetToDoHisForAllAllPlatform2 15
GetToDoListForAllAllPlatform 15
GetToDoListForAllAllPlatform2 15
LoginForAllPlatform 15
NotifyForAllPlatform 16
PlusForAllPlatform 16
PlusReturnForAllPlatform 17
RejectForAllPlatform 17
RetakeForAllPlatform 18
ReturnForAllPlatform 18
SubmitForAllPlatform 19
Appendix A WorkFlow系統資料表結構說明 20
FLService使用說明
FLService這個WebService主要為非EEP的Clinet端的API提供一支WebService服務。該FLService提供的Service如下圖所示:
D:\EEP2012\EFWCFModule\EEPAdapter\Provider.cs
功能函數:
EEPWebClient
ApproveForAllPlatform
public object[] ApproveForAllPlatform(string securityKey, string listId, string flowPath, int important, int urgent, string remark, string roleId, string orgKid)
功能說明:審核。
參數說明: string securityKey:登錄后生成的一個Key字符串
string listId:待辦事項的ListID
string flowPath:當前完成的流程深度
int important:是否重要單據—FLOWIMPORTANT
int urgent:是否緊急單據—FLOWURGENT
string remark:意見說明
string roleId:發送者角色
string orgKid:所在組織編號
返回值:一般為2個參數:
第一個參數為int,0表示審核成功,1系統報錯,2都表示流程中斷
第二個參數為string:
0:返回下一個流程節點的名稱及提交對象的RoleID;
1:系統報錯的內容;
2:流程中斷的原因。
NotifyForAllPlatform
pub
原创力文档

文档评论(0)