Package ome.services.blitz.repo
Class ScriptRepositoryI
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.grid._InternalRepositoryDisp
-
- ome.services.blitz.repo.AbstractRepositoryI
-
- ome.services.blitz.repo.ScriptRepositoryI
-
- All Implemented Interfaces:
Ice.Object
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,_InternalRepositoryOperations
,_InternalRepositoryOperationsNC
,InternalRepository
,org.springframework.context.ApplicationListener<ome.util.messages.InternalMessage>
public class ScriptRepositoryI extends AbstractRepositoryI
Repository which makes the included script files available to users.- Since:
- Beta4.2
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class omero.grid._InternalRepositoryDisp
__ids, serialVersionUID
-
Fields inherited from interface omero.grid.InternalRepository
ice_staticId
-
-
Constructor Summary
Constructors Constructor Description ScriptRepositoryI(Ice.ObjectAdapter oa, Registry reg, ome.services.util.Executor ex, ome.system.Principal p, ome.services.scripts.ScriptRepoHelper helper, PublicRepositoryI servant, java.util.Set<java.lang.String> scriptRepoUuids)
Deprecated.ScriptRepositoryI(Ice.ObjectAdapter oa, Registry reg, ome.services.util.Executor ex, ome.system.Principal p, ome.services.scripts.ScriptRepoHelper helper, ome.services.util.ReadOnlyStatus readOnly, PublicRepositoryI servant, java.util.Set<java.lang.String> scriptRepoUuids)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
generateRepoUuid()
Called when this repository is creating a newOriginalFile
repository object.java.lang.String
getFilePath(OriginalFile file, Ice.Current __current)
-
Methods inherited from class ome.services.blitz.repo.AbstractRepositoryI
close, createRawFileStore, createRawPixelsStore, createRenderingEngine, createThumbnailStore, getCommunicator, getDescription, getDescription, getFileRepo, getObjectAdapter, getProxy, getRepoUuid, onApplicationEvent, rawAccess, takeover
-
Methods inherited from class omero.grid._InternalRepositoryDisp
___createRawFileStore, ___createRawPixelsStore, ___createRenderingEngine, ___createThumbnailStore, ___getDescription, ___getFilePath, ___getProxy, ___rawAccess, __dispatch, __readImpl, __writeImpl, createRawFileStore, createRawPixelsStore, createRenderingEngine, createThumbnailStore, getDescription, getFilePath, getProxy, ice_copyStateFrom, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, rawAccess
-
Methods inherited from class Ice.ObjectImpl
___ice_id, ___ice_ids, ___ice_isA, ___ice_ping, __checkMode, __read, __read, __readImpl, __write, __write, __writeImpl, clone, ice_dispatch, ice_dispatch, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshal
-
-
-
-
Constructor Detail
-
ScriptRepositoryI
@Deprecated public ScriptRepositoryI(Ice.ObjectAdapter oa, Registry reg, ome.services.util.Executor ex, ome.system.Principal p, ome.services.scripts.ScriptRepoHelper helper, PublicRepositoryI servant, java.util.Set<java.lang.String> scriptRepoUuids)
Deprecated.
-
ScriptRepositoryI
public ScriptRepositoryI(Ice.ObjectAdapter oa, Registry reg, ome.services.util.Executor ex, ome.system.Principal p, ome.services.scripts.ScriptRepoHelper helper, ome.services.util.ReadOnlyStatus readOnly, PublicRepositoryI servant, java.util.Set<java.lang.String> scriptRepoUuids)
-
-
Method Detail
-
generateRepoUuid
public java.lang.String generateRepoUuid()
Description copied from class:AbstractRepositoryI
Called when this repository is creating a newOriginalFile
repository object.- Overrides:
generateRepoUuid
in classAbstractRepositoryI
-
getFilePath
public java.lang.String getFilePath(OriginalFile file, Ice.Current __current) throws ServerError
- Specified by:
getFilePath
in interface_InternalRepositoryOperations
- Specified by:
getFilePath
in classAbstractRepositoryI
- Throws:
ServerError
-
-