Method | Description | |
---|---|---|
AlterToDo ( string item, int todoId, System.Guid todoListId, |
This operation is used to modify the values of fields for a workflow task.
|
|
ClaimReleaseTask ( string item, int taskId, System.Guid listId, bool isClaim ) : |
This operation is used to claim or release a workflow task.
|
|
GetTemplatesForItem ( string item ) : |
This operation is used to get a set of workflow associations for specified document item in a document library.
|
|
GetToDosForItem ( string item ) : |
This operation is used to get a set of workflow tasks for specified document item in a document library.
|
|
GetWorkflowDataForItem ( string item ) : |
This operation is used to query a set of workflow associations, workflow tasks, and workflows for specified document item in a document library.
|
|
GetWorkflowTaskData ( string item, int taskId, System.Guid listId ) : |
This operation is used to retrieve data about a single workflow task.
|
|
Initialize ( ITestSite testSite ) : void |
Overrides IAdapter's Initialize method, to set default protocol short name of the testSite.
|
|
StartWorkflow ( string item, System.Guid templateId, |
This operation is used to start a new workflow task, it generating a workflow task base on specified workflow association.
|
Method | Description | |
---|---|---|
CaptureGetWorkflowDataForItem ( |
Capture soap information related requirements of GetWorkflowDataForItem operation.
|
|
CaptureHTTPStatusAndSoapFaultRequirements ( ) : void |
This method is used to capture the HTTP protocol status type and soap version related requirements.
|
|
CaptureSoapInfoAlterToDo ( ) : void |
Capture soap information related requirements of AlterToDo operation.
|
|
CaptureSoapInfoClaimReleaseTask ( ) : void |
Capture soap information related requirements of ClaimReleaseTask operation.
|
|
CaptureSoapInfoGetTemplatesForItem ( ) : void |
Capture soap information related requirements of GetTemplatesForItem operation.
|
|
CaptureSoapInfoGetToDosForItem ( ) : void |
Capture soap information related requirements of GetToDosForItem operation.
|
|
CaptureSoapInfoGetWorkflowTaskData ( ) : void |
Capture soap information related requirements of GetWorkflowTaskData operation.
|
|
CaptureSoapInfoStartWorkflow ( ) : void |
Capture soap information related requirements of StartWorkflow operation.
|
|
CaptureTemplateDataRelatedRequirements ( |
This method is used to capture the TemplateData related requirements.
|
|
CaptureToDoDataRelatedRequirements ( |
This method is used to toDoData element related requirements.
|
|
CaptureTranstportAndSOAPRequirements ( ) : void |
This method is used to capture the transport type and soap version related requirements.
|
|
CaptureWorkflowAssociation ( |
This method is used to workFlowAssociationData element related requirements.
|
|
CaptureXMLSchemaAlterToDo ( ) : void |
Capture XML schema related requirements of AlterToDo operation.
|
|
CaptureXMLSchemaClaimReleaseTask ( ) : void |
Capture XML schema related requirements of ClaimReleaseTask operation.
|
|
CaptureXMLSchemaGetTemplatesForItem ( ) : void |
Capture XML schema related requirements of GetTemplatesForItem operation.
|
|
CaptureXMLSchemaGetToDosForItem ( ) : void |
Capture XML schema related requirements of GetToDosForItem operation.
|
|
CaptureXMLSchemaGetWorkflowDataForItem ( ) : void |
Capture XML schema related requirements of GetWorkflowDataForItem operation.
|
|
CaptureXMLSchemaGetWorkflowTaskData ( ) : void |
Capture XML schema related requirements of GetWorkflowTaskData operation.
|
|
CaptureXMLSchemaStartWorkflow ( ) : void |
Capture XML schema related requirements of StartWorkflow operation.
|
|
GenerateLogsForMutipleItem ( List |
Generate a log message by specified title and list all detail items.
|
|
SetSoapVersion ( |
Set the SOAP version according to the SoapVersion property.
|
|
VerifyWorkflowItemInGetWorkflowDataForItemResponse ( |
This method is used to workFlow element related requirements.
|
public AlterToDo ( string item, int todoId, System.Guid todoListId, |
||
item | string | A parameter represents a URL which is point to a document item in a document library. |
todoId | int | A parameter represents the Id of a task item which is identifying a workflow task to be modified. |
todoListId | System.Guid | A parameter represents the list id (GUID format) of the workflow task list which include the specified task list. |
taskData | A parameter represents a set of elements representing field names and values to be altered on a workflow task. | |
return |
public ClaimReleaseTask ( string item, int taskId, System.Guid listId, bool isClaim ) : |
||
item | string | A parameter represents a URL which is point to a document item in a document library. |
taskId | int | A parameter represents the Id of a task item which is identifying a workflow task to be claim or release. |
listId | System.Guid | A parameter represents the list id (GUID format) of the workflow task list which include the specified task list. |
isClaim | bool | A parameter represents a bool value to indicate whether the operation is a claim or a release. |
return |
public GetTemplatesForItem ( string item ) : |
||
item | string | A parameter represents a URL which is point to a document item in a document library. |
return |
public GetToDosForItem ( string item ) : |
||
item | string | A parameter represents a URL which is point to a document item in a document library. |
return |
public GetWorkflowDataForItem ( string item ) : |
||
item | string | A parameter represents a URL which is point to a document item in a document library. |
return |
public GetWorkflowTaskData ( string item, int taskId, System.Guid listId ) : |
||
item | string | A parameter represents a URL which is point to a document item which is used as condition to search where the task start. |
taskId | int | A parameter represents an integer which is the id of task item in a task type list, which is specified by workflow association setting. |
listId | System.Guid | A parameter represents the list id (GUID format) of the workflow task list which include the specified task list. |
return |
public Initialize ( ITestSite testSite ) : void | ||
testSite | ITestSite | A parameter represents a ITestSite instance which is used to get/operate current test suite context. |
return | void |
public StartWorkflow ( string item, System.Guid templateId, |
||
item | string | A parameter represents a URL which is point to a document item in a document library. |
templateId | System.Guid | A parameter represents a GUID of a workflow association which the workflow task will base on. |
workflowParameters | A parameter represents XML contents to be used by the workflow upon creation. And the contents of this element is considered vendor-extensible | |
return | object |