Signum Documentation

The documentation comes from the Markdown files in the source code, so is always up-to-date but available only in English. Enjoy!

Paste your Framework commit SHA

Retrieving Entities by Type and Id

The tool retrieveEntity allows you to obtain a full entity given its type and id.

Together with the entity is returned a canExecute dictionary that contains the evaluation of all the preconditions to execute operations defined for that entity type.

This is useful to know the the operation will be rejected or not.