Package | Description |
---|---|
ome.logic |
The central repository of implementations which will be accessible through this server.
|
ome.services |
Base services package for OMERO API services
This includes classes that implement OMERO API services described as interfaces in the
OMERO Common component.
|
ome.services.blitz.impl | |
ome.services.fulltext |
All necessary classes for background indexing of metadata and attached binary
files.
|
Modifier and Type | Method and Description |
---|---|
void |
RepositoryInfoImpl.setFileService(OriginalFilesService fileService)
Bean injection setter for ROMIO file service
|
Modifier and Type | Method and Description |
---|---|
void |
RawFileBean.setOriginalFilesService(OriginalFilesService ioService)
I/O service (OriginalFilesService) Bean injector.
|
Modifier and Type | Field and Description |
---|---|
protected OriginalFilesService |
MetadataStoreI.filesService |
Constructor and Description |
---|
MetadataStoreI(BlitzExecutor be,
PopulateRoiJob popRoi,
SqlAction sql,
OriginalFilesService filesService,
String omeroDataDir) |
Modifier and Type | Field and Description |
---|---|
protected OriginalFilesService |
FullTextBridge.files |
Modifier and Type | Method and Description |
---|---|
protected void |
BridgeHelper.addContents(org.apache.lucene.document.Document d,
String name,
OriginalFile file,
OriginalFilesService files,
Map<String,FileParser> parsers,
org.hibernate.search.bridge.LuceneOptions opts)
Second helper method used when parsing files.
|
protected Iterable<Reader> |
BridgeHelper.parse(OriginalFile file,
OriginalFilesService files,
Map<String,FileParser> parsers)
Attempts to parse the given
OriginalFile . |
Constructor and Description |
---|
FullTextBridge(OriginalFilesService files,
Map<String,FileParser> parsers)
Constructor which provides an empty set of custom
bridges . |
FullTextBridge(OriginalFilesService files,
Map<String,FileParser> parsers,
Class<org.hibernate.search.bridge.FieldBridge>[] bridgeClasses)
Main constructor.
|
Version: 5.2.0-ice35-b12
Copyright © 2015 The University of Dundee & Open Microscopy Environment. All Rights Reserved.