ome.services.blitz.repo
Class PublicRepositoryI

java.lang.Object
  extended by Ice.ObjectImpl
      extended by omero.grid._RepositoryDisp
          extended by ome.services.blitz.repo.PublicRepositoryI
All Implemented Interfaces:
Ice.Object, Serializable, Cloneable, omero.grid._RepositoryOperations, omero.grid._RepositoryOperationsNC, omero.grid.Repository

public class PublicRepositoryI
extends omero.grid._RepositoryDisp

Since:
Beta4.1
See Also:
Serialized Form

Field Summary
 
Fields inherited from class omero.grid._RepositoryDisp
__ids
 
Constructor Summary
PublicRepositoryI(long repoObjectId, Executor executor, Principal principal)
           
 
Method Summary
 void delete(String path, Ice.Current __current)
           
 List<String> list(String path, Ice.Current __current)
           
 List<String> listDirs(String path, Ice.Current __current)
           
 List<String> listFiles(String path, Ice.Current __current)
           
 List<omero.model.OriginalFile> listKnown(String path, Ice.Current __current)
           
 List<omero.model.OriginalFile> listKnownDirs(String path, Ice.Current __current)
           
 List<omero.model.OriginalFile> listKnownFiles(String path, Ice.Current __current)
           
 omero.model.OriginalFile load(String path, Ice.Current __current)
           
 omero.api.RawPixelsStorePrx pixels(String path, Ice.Current __current)
           
 omero.api.RawFileStorePrx read(String path, Ice.Current __current)
           
 omero.model.OriginalFile register(String path, omero.model.Format fmt, Ice.Current __current)
           
 void rename(String path, Ice.Current __current)
           
 omero.api.RenderingEnginePrx render(String path, Ice.Current __current)
           
 omero.model.OriginalFile root(Ice.Current __current)
           
 omero.api.ThumbnailStorePrx thumbs(String path, Ice.Current __current)
           
 void transfer(String srcPath, omero.grid.RepositoryPrx target, String targetPath, Ice.Current __current)
           
 omero.api.RawFileStorePrx write(String path, Ice.Current __current)
           
 
Methods inherited from class omero.grid._RepositoryDisp
___delete, ___list, ___listDirs, ___listFiles, ___listKnown, ___listKnownDirs, ___listKnownFiles, ___load, ___pixels, ___read, ___register, ___rename, ___render, ___root, ___thumbs, ___transfer, ___write, __dispatch, __read, __read, __write, __write, delete, ice_copyStateFrom, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, list, listDirs, listFiles, listKnown, listKnownDirs, listKnownFiles, load, pixels, read, register, rename, render, root, thumbs, transfer, write
 
Methods inherited from class Ice.ObjectImpl
___ice_id, ___ice_ids, ___ice_isA, ___ice_ping, __checkMode, __collocDispatch, clone, ice_dispatch, ice_hash, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshal
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface Ice.Object
__collocDispatch, clone, equals, ice_dispatch, ice_hash, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshal
 

Constructor Detail

PublicRepositoryI

public PublicRepositoryI(long repoObjectId,
                         Executor executor,
                         Principal principal)
                  throws Exception
Throws:
Exception
Method Detail

root

public omero.model.OriginalFile root(Ice.Current __current)
                              throws omero.ServerError
Throws:
omero.ServerError

register

public omero.model.OriginalFile register(String path,
                                         omero.model.Format fmt,
                                         Ice.Current __current)
                                  throws omero.ServerError
Throws:
omero.ServerError

delete

public void delete(String path,
                   Ice.Current __current)
            throws omero.ServerError
Throws:
omero.ServerError

list

public List<String> list(String path,
                         Ice.Current __current)
                  throws omero.ServerError
Throws:
omero.ServerError

listDirs

public List<String> listDirs(String path,
                             Ice.Current __current)
                      throws omero.ServerError
Throws:
omero.ServerError

listFiles

public List<String> listFiles(String path,
                              Ice.Current __current)
                       throws omero.ServerError
Throws:
omero.ServerError

load

public omero.model.OriginalFile load(String path,
                                     Ice.Current __current)
                              throws omero.ServerError
Throws:
omero.ServerError

pixels

public omero.api.RawPixelsStorePrx pixels(String path,
                                          Ice.Current __current)
                                   throws omero.ServerError
Throws:
omero.ServerError

read

public omero.api.RawFileStorePrx read(String path,
                                      Ice.Current __current)
                               throws omero.ServerError
Throws:
omero.ServerError

rename

public void rename(String path,
                   Ice.Current __current)
            throws omero.ServerError
Throws:
omero.ServerError

render

public omero.api.RenderingEnginePrx render(String path,
                                           Ice.Current __current)
                                    throws omero.ServerError
Throws:
omero.ServerError

thumbs

public omero.api.ThumbnailStorePrx thumbs(String path,
                                          Ice.Current __current)
                                   throws omero.ServerError
Throws:
omero.ServerError

transfer

public void transfer(String srcPath,
                     omero.grid.RepositoryPrx target,
                     String targetPath,
                     Ice.Current __current)
              throws omero.ServerError
Throws:
omero.ServerError

write

public omero.api.RawFileStorePrx write(String path,
                                       Ice.Current __current)
                                throws omero.ServerError
Throws:
omero.ServerError

listKnown

public List<omero.model.OriginalFile> listKnown(String path,
                                                Ice.Current __current)
                                         throws omero.ServerError
Throws:
omero.ServerError

listKnownDirs

public List<omero.model.OriginalFile> listKnownDirs(String path,
                                                    Ice.Current __current)
                                             throws omero.ServerError
Throws:
omero.ServerError

listKnownFiles

public List<omero.model.OriginalFile> listKnownFiles(String path,
                                                     Ice.Current __current)
                                              throws omero.ServerError
Throws:
omero.ServerError


OmeroJava Api

Version: Beta-4.1.1-r5927-b91

Copyright © 2009 The University of Dundee. All Rights Reserved.