NuxeoDotNetClient
1.0.0 beta
.NET Client for Nuxeo Automation and REST API
|
Classes | |
class | Batch |
Represents a remote batch in the Nuxeo server, to which one ore more files can be uploaded. More... | |
class | BatchFile |
Encloses information about a file that was uploaded into a batch. More... | |
class | BatchInfo |
This class provides information about a batch. More... | |
class | BatchOperation |
Represents an Automation Operation to be performed on a batch. More... | |
class | BusinessObject |
Represents a Business Object that is retrieved and created through a BusinessAdapter. More... | |
class | Document |
Represents a remote Document in a Nuxeo server. More... | |
class | Documents |
Represents a Documents entity, which contains a collection of Document. More... | |
class | Entity |
Represents an entity obtained from the responses from the Nuxeo server. An Entity is represented by a JSON object, obtained from the server's response to a requests. Conversion between JSON and Native types is made by IMarshaller. A class extending Entity must should annotate with JsonPropertyAttribute every property that should be serialized. More... | |
class | EntityList |
Represents a list of Entity. More... | |
class | InvalidEntityException |
The exception that is thrown when a JSON object does not represent a valid Entity instance. More... | |
class | Pageable |
Represents a pageable version of the Documents object. More... | |
class | ParamProperties |
Represents a Dictionary<struct, JToken> structure to hold parameters operation parameters. More... | |
class | Properties |
Represents a Dictionary<struct, JToken> to hold document properties. More... | |
class | UnknowEntity |
Represents a nuxeo Entity with an unknown entity type. More... | |