Uses of Interface
org.apache.hivemind.schema.Schema

Packages that use Schema
org.apache.hivemind.impl Implementations of interfaces defined in the org.apache.commons.hivemind package. 
org.apache.hivemind.internal   
org.apache.hivemind.parse Classes used to parse HiveMind module deployment descriptors, and descriptor objects that represent the parsed information. 
org.apache.hivemind.schema Interfaces defining Schema support (used to process extension point contributions and service parameters). 
org.apache.hivemind.schema.impl Implementations of schema-related intefaces defined in package org.apache.hivemind.schema. 
 

Uses of Schema in org.apache.hivemind.impl
 

Methods in org.apache.hivemind.impl that return Schema
 Schema ServicePointImpl.getParametersSchema()
           
 Schema RegistryAssemblyImpl.getSchema(java.lang.String schemaId)
           
 Schema RegistryAssembly.getSchema(java.lang.String schemaId)
          Returns a reference to a schema previously recorded by RegistryAssembly.addSchema(String, Schema).
 Schema ConfigurationPointImpl.getSchema()
           
 Schema ConfigurationPointImpl.getContributionsSchema()
           
 

Methods in org.apache.hivemind.impl with parameters of type Schema
 void ServicePointImpl.setParametersSchema(Schema schema)
           
 void RegistryAssemblyImpl.addSchema(java.lang.String schemaId, Schema schema)
           
 void RegistryAssembly.addSchema(java.lang.String schemaId, Schema schema)
          Records a schema that may be referenced elsewhere within a module, or by some other module entirely.
 void ConfigurationPointImpl.setContributionsSchema(Schema schema)
           
 

Constructors in org.apache.hivemind.impl with parameters of type Schema
SchemaProcessorImpl(ErrorHandler errorHandler, Schema schema)
           
 

Uses of Schema in org.apache.hivemind.internal
 

Methods in org.apache.hivemind.internal that return Schema
 Schema ServicePoint.getParametersSchema()
          Returns the Schema used to process any parameters passed to the service.
 Schema ConfigurationPoint.getContributionsSchema()
          Returns the Schema for contributions to the configuration point (which may be null if the point does not define a schema for contributions).
 

Uses of Schema in org.apache.hivemind.parse
 

Methods in org.apache.hivemind.parse that return Schema
 Schema ServicePointDescriptor.getParametersSchema()
           
 Schema ConfigurationPointDescriptor.getContributionsSchema()
           
 

Methods in org.apache.hivemind.parse with parameters of type Schema
 void ServicePointDescriptor.setParametersSchema(Schema schema)
           
 void ConfigurationPointDescriptor.setContributionsSchema(Schema schema)
           
 

Uses of Schema in org.apache.hivemind.schema
 

Subinterfaces of Schema in org.apache.hivemind.schema
 interface ElementModel
          Identifies an element that may occur within some schema.
 

Uses of Schema in org.apache.hivemind.schema.impl
 

Classes in org.apache.hivemind.schema.impl that implement Schema
 class ElementModelImpl
          Implementation of ElementModel.
 class SchemaImpl
          Implementation of Schema.