The following tables list the members exposed by FlowSchema.
Name | Description | |
---|---|---|
FlowSchema Constructor | Initializes the FlowSchema instance using the received parameters. |
Name | Description | |
---|---|---|
FlowElements | Returns a set of process elements. | |
ParametersMapInfo | Table of connections of process parameters. | |
SchemaId | Returns an Id of the business process schema. | |
SequenceFlows | Returns a set of connections between process elements. |
Name | Description | |
---|---|---|
Accept | Overridden. Starts processing of business process elements. | |
Add | Overloaded. | |
CreateConditionalSequenceFlow | Creates an instance of the connection between the elements with the condition. | |
CreateFlowElement | Overloaded. | |
CreateSequenceFlow | Creates an instance of the connection between the elements. | |
Deserialize | Deserializes the FlowSchema instance from a specified parameter. | |
FindFlowElement | Overloaded. | |
FindSequenceFlow | Overloaded. | |
FindSequenceFlowsBySourceUId | Searches for the connection between the elements of the business process by the Id of the element from which the connection comes. | |
FindSequenceFlowsByTargetUId | Searches for the connection between the elements of the business process by the Id of the element to which the connection comes. | |
GetFlowElement | Overloaded. | |
GetFlowElementInstance | Creates an instance of a business process element based on the schema element. | |
GetSequenceFlow | Searches for the connection between the elements of the business process by the connection name. | |
ReadProperties | Overridden. Reads the properties. | |
Serialize | Serializes an instance of this class. | |
WriteProperties | Overridden. Records the properties. |