Click or drag to resize
AutomationDesignerService Class
Automation process graph service implementation.
Inheritance Hierarchy

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 10.0.0
Syntax
C#
public class AutomationDesignerService : WorkflowDesignerService

The AutomationDesignerService type exposes the following members.

Constructors
  NameDescription
Public methodAutomationDesignerService
Top
Methods
  NameDescription
Public methodAddSwitchCase
Adds switch case to multi-choice node.
(Inherited from WorkflowDesignerService.)
Public methodCreateConnection
Creates a new connection between selected nodes.
(Inherited from WorkflowDesignerService.)
Public methodCreateNode
Creates new node of specified type.
(Inherited from WorkflowDesignerService.)
Public methodCreateNodeOnConnections
Creates new node of specified type.
(Inherited from WorkflowDesignerService.)
Protected methodDeleteNode
Deletes node with dependencies check
(Overrides WorkflowDesignerServiceDeleteNode(Int32).)
Public methodEditConnectionEnd
Moves connection end to selected node.
(Inherited from WorkflowDesignerService.)
Public methodEditConnectionStart
Moves connection start to specified node.
(Inherited from WorkflowDesignerService.)
Protected methodGetBadRequestResponse(String)
Returns ServiceResponse with BadRequest type
(Inherited from WorkflowDesignerService.)
Protected methodGetBadRequestResponseTData(String, TData)
Returns generic ServiceResponse with BadRequest type
(Inherited from WorkflowDesignerService.)
Protected methodGetEventLogSource
Gets event log source
(Overrides WorkflowDesignerServiceGetEventLogSource.)
Public methodGetNode
Get node specification for refresh purpose.
(Inherited from WorkflowDesignerService.)
Protected methodGetNotFoundResponse
Returns ServiceResponse with NotFound type
(Inherited from WorkflowDesignerService.)
Protected methodIsAuthorized
Check user permissions.
(Overrides WorkflowDesignerServiceIsAuthorized.)
Public methodRemoveConnection
Deletes selected connection.
(Inherited from WorkflowDesignerService.)
Public methodRemoveNode
Removes specified node and all its connections.
(Inherited from WorkflowDesignerService.)
Public methodRemoveSwitchCase
Removes switch case from multi-choice node.
(Inherited from WorkflowDesignerService.)
Public methodSetNodeName
Sets node name.
(Inherited from WorkflowDesignerService.)
Public methodSetNodePosition
Sets new position to specified node.
(Inherited from WorkflowDesignerService.)
Public methodSetSwitchCaseName
Sets switch case name.
(Inherited from WorkflowDesignerService.)
Top
See Also