Complete Code Examples

Overview

Complete, working code examples for all components.

Security Service

Full implementation of MultiDimensionalSecurityService:

See Security Service for implementation details.

Query Service Examples

Org-Scoped Query Service

See Query Services for implementation patterns.

Person-Scoped Query Service

See the Query Services documentation for person-scoped entity queries.

Dual-Scoped Query Service

See the Query Services documentation for composite-scoped entity queries.

Service Layer Examples

See Service Layer for CRUD operation patterns.

Test Examples

See Integration Tests for test patterns.

Next Steps