Package omero.grid
Interface _InternalRepositoryOperations
-
- All Known Subinterfaces:
InternalRepository
- All Known Implementing Classes:
_InternalRepositoryDisp
,_InternalRepositoryTie
,AbstractRepositoryI
,InternalRepositoryI
,LegacyRepositoryI
,ScriptRepositoryI
,TemporaryRepositoryI
public interface _InternalRepositoryOperations
Internal portion of the API used for management. Not available to clients.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RawFileStorePrx
createRawFileStore(OriginalFile file, Ice.Current __current)
RawPixelsStorePrx
createRawPixelsStore(OriginalFile file, Ice.Current __current)
RenderingEnginePrx
createRenderingEngine(OriginalFile file, Ice.Current __current)
ThumbnailStorePrx
createThumbnailStore(OriginalFile file, Ice.Current __current)
OriginalFile
getDescription(Ice.Current __current)
java.lang.String
getFilePath(OriginalFile file, Ice.Current __current)
RepositoryPrx
getProxy(Ice.Current __current)
Response
rawAccess(RawAccessRequest raw, Ice.Current __current)
-
-
-
Method Detail
-
createRawFileStore
RawFileStorePrx createRawFileStore(OriginalFile file, Ice.Current __current) throws ServerError
- Throws:
ServerError
-
createRawPixelsStore
RawPixelsStorePrx createRawPixelsStore(OriginalFile file, Ice.Current __current) throws ServerError
- Throws:
ServerError
-
createRenderingEngine
RenderingEnginePrx createRenderingEngine(OriginalFile file, Ice.Current __current) throws ServerError
- Throws:
ServerError
-
createThumbnailStore
ThumbnailStorePrx createThumbnailStore(OriginalFile file, Ice.Current __current) throws ServerError
- Throws:
ServerError
-
getDescription
OriginalFile getDescription(Ice.Current __current) throws ServerError
- Throws:
ServerError
-
getProxy
RepositoryPrx getProxy(Ice.Current __current) throws ServerError
- Throws:
ServerError
-
rawAccess
Response rawAccess(RawAccessRequest raw, Ice.Current __current) throws ServerError
- Throws:
ServerError
-
getFilePath
java.lang.String getFilePath(OriginalFile file, Ice.Current __current) throws ServerError
- Throws:
ServerError
-
-