The following tables list the members exposed by FlowEngineStateService.
Name | Description | |
---|---|---|
FlowEngineStateService Constructor | Creates a new instance of the FlowEngineStateService type. |
Name | Description | |
---|---|---|
ContainsParameterPath | ||
FindFlowSchema | Finds the flow schema according to the specified identifier. | |
FindFlowVisitor | Finds the process visitor for the specified process unique identifier. | |
FindParameterInfo | Finds for process parameter data. | |
FindParameterValue | ||
FindProcessComponentSet | Finds for a set of process components by a given identifier. | |
GetFlowSchema | Returns flow schema by a given identifier. If a schema is not found, an exception is thrown. | |
GetParameterInfo | Returns the data of the process parameter. If no data is found, an exception is thrown. | |
GetParameterInfoPathes | Returns the set of paths by which you can retrieve data of the process parameter. | |
GetParametersMapInfo | Returns the process parameters association table. | |
GetParameterValue | ||
GetProcessComponentSet | Finds for a set of process components by a given identifier. If the component set is not found, an exception is thrown. | |
GetProcessParameterPathes | Returns the set of paths by which you can retrieve the values of the process parameters. | |
RemoveFlowSchema | Removes a flow schema from the repository. | |
RemoveFlowVisitor | Removes a visitor from the repository. | |
RemoveParametersInfo | Deletes all parameter data of the specified process. | |
RemoveParameterValues | ||
RemoveProcessComponentSet | Removes a set of process components from the repository. | |
SaveFlowSchema | Saves a flow schema in the repository. | |
SaveFlowVisitor | Saves a visitor in the repository. | |
SaveParameterInfo | Saves the parameter data of the specified process. | |
SaveParametersInfo | Saves data for the parameters of the specified process. | |
SaveProcessComponentSet | Saves a set of process components in the repository. | |
SetParameterValue | Overloaded. | |
TryGetParameterValue | Overloaded. |