Uses of Interface
org.outerj.daisy.repository.commonimpl.schema.SchemaStrategy

Packages that use SchemaStrategy
org.outerj.daisy.repository.commonimpl   
org.outerj.daisy.repository.commonimpl.schema   
 

Uses of SchemaStrategy in org.outerj.daisy.repository.commonimpl
 

Constructors in org.outerj.daisy.repository.commonimpl with parameters of type SchemaStrategy
CommonRepository(DocumentStrategy documentStrategy, SchemaStrategy schemaStrategy, AclStrategy aclStrategy, UserManagementStrategy userManagementStrategy, VariantStrategy variantStrategy, CollectionStrategy collectionStrategy, CommentStrategy commentStrategy, java.util.Map extensions, AuthenticatedUser systemUser)
           
 

Uses of SchemaStrategy in org.outerj.daisy.repository.commonimpl.schema
 

Methods in org.outerj.daisy.repository.commonimpl.schema that return SchemaStrategy
protected  SchemaStrategy CommonRepositorySchema.getSchemaStrategy()
           
 

Methods in org.outerj.daisy.repository.commonimpl.schema with parameters of type SchemaStrategy
 StaticSelectionListImpl.IntimateAccess StaticSelectionListImpl.getIntimateAccess(SchemaStrategy strategy)
           
 DocumentTypeImpl.IntimateAccess DocumentTypeImpl.getIntimateAccess(SchemaStrategy schemaStrategy)
           
 StaticListItemImpl.IntimateAccess StaticListItemImpl.getIntimateAccess(SchemaStrategy strategy)
           
 PartTypeImpl.IntimateAccess PartTypeImpl.getIntimateAccess(SchemaStrategy schemaStrategy)
           
 FieldTypeImpl.IntimateAccess FieldTypeImpl.getIntimateAccess(SchemaStrategy schemaStrategy)
           
 

Constructors in org.outerj.daisy.repository.commonimpl.schema with parameters of type SchemaStrategy
StaticSelectionListImpl(SchemaStrategy creatingStrategy, org.outerj.daisy.repository.ValueType valueType, FieldTypeImpl owner)
           
CommonRepositorySchema(SchemaStrategy schemaStrategy, AuthenticatedUser systemUser)
           
RepositorySchemaCache(SchemaStrategy schemaStrategy, AuthenticatedUser systemUser)
           
DocumentTypeImpl(java.lang.String name, SchemaStrategy schemaStrategy, CommonRepositorySchema repositorySchemaCache, AuthenticatedUser user)
           
StaticListItemImpl(java.lang.Object value, org.outerj.daisy.repository.ValueType valueType, SchemaStrategy creatingStrategy, FieldTypeImpl owner)
           
PartTypeImpl(java.lang.String name, java.lang.String mimeTypes, SchemaStrategy schemaStrategy, AuthenticatedUser user)
           
FieldTypeImpl(java.lang.String name, org.outerj.daisy.repository.ValueType fieldType, boolean multiValue, SchemaStrategy schemaStrategy, AuthenticatedUser user)
           
 



Copyright © -2005 . All Rights Reserved.