Loading TOC...

es functions (Entity Services API)

The Entity Services API is a set of functions that enable you to define logical entity-relationship models and instantiate them for use in your application. Use these functions to create Entity Services models, generate supporting code and configuration artifacts, and manage entity instances. 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.

15 functions
Function name Description
es:database-properties-generate This function is deprecated and will not be supported in MarkLogic 11.
es:extraction-template-generate This function is deprecated and will not be supported in MarkLogic 11.
es:instance-converter-generate This function is deprecated and will not be supported in MarkLogic 11.
es:instance-from-document This function is deprecated and will not be supported in MarkLogic 11.
es:instance-get-attachments This function is deprecated and will not be supported in MarkLogic 11.
es:instance-json-from-document This function is deprecated and will not be supported in MarkLogic 11.
es:instance-xml-from-document This function is deprecated and will not be supported in MarkLogic 11.
es:model-from-xml This function is deprecated and will not be supported in MarkLogic 11.
es:model-get-test-instances This function is deprecated and will not be supported in MarkLogic 11.
es:model-to-xml This function is deprecated and will not be supported in MarkLogic 11.
es:model-validate Validates an entity services model descriptor.
es:pii-generate This function is deprecated and will not be supported in MarkLogic 11.
es:schema-generate This function is deprecated and will not be supported in MarkLogic 11.
es:search-options-generate This function is deprecated and will not be supported in MarkLogic 11.
es:version-translator-generate This function is deprecated and will not be supported in MarkLogic 11.