IGraphService Interface |
Namespace: CMS.WebServices
public interface IGraphService
The IGraphService type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddSwitchCase |
Adds switch case to multi-choice node.
|
![]() | CreateConnection |
Creates a new connection between specified nodes.
|
![]() | CreateNode |
Creates new node of specified type.
|
![]() | CreateNodeOnConnections |
Creates new node of specified type.
|
![]() | DuplicateNode |
Duplicates a node.
|
![]() | EditConnectionEnd |
Moves connection end to specified node.
|
![]() | EditConnectionStart |
Moves connection start to specified node.
|
![]() | GetData |
Gets data for action step with given actionId.
|
![]() | GetNode |
Get node specification for refresh purpose.
|
![]() | RemoveConnection |
Deletes specified connection.
|
![]() | RemoveNode |
Removes specified node and all its connections.
|
![]() | RemoveSwitchCase |
Removes switch case from multi-choice node.
|
![]() | SetNodeName |
Sets node name.
|
![]() | SetNodePosition |
Sets new position to specified node.
|
![]() | SetNoteContent |
Sets content of a note.
|
![]() | SetSwitchCaseName |
Sets switch case name.
|