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

Extensions for the WorkflowManagementClient
Afficher le fichier Open project: InFlowBPM/InFlow-BPMS

Méthodes publiques

Méthode 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 méthode

public static CleanUp ( this client ) : void
client this
Résultat void

PublishActivity() public static méthode

public static PublishActivity ( this client, string name, string xamlFilePath ) : void
client this
name string
xamlFilePath string
Résultat void

PublishWorkflow() public static méthode

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
Résultat void

PublishWorkflow() public static méthode

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
Résultat void

PublishWorkflow() public static méthode

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
Résultat void

PublishWorkflow() public static méthode

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

PublishWorkflowString() public static méthode

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
Résultat void

PublishWorkflowString() public static méthode

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

WaitForWorkflowCompletion() public static méthode

public static WaitForWorkflowCompletion ( this client, string workflowName, string instanceId, int pollingInterval ) : string
client this
workflowName string
instanceId string
pollingInterval int
Résultat string