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
 FieldTypeImpl.IntimateAccess FieldTypeImpl.getIntimateAccess(SchemaStrategy schemaStrategy)
           
 DocumentTypeImpl.IntimateAccess DocumentTypeImpl.getIntimateAccess(SchemaStrategy schemaStrategy)
           
 PartTypeImpl.IntimateAccess PartTypeImpl.getIntimateAccess(SchemaStrategy schemaStrategy)
           
 StaticListItemImpl.IntimateAccess StaticListItemImpl.getIntimateAccess(SchemaStrategy strategy)
           
 StaticSelectionListImpl.IntimateAccess StaticSelectionListImpl.getIntimateAccess(SchemaStrategy strategy)
           
 

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



Copyright © -2012 . All Rights Reserved.