public class OriginalFileI extends OriginalFile implements ome.model.ModelBased
Modifier and Type | Field and 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 |
__ids, annotationLinksCountPerOwner, annotationLinksLoaded, annotationLinksSeq, atime, ctime, filesetEntriesLoaded, filesetEntriesSeq, hash, hasher, mimetype, mtime, name, path, pixelsFileMapsCountPerOwner, pixelsFileMapsLoaded, pixelsFileMapsSeq, repo, serialVersionUID, size, version
Constructor and Description |
---|
OriginalFileI() |
OriginalFileI(long id,
boolean loaded) |
OriginalFileI(RLong id,
boolean loaded) |
Modifier and Type | Method and 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 by
IceMapper 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 by
IceMapper 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() |
___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
___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
___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
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
public static final java.lang.String PIXELSFILEMAPS
public static final java.lang.String PATH
public static final java.lang.String REPO
public static final java.lang.String SIZE
public static final java.lang.String ATIME
public static final java.lang.String MTIME
public static final java.lang.String CTIME
public static final java.lang.String HASHER
public static final java.lang.String HASH
public static final java.lang.String MIMETYPE
public static final java.lang.String FILESETENTRIES
public static final java.lang.String ANNOTATIONLINKS
public static final java.lang.String NAME
public static final java.lang.String DETAILS
public OriginalFileI()
public OriginalFileI(long id, boolean loaded)
public OriginalFileI(RLong id, boolean loaded)
protected void errorIfUnloaded() throws UnloadedEntityException
UnloadedEntityException
protected void throwNullCollectionException(java.lang.String propertyName) throws UnloadedCollectionException
UnloadedCollectionException
protected void toggleCollectionsLoaded(boolean load)
public void unload(Ice.Current current)
_IObjectOperations
unload
in interface _IObjectOperations
current
- The Current object for the invocation.public boolean isLoaded(Ice.Current current)
_IObjectOperations
isLoaded
in interface _IObjectOperations
current
- The Current object for the invocation.public void unloadCollections(Ice.Current current)
_IObjectOperations
unloadCollections
in interface _IObjectOperations
current
- The Current object for the invocation.public boolean isGlobal(Ice.Current current)
_IObjectOperations
isGlobal
in interface _IObjectOperations
current
- The Current object for the invocation.public boolean isMutable(Ice.Current current)
_IObjectOperations
isMutable
in interface _IObjectOperations
current
- The Current object for the invocation.public boolean isAnnotated(Ice.Current current)
_IObjectOperations
isAnnotated
in interface _IObjectOperations
current
- The Current object for the invocation.public boolean isLink(Ice.Current current)
_IObjectOperations
isLink
in interface _IObjectOperations
current
- The Current object for the invocation.public IObject shallowCopy(Ice.Current current)
_IObjectOperations
shallowCopy
in interface _IObjectOperations
current
- The Current object for the invocation.public IObject proxy(Ice.Current current)
_IObjectOperations
proxy
in interface _IObjectOperations
current
- The Current object for the invocation.public RLong getId(Ice.Current current)
getId
in interface _IObjectOperations
public void setId(RLong id, Ice.Current current)
setId
in interface _IObjectOperations
public Details getDetails(Ice.Current current)
getDetails
in interface _IObjectOperations
public void unloadDetails(Ice.Current current)
_IObjectOperations
unloadDetails
in interface _IObjectOperations
current
- The Current object for the invocation.public RInt getVersion(Ice.Current current)
getVersion
in interface _OriginalFileOperations
public void setVersion(RInt version, Ice.Current current)
setVersion
in interface _OriginalFileOperations
public void unloadPixelsFileMaps(Ice.Current current)
unloadPixelsFileMaps
in interface _OriginalFileOperations
protected java.util.List getPixelsFileMaps(Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
protected void setPixelsFileMaps(java.util.List pixelsFileMaps, Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
public boolean isPixelsFileMapsLoaded()
public int sizeOfPixelsFileMaps(Ice.Current current) throws UnloadedEntityException
sizeOfPixelsFileMaps
in interface _OriginalFileOperations
UnloadedEntityException
public java.util.List copyPixelsFileMaps(Ice.Current current) throws UnloadedEntityException
copyPixelsFileMaps
in interface _OriginalFileOperations
UnloadedEntityException
public java.util.Iterator iteratePixelsFileMaps() throws UnloadedEntityException
UnloadedEntityException
public void addPixelsOriginalFileMap(PixelsOriginalFileMap target, Ice.Current current) throws UnloadedEntityException
addPixelsOriginalFileMap
in interface _OriginalFileOperations
UnloadedEntityException
public void addAllPixelsOriginalFileMapSet(java.util.List<PixelsOriginalFileMap> targets, Ice.Current current) throws UnloadedEntityException
addAllPixelsOriginalFileMapSet
in interface _OriginalFileOperations
UnloadedEntityException
public void removePixelsOriginalFileMap(PixelsOriginalFileMap target, Ice.Current current) throws UnloadedEntityException
removePixelsOriginalFileMap
in interface _OriginalFileOperations
UnloadedEntityException
public void removeAllPixelsOriginalFileMapSet(java.util.List<PixelsOriginalFileMap> targets, Ice.Current current) throws UnloadedEntityException
removeAllPixelsOriginalFileMapSet
in interface _OriginalFileOperations
UnloadedEntityException
public void clearPixelsFileMaps(Ice.Current current) throws UnloadedEntityException
clearPixelsFileMaps
in interface _OriginalFileOperations
UnloadedEntityException
public void reloadPixelsFileMaps(OriginalFile toCopy, Ice.Current current) throws UnloadedEntityException
reloadPixelsFileMaps
in interface _OriginalFileOperations
UnloadedEntityException
public java.util.Map<java.lang.Long,java.lang.Long> getPixelsFileMapsCountPerOwner(Ice.Current current)
getPixelsFileMapsCountPerOwner
in interface _OriginalFileOperations
public PixelsOriginalFileMap linkPixels(Pixels addition, Ice.Current current) throws UnloadedEntityException
linkPixels
in interface _OriginalFileOperations
UnloadedEntityException
public void addPixelsOriginalFileMapToBoth(PixelsOriginalFileMap link, boolean bothSides, Ice.Current current) throws UnloadedEntityException
addPixelsOriginalFileMapToBoth
in interface _OriginalFileOperations
UnloadedEntityException
public java.util.List<PixelsOriginalFileMap> findPixelsOriginalFileMap(Pixels removal, Ice.Current current) throws UnloadedEntityException
findPixelsOriginalFileMap
in interface _OriginalFileOperations
UnloadedEntityException
public void unlinkPixels(Pixels removal, Ice.Current current) throws UnloadedEntityException
unlinkPixels
in interface _OriginalFileOperations
UnloadedEntityException
public void removePixelsOriginalFileMapFromBoth(PixelsOriginalFileMap link, boolean bothSides, Ice.Current current) throws UnloadedEntityException, UnloadedCollectionException
removePixelsOriginalFileMapFromBoth
in interface _OriginalFileOperations
UnloadedEntityException
UnloadedCollectionException
public java.util.List<Pixels> linkedPixelsList(Ice.Current current) throws UnloadedEntityException
linkedPixelsList
in interface _OriginalFileOperations
UnloadedEntityException
public void unloadPath()
public RString getPath(Ice.Current current) throws UnloadedEntityException
getPath
in interface _OriginalFileOperations
UnloadedEntityException
public void setPath(RString path, Ice.Current current) throws UnloadedEntityException
setPath
in interface _OriginalFileOperations
UnloadedEntityException
public void unloadRepo()
public RString getRepo(Ice.Current current) throws UnloadedEntityException
getRepo
in interface _OriginalFileOperations
UnloadedEntityException
public void setRepo(RString repo, Ice.Current current) throws UnloadedEntityException
setRepo
in interface _OriginalFileOperations
UnloadedEntityException
public void unloadSize()
public RLong getSize(Ice.Current current) throws UnloadedEntityException
getSize
in interface _OriginalFileOperations
UnloadedEntityException
public void setSize(RLong size, Ice.Current current) throws UnloadedEntityException
setSize
in interface _OriginalFileOperations
UnloadedEntityException
public void unloadAtime()
public RTime getAtime(Ice.Current current) throws UnloadedEntityException
getAtime
in interface _OriginalFileOperations
UnloadedEntityException
public void setAtime(RTime atime, Ice.Current current) throws UnloadedEntityException
setAtime
in interface _OriginalFileOperations
UnloadedEntityException
public void unloadMtime()
public RTime getMtime(Ice.Current current) throws UnloadedEntityException
getMtime
in interface _OriginalFileOperations
UnloadedEntityException
public void setMtime(RTime mtime, Ice.Current current) throws UnloadedEntityException
setMtime
in interface _OriginalFileOperations
UnloadedEntityException
public void unloadCtime()
public RTime getCtime(Ice.Current current) throws UnloadedEntityException
getCtime
in interface _OriginalFileOperations
UnloadedEntityException
public void setCtime(RTime ctime, Ice.Current current) throws UnloadedEntityException
setCtime
in interface _OriginalFileOperations
UnloadedEntityException
public void unloadHasher()
public ChecksumAlgorithm getHasher(Ice.Current current) throws UnloadedEntityException
getHasher
in interface _OriginalFileOperations
UnloadedEntityException
public void setHasher(ChecksumAlgorithm hasher, Ice.Current current) throws UnloadedEntityException
setHasher
in interface _OriginalFileOperations
UnloadedEntityException
public void unloadHash()
public RString getHash(Ice.Current current) throws UnloadedEntityException
getHash
in interface _OriginalFileOperations
UnloadedEntityException
public void setHash(RString hash, Ice.Current current) throws UnloadedEntityException
setHash
in interface _OriginalFileOperations
UnloadedEntityException
public void unloadMimetype()
public RString getMimetype(Ice.Current current) throws UnloadedEntityException
getMimetype
in interface _OriginalFileOperations
UnloadedEntityException
public void setMimetype(RString mimetype, Ice.Current current) throws UnloadedEntityException
setMimetype
in interface _OriginalFileOperations
UnloadedEntityException
public void unloadFilesetEntries(Ice.Current current)
unloadFilesetEntries
in interface _OriginalFileOperations
protected java.util.List getFilesetEntries(Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
protected void setFilesetEntries(java.util.List filesetEntries, Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
public boolean isFilesetEntriesLoaded()
public int sizeOfFilesetEntries(Ice.Current current) throws UnloadedEntityException
sizeOfFilesetEntries
in interface _OriginalFileOperations
UnloadedEntityException
public java.util.List copyFilesetEntries(Ice.Current current) throws UnloadedEntityException
copyFilesetEntries
in interface _OriginalFileOperations
UnloadedEntityException
public java.util.Iterator iterateFilesetEntries() throws UnloadedEntityException
UnloadedEntityException
public void addFilesetEntry(FilesetEntry target, Ice.Current current) throws UnloadedEntityException
addFilesetEntry
in interface _OriginalFileOperations
UnloadedEntityException
public void addAllFilesetEntrySet(java.util.List<FilesetEntry> targets, Ice.Current current) throws UnloadedEntityException
addAllFilesetEntrySet
in interface _OriginalFileOperations
UnloadedEntityException
public void removeFilesetEntry(FilesetEntry target, Ice.Current current) throws UnloadedEntityException
removeFilesetEntry
in interface _OriginalFileOperations
UnloadedEntityException
public void removeAllFilesetEntrySet(java.util.List<FilesetEntry> targets, Ice.Current current) throws UnloadedEntityException
removeAllFilesetEntrySet
in interface _OriginalFileOperations
UnloadedEntityException
public void clearFilesetEntries(Ice.Current current) throws UnloadedEntityException
clearFilesetEntries
in interface _OriginalFileOperations
UnloadedEntityException
public void reloadFilesetEntries(OriginalFile toCopy, Ice.Current current) throws UnloadedEntityException
reloadFilesetEntries
in interface _OriginalFileOperations
UnloadedEntityException
public void unloadAnnotationLinks(Ice.Current current)
unloadAnnotationLinks
in interface _OriginalFileOperations
protected java.util.List getAnnotationLinks(Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
protected void setAnnotationLinks(java.util.List annotationLinks, Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
public boolean isAnnotationLinksLoaded()
public int sizeOfAnnotationLinks(Ice.Current current) throws UnloadedEntityException
sizeOfAnnotationLinks
in interface _OriginalFileOperations
UnloadedEntityException
public java.util.List copyAnnotationLinks(Ice.Current current) throws UnloadedEntityException
copyAnnotationLinks
in interface _OriginalFileOperations
UnloadedEntityException
public java.util.Iterator iterateAnnotationLinks() throws UnloadedEntityException
UnloadedEntityException
public void addOriginalFileAnnotationLink(OriginalFileAnnotationLink target, Ice.Current current) throws UnloadedEntityException
addOriginalFileAnnotationLink
in interface _OriginalFileOperations
UnloadedEntityException
public void addAllOriginalFileAnnotationLinkSet(java.util.List<OriginalFileAnnotationLink> targets, Ice.Current current) throws UnloadedEntityException
addAllOriginalFileAnnotationLinkSet
in interface _OriginalFileOperations
UnloadedEntityException
public void removeOriginalFileAnnotationLink(OriginalFileAnnotationLink target, Ice.Current current) throws UnloadedEntityException
removeOriginalFileAnnotationLink
in interface _OriginalFileOperations
UnloadedEntityException
public void removeAllOriginalFileAnnotationLinkSet(java.util.List<OriginalFileAnnotationLink> targets, Ice.Current current) throws UnloadedEntityException
removeAllOriginalFileAnnotationLinkSet
in interface _OriginalFileOperations
UnloadedEntityException
public void clearAnnotationLinks(Ice.Current current) throws UnloadedEntityException
clearAnnotationLinks
in interface _OriginalFileOperations
UnloadedEntityException
public void reloadAnnotationLinks(OriginalFile toCopy, Ice.Current current) throws UnloadedEntityException
reloadAnnotationLinks
in interface _OriginalFileOperations
UnloadedEntityException
public java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current current)
getAnnotationLinksCountPerOwner
in interface _OriginalFileOperations
public OriginalFileAnnotationLink linkAnnotation(Annotation addition, Ice.Current current) throws UnloadedEntityException
linkAnnotation
in interface _OriginalFileOperations
UnloadedEntityException
public void addOriginalFileAnnotationLinkToBoth(OriginalFileAnnotationLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException
addOriginalFileAnnotationLinkToBoth
in interface _OriginalFileOperations
UnloadedEntityException
public java.util.List<OriginalFileAnnotationLink> findOriginalFileAnnotationLink(Annotation removal, Ice.Current current) throws UnloadedEntityException
findOriginalFileAnnotationLink
in interface _OriginalFileOperations
UnloadedEntityException
public void unlinkAnnotation(Annotation removal, Ice.Current current) throws UnloadedEntityException
unlinkAnnotation
in interface _OriginalFileOperations
UnloadedEntityException
public void removeOriginalFileAnnotationLinkFromBoth(OriginalFileAnnotationLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException, UnloadedCollectionException
removeOriginalFileAnnotationLinkFromBoth
in interface _OriginalFileOperations
UnloadedEntityException
UnloadedCollectionException
public java.util.List<Annotation> linkedAnnotationList(Ice.Current current) throws UnloadedEntityException
linkedAnnotationList
in interface _OriginalFileOperations
UnloadedEntityException
public void unloadName()
public RString getName(Ice.Current current) throws UnloadedEntityException
getName
in interface _OriginalFileOperations
UnloadedEntityException
public void setName(RString name, Ice.Current current) throws UnloadedEntityException
setName
in interface _OriginalFileOperations
UnloadedEntityException
public void copyObject(ome.util.Filterable model, ome.util.ModelMapper _mapper)
IceMapper
to inject an "ome.model" object into this
"omero.model" object.copyObject
in interface ome.model.ModelBased
public ome.util.Filterable fillObject(ome.util.ReverseModelMapper _mapper)
IceMapper
produce an "ome.model" object from this
"omero.model" object.fillObject
in interface ome.model.ModelBased
public static java.util.List<OriginalFileI> cast(java.util.List list)
java.lang.ClassCastException