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.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 ConfigurationPointImpl.getSchema()
           
 Schema ConfigurationPointImpl.getContributionsSchema()
           
 

Methods in org.apache.hivemind.impl with parameters of type Schema
 void ServicePointImpl.setParametersSchema(Schema schema)
           
 void ConfigurationPointImpl.setContributionsSchema(Schema schema)
           
 

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

Uses of Schema in org.apache.hivemind.internal
 

Methods in org.apache.hivemind.internal that return Schema
 Schema ServicePoint.getParametersSchema()
          Returns the Schemaused 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 ModuleDescriptor.getSchema(java.lang.String id)
           
 

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.