Classes
Class | Description | |
---|---|---|
AutomationDesignerService |
Automation process graph service implementation.
| |
BaseRESTService |
Base REST service to provide basic access and management of CMS data
| |
GraphPartialRefresh |
Service response containing part of the graph to be refreshed.
| |
RESTErrorHandler |
Error handler for the REST requests.
| |
RESTSecurityInvoker |
Security handler over the REST requests
| |
RESTService |
REST service to access and manage CMS data
| |
ServiceCookieHelper |
Cookie helper methods for WCF Service.
| |
ServiceQueryHelper |
QueryString helper methods for WCF Service.
| |
ServiceResolver |
Class to resolve the macros in the context of WCF service (REST for example).
Handles querystring and cookies macros in a WCS service specific way.
| |
ServiceResponse |
Service general response.
| |
ServiceResponse TData |
Generic service response
| |
WebServicesModule |
Represents the WebDAV module.
| |
WorkflowDesignerService |
Workflow graph service implementation.
|
Interfaces
Interface | Description | |
---|---|---|
IGraphService |
Graph service contract.
| |
IRESTService |
REST service interface
| |
IWorkflowDesignerService |
Workflow graph contract for purposes of JavaScript proxy object generation. Its name is same as the name of interface so if we used IGraphService only,
we could access from JavaScript only one implementation. Eventually we want multiple graph implementations with different service implementations on a page.
|
Enumerations
Enumeration | Description | |
---|---|---|
ResponseStatusEnum |
Service response codes
|