C# Class strICT.InFlow.WFM.Utilities.WorkflowManagementClientExtensions

Extensions for the WorkflowManagementClient
Exibir arquivo Open project: InFlowBPM/InFlow-BPMS

Public Methods

Method Description
CleanUp ( this client ) : void
PublishActivity ( this client, string name, string xamlFilePath ) : void
PublishWorkflow ( this client, string workflowName, string xamlFilePath, Collection externalVariables, string>.IDictionary configValues, SubscriptionFilter activationFilter = null ) : void
PublishWorkflow ( this client, string workflowName, string xamlFilePath, Collection externalVariables, SubscriptionFilter activationFilter = null ) : void
PublishWorkflow ( this client, string workflowName, string xamlFilePath, string>.IDictionary configValues, SubscriptionFilter activationFilter = null ) : void
PublishWorkflow ( this client, string workflowName, string XamlFile, SubscriptionFilter activationFilter = null ) : void
PublishWorkflowString ( this client, string workflowName, string xamlFile, Collection externalVariables, string>.IDictionary configValues, SubscriptionFilter activationFilter = null ) : void
PublishWorkflowString ( this client, string workflowName, string xamlFilePath, SubscriptionFilter activationFilter = null ) : void
WaitForWorkflowCompletion ( this client, string workflowName, string instanceId, int pollingInterval ) : string

Method Details

CleanUp() public static method

public static CleanUp ( this client ) : void
client this
return void

PublishActivity() public static method

public static PublishActivity ( this client, string name, string xamlFilePath ) : void
client this
name string
xamlFilePath string
return void

PublishWorkflow() public static method

public static PublishWorkflow ( this client, string workflowName, string xamlFilePath, Collection externalVariables, string>.IDictionary configValues, SubscriptionFilter activationFilter = null ) : void
client this
workflowName string
xamlFilePath string
externalVariables Collection
configValues string>.IDictionary
activationFilter SubscriptionFilter
return void

PublishWorkflow() public static method

public static PublishWorkflow ( this client, string workflowName, string xamlFilePath, Collection externalVariables, SubscriptionFilter activationFilter = null ) : void
client this
workflowName string
xamlFilePath string
externalVariables Collection
activationFilter SubscriptionFilter
return void

PublishWorkflow() public static method

public static PublishWorkflow ( this client, string workflowName, string xamlFilePath, string>.IDictionary configValues, SubscriptionFilter activationFilter = null ) : void
client this
workflowName string
xamlFilePath string
configValues string>.IDictionary
activationFilter SubscriptionFilter
return void

PublishWorkflow() public static method

public static PublishWorkflow ( this client, string workflowName, string XamlFile, SubscriptionFilter activationFilter = null ) : void
client this
workflowName string
XamlFile string
activationFilter SubscriptionFilter
return void

PublishWorkflowString() public static method

public static PublishWorkflowString ( this client, string workflowName, string xamlFile, Collection externalVariables, string>.IDictionary configValues, SubscriptionFilter activationFilter = null ) : void
client this
workflowName string
xamlFile string
externalVariables Collection
configValues string>.IDictionary
activationFilter SubscriptionFilter
return void

PublishWorkflowString() public static method

public static PublishWorkflowString ( this client, string workflowName, string xamlFilePath, SubscriptionFilter activationFilter = null ) : void
client this
workflowName string
xamlFilePath string
activationFilter SubscriptionFilter
return void

WaitForWorkflowCompletion() public static method

public static WaitForWorkflowCompletion ( this client, string workflowName, string instanceId, int pollingInterval ) : string
client this
workflowName string
instanceId string
pollingInterval int
return string