C# Class Microsoft.Protocols.TestSuites.MS_WWSP.WorkflowSoap

Inheritance: System.Web.Services.Protocols.SoapHttpClientProtocol
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
AlterToDoAsync ( string item, int todoId, System todoListId, System taskData ) : void
AlterToDoAsync ( string item, int todoId, System todoListId, System taskData, object userState ) : void
BeginAlterToDo ( string item, int todoId, System todoListId, System taskData, System callback, object asyncState ) : System.IAsyncResult
BeginClaimReleaseTask ( string item, int taskId, System listId, bool fClaim, System callback, object asyncState ) : System.IAsyncResult
BeginGetTemplatesForItem ( string item, System callback, object asyncState ) : System.IAsyncResult
BeginGetToDosForItem ( string item, System callback, object asyncState ) : System.IAsyncResult
BeginGetWorkflowDataForItem ( string item, System callback, object asyncState ) : System.IAsyncResult
BeginGetWorkflowTaskData ( string item, int taskId, System listId, System callback, object asyncState ) : System.IAsyncResult
BeginStartWorkflow ( string item, System templateId, System workflowParameters, System callback, object asyncState ) : System.IAsyncResult
CancelAsync ( object userState ) : void
ClaimReleaseTaskAsync ( string item, int taskId, System listId, bool fClaim ) : void
ClaimReleaseTaskAsync ( string item, int taskId, System listId, bool fClaim, object userState ) : void
EndAlterToDo ( System asyncResult ) : AlterToDoResponseAlterToDoResult
EndClaimReleaseTask ( System asyncResult ) : ClaimReleaseTaskResponseClaimReleaseTaskResult
EndGetTemplatesForItem ( System asyncResult ) : GetTemplatesForItemResponseGetTemplatesForItemResult
EndGetToDosForItem ( System asyncResult ) : GetToDosForItemResponseGetToDosForItemResult
EndGetWorkflowDataForItem ( System asyncResult ) : GetWorkflowDataForItemResponseGetWorkflowDataForItemResult
EndGetWorkflowTaskData ( System asyncResult ) : GetWorkflowTaskDataResponseGetWorkflowTaskDataResult
EndStartWorkflow ( System asyncResult ) : object
GetTemplatesForItemAsync ( string item ) : void
GetTemplatesForItemAsync ( string item, object userState ) : void
GetToDosForItemAsync ( string item ) : void
GetToDosForItemAsync ( string item, object userState ) : void
GetWorkflowDataForItemAsync ( string item ) : void
GetWorkflowDataForItemAsync ( string item, object userState ) : void
GetWorkflowTaskDataAsync ( string item, int taskId, System listId ) : void
GetWorkflowTaskDataAsync ( string item, int taskId, System listId, object userState ) : void
StartWorkflowAsync ( string item, System templateId, System workflowParameters ) : void
StartWorkflowAsync ( string item, System templateId, System workflowParameters, object userState ) : void
WorkflowSoap ( ) : System

Private Methods

Method Description
AlterToDo ( string item, int todoId, System todoListId, System taskData ) : AlterToDoResponseAlterToDoResult
ClaimReleaseTask ( string item, int taskId, System listId, bool fClaim ) : ClaimReleaseTaskResponseClaimReleaseTaskResult
GetTemplatesForItem ( string item ) : GetTemplatesForItemResponseGetTemplatesForItemResult
GetToDosForItem ( string item ) : GetToDosForItemResponseGetToDosForItemResult
GetWorkflowDataForItem ( string item ) : GetWorkflowDataForItemResponseGetWorkflowDataForItemResult
GetWorkflowTaskData ( string item, int taskId, System listId ) : GetWorkflowTaskDataResponseGetWorkflowTaskDataResult
OnAlterToDoOperationCompleted ( object arg ) : void
OnClaimReleaseTaskOperationCompleted ( object arg ) : void
OnGetTemplatesForItemOperationCompleted ( object arg ) : void
OnGetToDosForItemOperationCompleted ( object arg ) : void
OnGetWorkflowDataForItemOperationCompleted ( object arg ) : void
OnGetWorkflowTaskDataOperationCompleted ( object arg ) : void
OnStartWorkflowOperationCompleted ( object arg ) : void
StartWorkflow ( string item, System templateId, System workflowParameters ) : object

Method Details

AlterToDoAsync() public method

public AlterToDoAsync ( string item, int todoId, System todoListId, System taskData ) : void
item string
todoId int
todoListId System
taskData System
return void

AlterToDoAsync() public method

public AlterToDoAsync ( string item, int todoId, System todoListId, System taskData, object userState ) : void
item string
todoId int
todoListId System
taskData System
userState object
return void

BeginAlterToDo() public method

public BeginAlterToDo ( string item, int todoId, System todoListId, System taskData, System callback, object asyncState ) : System.IAsyncResult
item string
todoId int
todoListId System
taskData System
callback System
asyncState object
return System.IAsyncResult

BeginClaimReleaseTask() public method

