Class UofxService.BPM
BPM 服務
Inheritance
System.Object
UofxService.BPM
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Ede.Uofx.PubApi.Sdk.NetStd.Service
Assembly: Ede.Uofx.PubApi.Sdk.NetStd.dll
Syntax
public static class BPM
Methods
View SourceApplyForm(Object)
外部起單
Declaration
public static async Task<string> ApplyForm(object model)
Parameters
Type | Name | Description |
---|---|---|
System.Object | model |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.String> |
CancelTask(String, String, String)
作廢表單
Declaration
public static async Task<bool> CancelTask(string formNo, string account, string reason)
Parameters
Type | Name | Description |
---|---|---|
System.String | formNo | 表單編號 |
System.String | account | 帳號 |
System.String | reason | 原因 |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.Boolean> |
GetAllCanApplyForms(String)
取得可申請的表單清單
Declaration
public static async Task<AllCanApplyFormViewModel> GetAllCanApplyForms(string account)
Parameters
Type | Name | Description |
---|---|---|
System.String | account | 帳號 |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<AllCanApplyFormViewModel> |
GetAllExtConn(String)
取得所有外部連線資訊
Declaration
public static async Task<IEnumerable<ExternalConnResponseModel>> GetAllExtConn(string account)
Parameters
Type | Name | Description |
---|---|---|
System.String | account | 帳號 |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<ExternalConnResponseModel>> |
GetFormInfo(String)
取得表單欄位資訊
Declaration
public static async Task<object> GetFormInfo(string formCode)
Parameters
Type | Name | Description |
---|---|---|
System.String | formCode | 表單代碼 |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.Object> |
SearchFormByApply(SearchFormByApplyReqModel)
搜尋 我申請的單據
Declaration
public static async Task<SearchByPage<SearchFormByApplyResultModel>> SearchFormByApply(SearchFormByApplyReqModel model)
Parameters
Type | Name | Description |
---|---|---|
SearchFormByApplyReqModel | model |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<SearchByPage<SearchFormByApplyResultModel>> |
SearchFormByAwaiting(SearchFormByAwaitingReqModel)
搜尋 待處理的單據
Declaration
public static async Task<SearchByPage<SearchFormByAwaitingResultModel>> SearchFormByAwaiting(SearchFormByAwaitingReqModel model)
Parameters
Type | Name | Description |
---|---|---|
SearchFormByAwaitingReqModel | model |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<SearchByPage<SearchFormByAwaitingResultModel>> |