NuxeoDotNetClient  1.0.0 beta
.NET Client for Nuxeo Automation and REST API
Public Member Functions | List of all members
NuxeoClient.Adapters.WorkflowAdapter Class Reference

Represents a Workflow Adapter, which returns workflow instances launched by current user. More...

Public Member Functions

 WorkflowAdapter ()
 Initializes a new instance of WorkflowAdapter. More...
 
- Public Member Functions inherited from NuxeoClient.Adapters.Adapter
 Adapter (string id)
 Initializes a new instance of Adapter. More...
 
string GetEndpointSuffix ()
 Returns the endpoint suffix to the current Adapter, to be appended to other requests. More...
 

Additional Inherited Members

- Properties inherited from NuxeoClient.Adapters.Adapter
String Id [get, protected set]
 Gets the Adapter's ID. More...
 
String Parameters [get, set]
 Gets the adapter parameters to be sent on the request. More...
 

Detailed Description

Represents a Workflow Adapter, which returns workflow instances launched by current user.

For more details about Adapters, check Nuxeo Documentation Page.

Definition at line 25 of file WorkflowAdapter.cs.

Inheritance diagram for NuxeoClient.Adapters.WorkflowAdapter:
NuxeoClient.Adapters.Adapter

Constructor & Destructor Documentation

NuxeoClient.Adapters.WorkflowAdapter.WorkflowAdapter ( )

Initializes a new instance of WorkflowAdapter.

Definition at line 30 of file WorkflowAdapter.cs.