Entity-manager (List)#

Path: /processing/entity-managers/entity-manager

An entity manager can query and mutate an entity store according to an entity schema

Parameters#

NameTypeRequiredDefaultDescription
idstringrequiredThe unique identifier for the entity-manager
entity-data-sourceleafrefrequiredThe data source used by the entity manager. Needs to support the entity-related interfaces, namely ‘AccountEntityDataAccessProvider’ and ‘DatabaseClientEntityDataAccessProvider’.
entity-schemaleafrefrequiredThe entity schema used by the entity manager. Defines the types of supported entities and relations. If this manager is used for group management, then the entity schema needs to support groups.

Was this helpful?