Uses of Interface
org.xiruss.repository.schema_aware.api.SchemaAwareRepository

Packages that use SchemaAwareRepository
org.xiruss.repository.multiuserschema_aware API for schema-aware repositories. 
org.xiruss.repository.schema_aware Server-side base implementation of a multi-user, schema-aware repository. 
org.xiruss.xirussrepository.api Defines the API for the XirussRepository. 
org.xiruss.xirussrepository.client This package provides client-side proxies that implement all the relevant Repository and XirussRepository APIs and manage all communication with the HTTP Xiruss Repository API (provided by the JettyXirussHttpApiRunner class. 
org.xiruss.xirussrepository.server Implementation of the XirussRepository API. 
 

Uses of SchemaAwareRepository in org.xiruss.repository.multiuserschema_aware
 

Classes in org.xiruss.repository.multiuserschema_aware that implement SchemaAwareRepository
 class MultiUserSchemaAwareRepositoryBase
          Implements a multi-user, schema-aware repository.
 

Uses of SchemaAwareRepository in org.xiruss.repository.schema_aware
 

Classes in org.xiruss.repository.schema_aware that implement SchemaAwareRepository
 class SchemaAwareRepositoryBase
          Implements a multi-user, schema-aware repository.
 

Uses of SchemaAwareRepository in org.xiruss.xirussrepository.api
 

Subinterfaces of SchemaAwareRepository in org.xiruss.xirussrepository.api
 interface XirussRepository
           
 interface XirussRepositoryServer
          Defines the server-side API for XirussRepository servers.
 

Uses of SchemaAwareRepository in org.xiruss.xirussrepository.client
 

Classes in org.xiruss.xirussrepository.client that implement SchemaAwareRepository
 class XirussRepositoryProxy
           
 

Uses of SchemaAwareRepository in org.xiruss.xirussrepository.server
 

Classes in org.xiruss.xirussrepository.server that implement SchemaAwareRepository
 class XirussRepositoryDefaultImpl
          Implements the Xiruss repository.