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,
java.lang.String omeroDataDir) |
Modifier and Type | Field and Description |
---|---|
protected OriginalFilesService |
FullTextBridge.files
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BridgeHelper.addContents(org.apache.lucene.document.Document d,
java.lang.String name,
OriginalFile file,
OriginalFilesService files,
java.util.Map<java.lang.String,FileParser> parsers,
org.hibernate.search.bridge.LuceneOptions opts)
Deprecated.
Second helper method used when parsing files.
|
protected java.lang.Iterable<java.io.Reader> |
BridgeHelper.parse(OriginalFile file,
OriginalFilesService files,
java.util.Map<java.lang.String,FileParser> parsers)
Deprecated.
Attempts to parse the given
OriginalFile . |
Constructor and Description |
---|
FullTextBridge(OriginalFilesService files,
java.util.Map<java.lang.String,FileParser> parsers)
Deprecated.
Constructor which provides an empty set of custom
bridges . |
FullTextBridge(OriginalFilesService files,
java.util.Map<java.lang.String,FileParser> parsers,
java.lang.Class<org.hibernate.search.bridge.FieldBridge>[] bridgeClasses)
Deprecated.
Main constructor.
|
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.