public BeginClaimReleaseTask ( string item, int taskId, System listId, bool fClaim, System callback, object asyncState ) : System.IAsyncResult
item string
taskId int
listId System
fClaim bool
callback System
asyncState object
return System.IAsyncResult

BeginGetTemplatesForItem() public method

public BeginGetTemplatesForItem ( string item, System callback, object asyncState ) : System.IAsyncResult
item string
callback System
asyncState object
return System.IAsyncResult

BeginGetToDosForItem() public method

public BeginGetToDosForItem ( string item, System callback, object asyncState ) : System.IAsyncResult
item string
callback System
asyncState object
return System.IAsyncResult

BeginGetWorkflowDataForItem() public method

public BeginGetWorkflowDataForItem ( string item, System callback, object asyncState ) : System.IAsyncResult
item string
callback System
asyncState object
return System.IAsyncResult

BeginGetWorkflowTaskData() public method

public BeginGetWorkflowTaskData ( string item, int taskId, System listId, System callback, object asyncState ) : System.IAsyncResult
item string
taskId int
listId System
callback System
asyncState object
return System.IAsyncResult

BeginStartWorkflow() public method

public BeginStartWorkflow ( string item, System templateId, System workflowParameters, System callback, object asyncState ) : System.IAsyncResult
item string
templateId System
workflowParameters System
callback System
asyncState object
return System.IAsyncResult

CancelAsync() public method

public CancelAsync ( object userState ) : void
userState object
return void

ClaimReleaseTaskAsync() public method

public ClaimReleaseTaskAsync ( string item, int taskId, System listId, bool fClaim ) : void
item string
taskId int
listId System
fClaim bool
return void

ClaimReleaseTaskAsync() public method

public ClaimReleaseTaskAsync ( string item, int taskId, System listId, bool fClaim, object userState ) : void
item string
taskId int
listId System
fClaim bool
userState object
return void

EndAlterToDo() public method

public EndAlterToDo ( System asyncResult ) : AlterToDoResponseAlterToDoResult
asyncResult System
return AlterToDoResponseAlterToDoResult

EndClaimReleaseTask() public method

public EndClaimReleaseTask ( System asyncResult ) : ClaimReleaseTaskResponseClaimReleaseTaskResult
asyncResult System
return ClaimReleaseTaskResponseClaimReleaseTaskResult

EndGetTemplatesForItem() public method

public EndGetTemplatesForItem ( System asyncResult ) : GetTemplatesForItemResponseGetTemplatesForItemResult
asyncResult System
return GetTemplatesForItemResponseGetTemplatesForItemResult

EndGetToDosForItem() public method

public EndGetToDosForItem ( System asyncResult ) : GetToDosForItemResponseGetToDosForItemResult
asyncResult System
return GetToDosForItemResponseGetToDosForItemResult

EndGetWorkflowDataForItem() public method

public EndGetWorkflowDataForItem ( System asyncResult ) : GetWorkflowDataForItemResponseGetWorkflowDataForItemResult
asyncResult System
return GetWorkflowDataForItemResponseGetWorkflowDataForItemResult

EndGetWorkflowTaskData() public method

public EndGetWorkflowTaskData ( System asyncResult ) : GetWorkflowTaskDataResponseGetWorkflowTaskDataResult
asyncResult System
return GetWorkflowTaskDataResponseGetWorkflowTaskDataResult

EndStartWorkflow() public method

public EndStartWorkflow ( System asyncResult ) : object
asyncResult System
return object

GetTemplatesForItemAsync() public method

public GetTemplatesForItemAsync ( string item ) : void
item string
return void

GetTemplatesForItemAsync() public method

public GetTemplatesForItemAsync ( string item, object userState ) : void
item string
userState object
return void

GetToDosForItemAsync() public method

public GetToDosForItemAsync ( string item ) : void
item string
return void

GetToDosForItemAsync() public method

public GetToDosForItemAsync ( string item, object userState ) : void
item string
userState object
return void

GetWorkflowDataForItemAsync() public method

public GetWorkflowDataForItemAsync ( string item ) : void
item string
return void

GetWorkflowDataForItemAsync() public method

public GetWorkflowDataForItemAsync ( string item, object userState ) : void
item string
userState object
return void

GetWorkflowTaskDataAsync() public method

public GetWorkflowTaskDataAsync ( string item, int taskId, System listId ) : void
item string
taskId int
listId System
return void

GetWorkflowTaskDataAsync() public method

public GetWorkflowTaskDataAsync ( string item, int taskId, System listId, object userState ) : void
item string
taskId int
listId System
userState object
return void

StartWorkflowAsync() public method

public StartWorkflowAsync ( string item, System templateId, System workflowParameters ) : void
item string
templateId System
workflowParameters System
return void

StartWorkflowAsync() public method

public StartWorkflowAsync ( string item, System templateId, System workflowParameters, object userState ) : void
item string
templateId System
workflowParameters System
userState object
return void

WorkflowSoap() public method

public WorkflowSoap ( ) : System
return System