C# Class HYPDM.BLL.WFTemplatesStepService

Inheritance: BaseServiceObject, IWFTemplatesStepService
ファイルを表示 Open project: huayancreate/HYPDM

Public Methods

Method Description
GetAllHandleList ( string wfaID ) : IList
GetAllUserList ( string wfaID ) : IList
GetDetailByWFAppidAndStepID ( string wfaID, string CurrentStepID ) : WF_DETAIL

获取detail信息,当前节点

GetGreaterWFStepListByStepID ( string stepID, string wftID ) : DataTable
GetStepInfoByWftIDAndCurrentStepID ( string wftID, string CurrentStepID ) : WF_TEMPLATES_STEP
GetWFAppStepHandle ( string wfappID, string wftStepID ) : IList
GetWFAppStepUser ( string wfappID, string wftStepID ) : IList
GetWFEndStepByWFID ( string wftID ) : WF_TEMPLATES_STEP
GetWFStartStepByWFID ( string wftID ) : WF_TEMPLATES_STEP
GetWFStep ( string stepID ) : ComboBoxValue
GetWFStepInfoByStepID ( string stepID ) : WF_TEMPLATES_STEP
GetWFStepListByWFID ( string wftID ) : IList
GetWFTemplatesInfoByWFID ( string wftID ) : WF_TEMPLATES
GetWFappByWFID ( string wfappID ) : WF_APP
GetWfAppHandleItem ( string wfaID, string CurrentStepID, string userID ) : WF_APP_HANDLE

根据工作流实例APPID与目前工作节点、用户ID获取WF_APP_HANDLE信息

GetWfAppHandleList ( string wfaID ) : IList
GetWfAppStepHandleList ( string wfaID, string CurrentStepID ) : IList

根据工作流实例APPID与目前工作节点获取WF_APP_HANDLE信息集合

GetWfDetailList ( string wfaID ) : IList
GetWfTemplatesObject ( string OBJECTVALUE ) : WF_TEMPLATES_OBJECT

Method Details

GetAllHandleList() public method

public GetAllHandleList ( string wfaID ) : IList
wfaID string
return IList

GetAllUserList() public method

public GetAllUserList ( string wfaID ) : IList
wfaID string
return IList

GetDetailByWFAppidAndStepID() public method

获取detail信息,当前节点
public GetDetailByWFAppidAndStepID ( string wfaID, string CurrentStepID ) : WF_DETAIL
wfaID string
CurrentStepID string
return WF_DETAIL

GetGreaterWFStepListByStepID() public method

public GetGreaterWFStepListByStepID ( string stepID, string wftID ) : DataTable
stepID string
wftID string
return System.Data.DataTable

GetStepInfoByWftIDAndCurrentStepID() public method

public GetStepInfoByWftIDAndCurrentStepID ( string wftID, string CurrentStepID ) : WF_TEMPLATES_STEP
wftID string
CurrentStepID string
return WF_TEMPLATES_STEP

GetWFAppStepHandle() public method

public GetWFAppStepHandle ( string wfappID, string wftStepID ) : IList
wfappID string
wftStepID string
return IList

GetWFAppStepUser() public method

public GetWFAppStepUser ( string wfappID, string wftStepID ) : IList
wfappID string
wftStepID string
return IList

GetWFEndStepByWFID() public method

public GetWFEndStepByWFID ( string wftID ) : WF_TEMPLATES_STEP
wftID string
return WF_TEMPLATES_STEP

GetWFStartStepByWFID() public method

public GetWFStartStepByWFID ( string wftID ) : WF_TEMPLATES_STEP
wftID string
return WF_TEMPLATES_STEP

GetWFStep() public method

public GetWFStep ( string stepID ) : ComboBoxValue
stepID string
return ComboBoxValue

GetWFStepInfoByStepID() public method

public GetWFStepInfoByStepID ( string stepID ) : WF_TEMPLATES_STEP
stepID string
return WF_TEMPLATES_STEP

GetWFStepListByWFID() public method

public GetWFStepListByWFID ( string wftID ) : IList
wftID string
return IList

GetWFTemplatesInfoByWFID() public method

public GetWFTemplatesInfoByWFID ( string wftID ) : WF_TEMPLATES
wftID string
return WF_TEMPLATES

GetWFappByWFID() public method

public GetWFappByWFID ( string wfappID ) : WF_APP
wfappID string
return WF_APP

GetWfAppHandleItem() public method

根据工作流实例APPID与目前工作节点、用户ID获取WF_APP_HANDLE信息
public GetWfAppHandleItem ( string wfaID, string CurrentStepID, string userID ) : WF_APP_HANDLE
wfaID string
CurrentStepID string
userID string
return WF_APP_HANDLE

GetWfAppHandleList() public method

public GetWfAppHandleList ( string wfaID ) : IList
wfaID string
return IList

GetWfAppStepHandleList() public method

根据工作流实例APPID与目前工作节点获取WF_APP_HANDLE信息集合
public GetWfAppStepHandleList ( string wfaID, string CurrentStepID ) : IList
wfaID string
CurrentStepID string
return IList

GetWfDetailList() public method

public GetWfDetailList ( string wfaID ) : IList
wfaID string
return IList

GetWfTemplatesObject() public method

public GetWfTemplatesObject ( string OBJECTVALUE ) : WF_TEMPLATES_OBJECT
OBJECTVALUE string
return WF_TEMPLATES_OBJECT