ecm.dms
The ecm.dms namespace contains all operations related to ECM objects: folders, registers, and documents.
| Method | Description |
|---|---|
Returns a HOL query builder (with hierarchy, variants, file info, base parameters). |
|
Returns a LOL query builder (faster for large, flat result sets; no hierarchy, variants, or file properties). |
|
Loads a single object by its ID. |
|
Creates a new object and returns its ID. |
|
Creates a new object and returns the full instance. |
|
Updates an existing object. |
|
Updates an existing object and returns the updated instance. |
|
Returns an upsert builder (XMLImport). |
|
Deletes an object by its ID. |
|
Moves a document or register to a new location. |
|
Copies a folder, register, or document to a new location. |
|
Returns the files of a document. |
|
Reads a byte range from a document file (streaming / chunking). |
|
Returns the digest of a document for integrity verification. |
|
Checks out a document, locking it for the current user. |
|
Checks in a document, replacing its files and releasing the lock. |
|
Undoes a document checkout, releasing the lock. |
|
Checks whether the current user has specific permissions on an object. |
|
Returns the modification history of an object. |
|
Adds a custom history entry to an object. |
|
Resolves the object type ID for a given object ID. |