Beispiel #1
0
 public RelationalDbStoreProcessor(ProjectRepository projectRepository, MetadataRepository metadataRepository,
                                   ResourceRepository resourceRepository, FulltextStoreProcessorProvider fulltextStoreProcessorProvider, CatalogValueRepository catalogValueRepository, PersonRepository personRepository,
                                   PermissionRepository permissionRepository)
 {
     m_projectRepository              = projectRepository;
     m_metadataRepository             = metadataRepository;
     m_resourceRepository             = resourceRepository;
     m_fulltextStoreProcessorProvider = fulltextStoreProcessorProvider;
     m_catalogValueRepository         = catalogValueRepository;
     m_personRepository     = personRepository;
     m_permissionRepository = permissionRepository;
 }
Beispiel #2
0
 public FulltextDbStoreProcessor(FulltextStoreProcessorProvider fulltextStoreProcessorProvider)
 {
     m_fulltextStoreProcessorProvider = fulltextStoreProcessorProvider;
 }