v3.2.0+
Status: | effective |
Progress: | 90% |
Version: | 3.2.0+ |
Help:Entity examinations
From semantic-mediawiki.org
A set of entity examinations provides information about the integrity of a viewed entity (aka. wiki page) in terms of registered predefined examiners and is executed as part of the page rendering with either being an instant or deferred examiner. Current checks include:
- Replication monitoring (for an enabled ElasticStore - since SMW 3.1.0)
- Constraint violation check (since SMW 3.1.0)
- Associated revision check (since SMW 3.2.0)
In case one (some or all) examiners found a violation, an entity issue panel will appear as a page indicator.
Technical notes[edit]
Examiner(s) that implement a DeferrableIndicatorProvider
are assumed to be relative expensive in context of the page rendering therefore information a retrieved after the page rending is completed using the API interface.
See also[edit]
- Help page on the entity issue panel