The table below lists all the
es built-in
functions (in this namespace:
http://marklogic.com/entity-services
).
You can also view these functions broken down by category:
This module contains the Entity Services API, which enables you to define logical entity-relationship models and instantiate them for use in your applications. For details, see the Entity Services Developer's Guide.
To use the es
module as part of your own XQuery module,
include the following line in your XQuery prolog:
import module namespace es = "http://marklogic.com/entity-services"
at "/MarkLogic/entity-services/entity-services.xqy";
The library namespace prefix es
is not predefined
in the server.
Function name | Description |
---|---|
es:add-attachments | This function is deprecated and will be removed in a future release. |
es:copy-attachments | This function is deprecated and will be removed in a future release. |
es:database-properties-generate | This function is deprecated and will be removed in a future release. |
es:extract-array | This function is deprecated and will be removed in a future release. |
es:extraction-template-generate | This function is deprecated and will be removed in a future release. |
es:init-instance | This function is deprecated and will be removed in a future release. |
es:init-source | This function is deprecated and will be removed in a future release. |
es:init-translation-source | This function is deprecated and will be removed in a future release. |
es:instance-converter-generate | This function is deprecated and will be removed in a future release. |
es:instance-from-document | This function is deprecated and will be removed in a future release. |
es:instance-get-attachments | This function is deprecated and will be removed in a future release. |
es:instance-json-from-document | This function is deprecated and will be removed in a future release. |
es:instance-xml-from-document | This function is deprecated and will be removed in a future release. |
es:model-from-xml | This function is deprecated and will be removed in a future release. |
es:model-get-test-instances | This function is deprecated and will be removed in a future release. |
es:model-to-xml | This function is deprecated and will be removed in a future release. |
es:model-validate | Validates an entity services model descriptor. |
es:optional | This function is deprecated and will be removed in a future release. |
es:pii-generate | This function is deprecated and will be removed in a future release. |
es:schema-generate | This function is deprecated and will be removed in a future release. |
es:search-options-generate | This function is deprecated and will be removed in a future release. |
es:serialize-attachments | This function is deprecated and will be removed in a future release. |
es:version-translator-generate | This function is deprecated and will be removed in a future release. |
es:with-namespace | This function is deprecated and will be removed in a future release. |