Package omero.model
Class OriginalFileI
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.model.IObject
-
- omero.model.OriginalFile
-
- omero.model.OriginalFileI
-
- All Implemented Interfaces:
Ice.Object
,java.io.Serializable
,java.lang.Cloneable
,ome.model.ModelBased
,_IObjectOperations
,_IObjectOperationsNC
,_OriginalFileOperations
,_OriginalFileOperationsNC
public class OriginalFileI extends OriginalFile implements ome.model.ModelBased
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ANNOTATIONLINKS
static java.lang.String
ATIME
static java.lang.String
CTIME
static java.lang.String
DETAILS
static java.lang.String
FILESETENTRIES
static java.lang.String
HASH
static java.lang.String
HASHER
static java.lang.String
MIMETYPE
static java.lang.String
MTIME
static java.lang.String
NAME
static java.lang.String
PATH
static java.lang.String
PIXELSFILEMAPS
static java.lang.String
REPO
static java.lang.String
SIZE
-
Fields inherited from class omero.model.OriginalFile
__ids, annotationLinksCountPerOwner, annotationLinksLoaded, annotationLinksSeq, atime, ctime, filesetEntriesLoaded, filesetEntriesSeq, hash, hasher, mimetype, mtime, name, path, pixelsFileMapsCountPerOwner, pixelsFileMapsLoaded, pixelsFileMapsSeq, repo, serialVersionUID, size, version
-
-
Constructor Summary
Constructors Constructor Description OriginalFileI()
OriginalFileI(long id, boolean loaded)
OriginalFileI(RLong id, boolean loaded)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addAllFilesetEntrySet(java.util.List<FilesetEntry> targets, Ice.Current current)
void
addAllOriginalFileAnnotationLinkSet(java.util.List<OriginalFileAnnotationLink> targets, Ice.Current current)
void
addAllPixelsOriginalFileMapSet(java.util.List<PixelsOriginalFileMap> targets, Ice.Current current)
void
addFilesetEntry(FilesetEntry target, Ice.Current current)
void
addOriginalFileAnnotationLink(OriginalFileAnnotationLink target, Ice.Current current)
void
addOriginalFileAnnotationLinkToBoth(OriginalFileAnnotationLink link, boolean bothSides, Ice.Current current)
void
addPixelsOriginalFileMap(PixelsOriginalFileMap target, Ice.Current current)
void
addPixelsOriginalFileMapToBoth(PixelsOriginalFileMap link, boolean bothSides, Ice.Current current)
static java.util.List<OriginalFileI>
cast(java.util.List list)
Casts (without warning) the given list to a list of the current type.void
clearAnnotationLinks(Ice.Current current)
void
clearFilesetEntries(Ice.Current current)
void
clearPixelsFileMaps(Ice.Current current)
java.util.List
copyAnnotationLinks(Ice.Current current)
java.util.List
copyFilesetEntries(Ice.Current current)
void
copyObject(ome.util.Filterable model, ome.util.ModelMapper _mapper)
Used byIceMapper
to inject an "ome.model" object into this "omero.model" object.java.util.List
copyPixelsFileMaps(Ice.Current current)
protected void
errorIfUnloaded()
ome.util.Filterable
fillObject(ome.util.ReverseModelMapper _mapper)
Used byIceMapper
produce an "ome.model" object from this "omero.model" object.java.util.List<OriginalFileAnnotationLink>
findOriginalFileAnnotationLink(Annotation removal, Ice.Current current)
java.util.List<PixelsOriginalFileMap>
findPixelsOriginalFileMap(Pixels removal, Ice.Current current)
protected java.util.List
getAnnotationLinks(Ice.Current current)
java.util.Map<java.lang.Long,java.lang.Long>
getAnnotationLinksCountPerOwner(Ice.Current current)
RTime
getAtime(Ice.Current current)
RTime
getCtime(Ice.Current current)
Details
getDetails(Ice.Current current)
protected java.util.List
getFilesetEntries(Ice.Current current)
RString
getHash(Ice.Current current)
ChecksumAlgorithm
getHasher(Ice.Current current)
RLong
getId(Ice.Current current)
RString
getMimetype(Ice.Current current)
RTime
getMtime(Ice.Current current)
RString
getName(Ice.Current current)
RString
getPath(Ice.Current current)
protected java.util.List
getPixelsFileMaps(Ice.Current current)
java.util.Map<java.lang.Long,java.lang.Long>
getPixelsFileMapsCountPerOwner(Ice.Current current)
RString
getRepo(Ice.Current current)
RLong
getSize(Ice.Current current)
RInt
getVersion(Ice.Current current)
boolean
isAnnotated(Ice.Current current)
Allows for the attachment of any omero.model.Annotation subclasses.boolean
isAnnotationLinksLoaded()
boolean
isFilesetEntriesLoaded()
boolean
isGlobal(Ice.Current current)
Marker interface which means that special rules apply for both reading and writing these instances.boolean
isLink(Ice.Current current)
A link between two other types.boolean
isLoaded(Ice.Current current)
Tests if the objects are loaded or not.boolean
isMutable(Ice.Current current)
The server will persist changes made to these types.boolean
isPixelsFileMapsLoaded()
java.util.Iterator
iterateAnnotationLinks()
java.util.Iterator
iterateFilesetEntries()
java.util.Iterator
iteratePixelsFileMaps()
OriginalFileAnnotationLink
linkAnnotation(Annotation addition, Ice.Current current)
java.util.List<Annotation>
linkedAnnotationList(Ice.Current current)
java.util.List<Pixels>
linkedPixelsList(Ice.Current current)
PixelsOriginalFileMap
linkPixels(Pixels addition, Ice.Current current)
IObject
proxy(Ice.Current current)
Return another instance of the same type as this instance constructed as if by: new InstanceI( this.id.val, false );void
reloadAnnotationLinks(OriginalFile toCopy, Ice.Current current)
void
reloadFilesetEntries(OriginalFile toCopy, Ice.Current current)
void
reloadPixelsFileMaps(OriginalFile toCopy, Ice.Current current)
void
removeAllFilesetEntrySet(java.util.List<FilesetEntry> targets, Ice.Current current)
void
removeAllOriginalFileAnnotationLinkSet(java.util.List<OriginalFileAnnotationLink> targets, Ice.Current current)
void
removeAllPixelsOriginalFileMapSet(java.util.List<PixelsOriginalFileMap> targets, Ice.Current current)
void
removeFilesetEntry(FilesetEntry target, Ice.Current current)
void
removeOriginalFileAnnotationLink(OriginalFileAnnotationLink target, Ice.Current current)
void
removeOriginalFileAnnotationLinkFromBoth(OriginalFileAnnotationLink link, boolean bothSides, Ice.Current current)
void
removePixelsOriginalFileMap(PixelsOriginalFileMap target, Ice.Current current)
void
removePixelsOriginalFileMapFromBoth(PixelsOriginalFileMap link, boolean bothSides, Ice.Current current)
protected void
setAnnotationLinks(java.util.List annotationLinks, Ice.Current current)
void
setAtime(RTime atime, Ice.Current current)
void
setCtime(RTime ctime, Ice.Current current)
protected void
setFilesetEntries(java.util.List filesetEntries, Ice.Current current)
void
setHash(RString hash, Ice.Current current)
void
setHasher(ChecksumAlgorithm hasher, Ice.Current current)
void
setId(RLong id, Ice.Current current)
void
setMimetype(RString mimetype, Ice.Current current)
void
setMtime(RTime mtime, Ice.Current current)
void
setName(RString name, Ice.Current current)
void
setPath(RString path, Ice.Current current)
protected void
setPixelsFileMaps(java.util.List pixelsFileMaps, Ice.Current current)
void
setRepo(RString repo, Ice.Current current)
void
setSize(RLong size, Ice.Current current)
void
setVersion(RInt version, Ice.Current current)
IObject
shallowCopy(Ice.Current current)
Return another instance of the same type as this instance with all single-value entities unloaded and all members of collections also unloaded.int
sizeOfAnnotationLinks(Ice.Current current)
int
sizeOfFilesetEntries(Ice.Current current)
int
sizeOfPixelsFileMaps(Ice.Current current)
protected void
throwNullCollectionException(java.lang.String propertyName)
protected void
toggleCollectionsLoaded(boolean load)
void
unlinkAnnotation(Annotation removal, Ice.Current current)
void
unlinkPixels(Pixels removal, Ice.Current current)
void
unload(Ice.Current current)
Sets the loaded boolean to false and empties all state from this entity to make sending it over the network less costly.void
unloadAnnotationLinks(Ice.Current current)
void
unloadAtime()
void
unloadCollections(Ice.Current current)
Each collection can also be unloaded, independently of the object itself.void
unloadCtime()
void
unloadDetails(Ice.Current current)
As with collections, the objects under details can link to many other objects.void
unloadFilesetEntries(Ice.Current current)
void
unloadHash()
void
unloadHasher()
void
unloadMimetype()
void
unloadMtime()
void
unloadName()
void
unloadPath()
void
unloadPixelsFileMaps(Ice.Current current)
void
unloadRepo()
void
unloadSize()
-
Methods inherited from class omero.model.OriginalFile
___addAllFilesetEntrySet, ___addAllOriginalFileAnnotationLinkSet, ___addAllPixelsOriginalFileMapSet, ___addFilesetEntry, ___addOriginalFileAnnotationLink, ___addOriginalFileAnnotationLinkToBoth, ___addPixelsOriginalFileMap, ___addPixelsOriginalFileMapToBoth, ___clearAnnotationLinks, ___clearFilesetEntries, ___clearPixelsFileMaps, ___copyAnnotationLinks, ___copyFilesetEntries, ___copyPixelsFileMaps, ___findOriginalFileAnnotationLink, ___findPixelsOriginalFileMap, ___getAnnotationLinksCountPerOwner, ___getAtime, ___getCtime, ___getHash, ___getHasher, ___getMimetype, ___getMtime, ___getName, ___getPath, ___getPixelsFileMapsCountPerOwner, ___getRepo, ___getSize, ___getVersion, ___linkAnnotation, ___linkedAnnotationList, ___linkedPixelsList, ___linkPixels, ___reloadAnnotationLinks, ___reloadFilesetEntries, ___reloadPixelsFileMaps, ___removeAllFilesetEntrySet, ___removeAllOriginalFileAnnotationLinkSet, ___removeAllPixelsOriginalFileMapSet, ___removeFilesetEntry, ___removeOriginalFileAnnotationLink, ___removeOriginalFileAnnotationLinkFromBoth, ___removePixelsOriginalFileMap, ___removePixelsOriginalFileMapFromBoth, ___setAtime, ___setCtime, ___setHash, ___setHasher, ___setMimetype, ___setMtime, ___setName, ___setPath, ___setRepo, ___setSize, ___setVersion, ___sizeOfAnnotationLinks, ___sizeOfFilesetEntries, ___sizeOfPixelsFileMaps, ___unlinkAnnotation, ___unlinkPixels, ___unloadAnnotationLinks, ___unloadFilesetEntries, ___unloadPixelsFileMaps, __dispatch, __readImpl, __writeImpl, addAllFilesetEntrySet, addAllOriginalFileAnnotationLinkSet, addAllPixelsOriginalFileMapSet, addFilesetEntry, addOriginalFileAnnotationLink, addOriginalFileAnnotationLinkToBoth, addPixelsOriginalFileMap, addPixelsOriginalFileMapToBoth, clearAnnotationLinks, clearFilesetEntries, clearPixelsFileMaps, clone, copyAnnotationLinks, copyFilesetEntries, copyPixelsFileMaps, findOriginalFileAnnotationLink, findPixelsOriginalFileMap, getAnnotationLinksCountPerOwner, getAtime, getCtime, getHash, getHasher, getMimetype, getMtime, getName, getPath, getPixelsFileMapsCountPerOwner, getRepo, getSize, getVersion, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, linkAnnotation, linkedAnnotationList, linkedPixelsList, linkPixels, reloadAnnotationLinks, reloadFilesetEntries, reloadPixelsFileMaps, removeAllFilesetEntrySet, removeAllOriginalFileAnnotationLinkSet, removeAllPixelsOriginalFileMapSet, removeFilesetEntry, removeOriginalFileAnnotationLink, removeOriginalFileAnnotationLinkFromBoth, removePixelsOriginalFileMap, removePixelsOriginalFileMapFromBoth, setAtime, setCtime, setHash, setHasher, setMimetype, setMtime, setName, setPath, setRepo, setSize, setVersion, sizeOfAnnotationLinks, sizeOfFilesetEntries, sizeOfPixelsFileMaps, unlinkAnnotation, unlinkPixels, unloadAnnotationLinks, unloadFilesetEntries, unloadPixelsFileMaps
-
Methods inherited from class omero.model.IObject
___getDetails, ___getId, ___isAnnotated, ___isGlobal, ___isLink, ___isLoaded, ___isMutable, ___proxy, ___setId, ___shallowCopy, ___unload, ___unloadCollections, ___unloadDetails, getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
Methods inherited from class Ice.ObjectImpl
___ice_id, ___ice_ids, ___ice_isA, ___ice_ping, __checkMode, __read, __read, __readImpl, __write, __write, __writeImpl, ice_dispatch, ice_dispatch, 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 omero.model._IObjectOperationsNC
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
-
-
-
Field Detail
-
PIXELSFILEMAPS
public static final java.lang.String PIXELSFILEMAPS
- See Also:
- Constant Field Values
-
PATH
public static final java.lang.String PATH
- See Also:
- Constant Field Values
-
REPO
public static final java.lang.String REPO
- See Also:
- Constant Field Values
-
SIZE
public static final java.lang.String SIZE
- See Also:
- Constant Field Values
-
ATIME
public static final java.lang.String ATIME
- See Also:
- Constant Field Values
-
MTIME
public static final java.lang.String MTIME
- See Also:
- Constant Field Values
-
CTIME
public static final java.lang.String CTIME
- See Also:
- Constant Field Values
-
HASHER
public static final java.lang.String HASHER
- See Also:
- Constant Field Values
-
HASH
public static final java.lang.String HASH
- See Also:
- Constant Field Values
-
MIMETYPE
public static final java.lang.String MIMETYPE
- See Also:
- Constant Field Values
-
FILESETENTRIES
public static final java.lang.String FILESETENTRIES
- See Also:
- Constant Field Values
-
ANNOTATIONLINKS
public static final java.lang.String ANNOTATIONLINKS
- See Also:
- Constant Field Values
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
DETAILS
public static final java.lang.String DETAILS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
OriginalFileI
public OriginalFileI()
-
OriginalFileI
public OriginalFileI(long id, boolean loaded)
-
OriginalFileI
public OriginalFileI(RLong id, boolean loaded)
-
-
Method Detail
-
errorIfUnloaded
protected void errorIfUnloaded() throws UnloadedEntityException
- Throws:
UnloadedEntityException
-
throwNullCollectionException
protected void throwNullCollectionException(java.lang.String propertyName) throws UnloadedCollectionException
- Throws:
UnloadedCollectionException
-
toggleCollectionsLoaded
protected void toggleCollectionsLoaded(boolean load)
-
unload
public void unload(Ice.Current current)
Description copied from interface:_IObjectOperations
Sets the loaded boolean to false and empties all state from this entity to make sending it over the network less costly.- Specified by:
unload
in interface_IObjectOperations
- Parameters:
current
- The Current object for the invocation.
-
isLoaded
public boolean isLoaded(Ice.Current current)
Description copied from interface:_IObjectOperations
Tests if the objects are loaded or not. If this value is false, then any method call on this instance other than getId or setId will result in an exception.- Specified by:
isLoaded
in interface_IObjectOperations
- Parameters:
current
- The Current object for the invocation.
-
unloadCollections
public void unloadCollections(Ice.Current current)
Description copied from interface:_IObjectOperations
Each collection can also be unloaded, independently of the object itself. To unload all collections, use: object.unloadCollections(); This is useful when it is possible that a collection no longer represents the state in the database, and passing the collections back to the server might delete some entities. Sending back empty collections can also save a significant amount of bandwidth, when working with large data graphs.- Specified by:
unloadCollections
in interface_IObjectOperations
- Parameters:
current
- The Current object for the invocation.
-
isGlobal
public boolean isGlobal(Ice.Current current)
Description copied from interface:_IObjectOperations
Marker interface which means that special rules apply for both reading and writing these instances.- Specified by:
isGlobal
in interface_IObjectOperations
- Parameters:
current
- The Current object for the invocation.
-
isMutable
public boolean isMutable(Ice.Current current)
Description copied from interface:_IObjectOperations
The server will persist changes made to these types. Methods provided: - getVersion() - setVersion()- Specified by:
isMutable
in interface_IObjectOperations
- Parameters:
current
- The Current object for the invocation.
-
isAnnotated
public boolean isAnnotated(Ice.Current current)
Description copied from interface:_IObjectOperations
Allows for the attachment of any omero.model.Annotation subclasses. Methods provided are: - linkAnnotation(Annotation) -- Specified by:
isAnnotated
in interface_IObjectOperations
- Parameters:
current
- The Current object for the invocation.
-
isLink
public boolean isLink(Ice.Current current)
Description copied from interface:_IObjectOperations
A link between two other types. Methods provided: - getParent() - getChild()- Specified by:
isLink
in interface_IObjectOperations
- Parameters:
current
- The Current object for the invocation.
-
shallowCopy
public IObject shallowCopy(Ice.Current current)
Description copied from interface:_IObjectOperations
Return another instance of the same type as this instance with all single-value entities unloaded and all members of collections also unloaded.- Specified by:
shallowCopy
in interface_IObjectOperations
- Parameters:
current
- The Current object for the invocation.
-
proxy
public IObject proxy(Ice.Current current)
Description copied from interface:_IObjectOperations
Return another instance of the same type as this instance constructed as if by: new InstanceI( this.id.val, false );- Specified by:
proxy
in interface_IObjectOperations
- Parameters:
current
- The Current object for the invocation.
-
getId
public RLong getId(Ice.Current current)
- Specified by:
getId
in interface_IObjectOperations
-
setId
public void setId(RLong id, Ice.Current current)
- Specified by:
setId
in interface_IObjectOperations
-
getDetails
public Details getDetails(Ice.Current current)
- Specified by:
getDetails
in interface_IObjectOperations
-
unloadDetails
public void unloadDetails(Ice.Current current)
Description copied from interface:_IObjectOperations
As with collections, the objects under details can link to many other objects. Unloading the details can same bandwidth and simplify the server logic.- Specified by:
unloadDetails
in interface_IObjectOperations
- Parameters:
current
- The Current object for the invocation.
-
getVersion
public RInt getVersion(Ice.Current current)
- Specified by:
getVersion
in interface_OriginalFileOperations
-
setVersion
public void setVersion(RInt version, Ice.Current current)
- Specified by:
setVersion
in interface_OriginalFileOperations
-
unloadPixelsFileMaps
public void unloadPixelsFileMaps(Ice.Current current)
- Specified by:
unloadPixelsFileMaps
in interface_OriginalFileOperations
-
getPixelsFileMaps
protected java.util.List getPixelsFileMaps(Ice.Current current) throws UnloadedEntityException
- Throws:
UnloadedEntityException
-
setPixelsFileMaps
protected void setPixelsFileMaps(java.util.List pixelsFileMaps, Ice.Current current) throws UnloadedEntityException
- Throws:
UnloadedEntityException
-
isPixelsFileMapsLoaded
public boolean isPixelsFileMapsLoaded()
-
sizeOfPixelsFileMaps
public int sizeOfPixelsFileMaps(Ice.Current current) throws UnloadedEntityException
- Specified by:
sizeOfPixelsFileMaps
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
-
copyPixelsFileMaps
public java.util.List copyPixelsFileMaps(Ice.Current current) throws UnloadedEntityException
- Specified by:
copyPixelsFileMaps
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
-
iteratePixelsFileMaps
public java.util.Iterator iteratePixelsFileMaps() throws UnloadedEntityException
- Throws:
UnloadedEntityException
-
addPixelsOriginalFileMap
public void addPixelsOriginalFileMap(PixelsOriginalFileMap target, Ice.Current current) throws UnloadedEntityException
- Specified by:
addPixelsOriginalFileMap
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
-
addAllPixelsOriginalFileMapSet
public void addAllPixelsOriginalFileMapSet(java.util.List<PixelsOriginalFileMap> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
addAllPixelsOriginalFileMapSet
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
-
removePixelsOriginalFileMap
public void removePixelsOriginalFileMap(PixelsOriginalFileMap target, Ice.Current current) throws UnloadedEntityException
- Specified by:
removePixelsOriginalFileMap
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
-
removeAllPixelsOriginalFileMapSet
public void removeAllPixelsOriginalFileMapSet(java.util.List<PixelsOriginalFileMap> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeAllPixelsOriginalFileMapSet
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
-
clearPixelsFileMaps
public void clearPixelsFileMaps(Ice.Current current) throws UnloadedEntityException
- Specified by:
clearPixelsFileMaps
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
-
reloadPixelsFileMaps
public void reloadPixelsFileMaps(OriginalFile toCopy, Ice.Current current) throws UnloadedEntityException
- Specified by:
reloadPixelsFileMaps
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
-
getPixelsFileMapsCountPerOwner
public java.util.Map<java.lang.Long,java.lang.Long> getPixelsFileMapsCountPerOwner(Ice.Current current)
- Specified by:
getPixelsFileMapsCountPerOwner
in interface_OriginalFileOperations
-
linkPixels
public PixelsOriginalFileMap linkPixels(Pixels addition, Ice.Current current) throws UnloadedEntityException
- Specified by:
linkPixels
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
-
addPixelsOriginalFileMapToBoth
public void addPixelsOriginalFileMapToBoth(PixelsOriginalFileMap link, boolean bothSides, Ice.Current current) throws UnloadedEntityException
- Specified by:
addPixelsOriginalFileMapToBoth
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
-
findPixelsOriginalFileMap
public java.util.List<PixelsOriginalFileMap> findPixelsOriginalFileMap(Pixels removal, Ice.Current current) throws UnloadedEntityException
- Specified by:
findPixelsOriginalFileMap
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
-
unlinkPixels
public void unlinkPixels(Pixels removal, Ice.Current current) throws UnloadedEntityException
- Specified by:
unlinkPixels
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
-
removePixelsOriginalFileMapFromBoth
public void removePixelsOriginalFileMapFromBoth(PixelsOriginalFileMap link, boolean bothSides, Ice.Current current) throws UnloadedEntityException, UnloadedCollectionException
- Specified by:
removePixelsOriginalFileMapFromBoth
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
UnloadedCollectionException
-
linkedPixelsList
public java.util.List<Pixels> linkedPixelsList(Ice.Current current) throws UnloadedEntityException
- Specified by:
linkedPixelsList
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
-
unloadPath
public void unloadPath()
-
getPath
public RString getPath(Ice.Current current) throws UnloadedEntityException
- Specified by:
getPath
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
-
setPath
public void setPath(RString path, Ice.Current current) throws UnloadedEntityException
- Specified by:
setPath
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
-
unloadRepo
public void unloadRepo()
-
getRepo
public RString getRepo(Ice.Current current) throws UnloadedEntityException
- Specified by:
getRepo
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
-
setRepo
public void setRepo(RString repo, Ice.Current current) throws UnloadedEntityException
- Specified by:
setRepo
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
-
unloadSize
public void unloadSize()
-
getSize
public RLong getSize(Ice.Current current) throws UnloadedEntityException
- Specified by:
getSize
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
-
setSize
public void setSize(RLong size, Ice.Current current) throws UnloadedEntityException
- Specified by:
setSize
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
-
unloadAtime
public void unloadAtime()
-
getAtime
public RTime getAtime(Ice.Current current) throws UnloadedEntityException
- Specified by:
getAtime
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
-
setAtime
public void setAtime(RTime atime, Ice.Current current) throws UnloadedEntityException
- Specified by:
setAtime
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
-
unloadMtime
public void unloadMtime()
-
getMtime
public RTime getMtime(Ice.Current current) throws UnloadedEntityException
- Specified by:
getMtime
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
-
setMtime
public void setMtime(RTime mtime, Ice.Current current) throws UnloadedEntityException
- Specified by:
setMtime
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
-
unloadCtime
public void unloadCtime()
-
getCtime
public RTime getCtime(Ice.Current current) throws UnloadedEntityException
- Specified by:
getCtime
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
-
setCtime
public void setCtime(RTime ctime, Ice.Current current) throws UnloadedEntityException
- Specified by:
setCtime
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
-
unloadHasher
public void unloadHasher()
-
getHasher
public ChecksumAlgorithm getHasher(Ice.Current current) throws UnloadedEntityException
- Specified by:
getHasher
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
-
setHasher
public void setHasher(ChecksumAlgorithm hasher, Ice.Current current) throws UnloadedEntityException
- Specified by:
setHasher
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
-
unloadHash
public void unloadHash()
-
getHash
public RString getHash(Ice.Current current) throws UnloadedEntityException
- Specified by:
getHash
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
-
setHash
public void setHash(RString hash, Ice.Current current) throws UnloadedEntityException
- Specified by:
setHash
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
-
unloadMimetype
public void unloadMimetype()
-
getMimetype
public RString getMimetype(Ice.Current current) throws UnloadedEntityException
- Specified by:
getMimetype
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
-
setMimetype
public void setMimetype(RString mimetype, Ice.Current current) throws UnloadedEntityException
- Specified by:
setMimetype
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
-
unloadFilesetEntries
public void unloadFilesetEntries(Ice.Current current)
- Specified by:
unloadFilesetEntries
in interface_OriginalFileOperations
-
getFilesetEntries
protected java.util.List getFilesetEntries(Ice.Current current) throws UnloadedEntityException
- Throws:
UnloadedEntityException
-
setFilesetEntries
protected void setFilesetEntries(java.util.List filesetEntries, Ice.Current current) throws UnloadedEntityException
- Throws:
UnloadedEntityException
-
isFilesetEntriesLoaded
public boolean isFilesetEntriesLoaded()
-
sizeOfFilesetEntries
public int sizeOfFilesetEntries(Ice.Current current) throws UnloadedEntityException
- Specified by:
sizeOfFilesetEntries
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
-
copyFilesetEntries
public java.util.List copyFilesetEntries(Ice.Current current) throws UnloadedEntityException
- Specified by:
copyFilesetEntries
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
-
iterateFilesetEntries
public java.util.Iterator iterateFilesetEntries() throws UnloadedEntityException
- Throws:
UnloadedEntityException
-
addFilesetEntry
public void addFilesetEntry(FilesetEntry target, Ice.Current current) throws UnloadedEntityException
- Specified by:
addFilesetEntry
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
-
addAllFilesetEntrySet
public void addAllFilesetEntrySet(java.util.List<FilesetEntry> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
addAllFilesetEntrySet
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
-
removeFilesetEntry
public void removeFilesetEntry(FilesetEntry target, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeFilesetEntry
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
-
removeAllFilesetEntrySet
public void removeAllFilesetEntrySet(java.util.List<FilesetEntry> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeAllFilesetEntrySet
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
-
clearFilesetEntries
public void clearFilesetEntries(Ice.Current current) throws UnloadedEntityException
- Specified by:
clearFilesetEntries
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
-
reloadFilesetEntries
public void reloadFilesetEntries(OriginalFile toCopy, Ice.Current current) throws UnloadedEntityException
- Specified by:
reloadFilesetEntries
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
-
unloadAnnotationLinks
public void unloadAnnotationLinks(Ice.Current current)
- Specified by:
unloadAnnotationLinks
in interface_OriginalFileOperations
-
getAnnotationLinks
protected java.util.List getAnnotationLinks(Ice.Current current) throws UnloadedEntityException
- Throws:
UnloadedEntityException
-
setAnnotationLinks
protected void setAnnotationLinks(java.util.List annotationLinks, Ice.Current current) throws UnloadedEntityException
- Throws:
UnloadedEntityException
-
isAnnotationLinksLoaded
public boolean isAnnotationLinksLoaded()
-
sizeOfAnnotationLinks
public int sizeOfAnnotationLinks(Ice.Current current) throws UnloadedEntityException
- Specified by:
sizeOfAnnotationLinks
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
-
copyAnnotationLinks
public java.util.List copyAnnotationLinks(Ice.Current current) throws UnloadedEntityException
- Specified by:
copyAnnotationLinks
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
-
iterateAnnotationLinks
public java.util.Iterator iterateAnnotationLinks() throws UnloadedEntityException
- Throws:
UnloadedEntityException
-
addOriginalFileAnnotationLink
public void addOriginalFileAnnotationLink(OriginalFileAnnotationLink target, Ice.Current current) throws UnloadedEntityException
- Specified by:
addOriginalFileAnnotationLink
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
-
addAllOriginalFileAnnotationLinkSet
public void addAllOriginalFileAnnotationLinkSet(java.util.List<OriginalFileAnnotationLink> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
addAllOriginalFileAnnotationLinkSet
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
-
removeOriginalFileAnnotationLink
public void removeOriginalFileAnnotationLink(OriginalFileAnnotationLink target, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeOriginalFileAnnotationLink
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
-
removeAllOriginalFileAnnotationLinkSet
public void removeAllOriginalFileAnnotationLinkSet(java.util.List<OriginalFileAnnotationLink> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeAllOriginalFileAnnotationLinkSet
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
-
clearAnnotationLinks
public void clearAnnotationLinks(Ice.Current current) throws UnloadedEntityException
- Specified by:
clearAnnotationLinks
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
-
reloadAnnotationLinks
public void reloadAnnotationLinks(OriginalFile toCopy, Ice.Current current) throws UnloadedEntityException
- Specified by:
reloadAnnotationLinks
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
-
getAnnotationLinksCountPerOwner
public java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current current)
- Specified by:
getAnnotationLinksCountPerOwner
in interface_OriginalFileOperations
-
linkAnnotation
public OriginalFileAnnotationLink linkAnnotation(Annotation addition, Ice.Current current) throws UnloadedEntityException
- Specified by:
linkAnnotation
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
-
addOriginalFileAnnotationLinkToBoth
public void addOriginalFileAnnotationLinkToBoth(OriginalFileAnnotationLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException
- Specified by:
addOriginalFileAnnotationLinkToBoth
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
-
findOriginalFileAnnotationLink
public java.util.List<OriginalFileAnnotationLink> findOriginalFileAnnotationLink(Annotation removal, Ice.Current current) throws UnloadedEntityException
- Specified by:
findOriginalFileAnnotationLink
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
-
unlinkAnnotation
public void unlinkAnnotation(Annotation removal, Ice.Current current) throws UnloadedEntityException
- Specified by:
unlinkAnnotation
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
-
removeOriginalFileAnnotationLinkFromBoth
public void removeOriginalFileAnnotationLinkFromBoth(OriginalFileAnnotationLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException, UnloadedCollectionException
- Specified by:
removeOriginalFileAnnotationLinkFromBoth
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
UnloadedCollectionException
-
linkedAnnotationList
public java.util.List<Annotation> linkedAnnotationList(Ice.Current current) throws UnloadedEntityException
- Specified by:
linkedAnnotationList
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
-
unloadName
public void unloadName()
-
getName
public RString getName(Ice.Current current) throws UnloadedEntityException
- Specified by:
getName
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
-
setName
public void setName(RString name, Ice.Current current) throws UnloadedEntityException
- Specified by:
setName
in interface_OriginalFileOperations
- Throws:
UnloadedEntityException
-
copyObject
public void copyObject(ome.util.Filterable model, ome.util.ModelMapper _mapper)
Used byIceMapper
to inject an "ome.model" object into this "omero.model" object.- Specified by:
copyObject
in interfaceome.model.ModelBased
-
fillObject
public ome.util.Filterable fillObject(ome.util.ReverseModelMapper _mapper)
Used byIceMapper
produce an "ome.model" object from this "omero.model" object.- Specified by:
fillObject
in interfaceome.model.ModelBased
-
cast
public static java.util.List<OriginalFileI> cast(java.util.List list)
Casts (without warning) the given list to a list of the current type.- Throws:
java.lang.ClassCastException
-
-