Package omero.model
Class _FilesetTie
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.model.IObject
-
- omero.model.Fileset
-
- omero.model._FilesetTie
-
- All Implemented Interfaces:
Ice.Object
,Ice.TieBase
,java.io.Serializable
,java.lang.Cloneable
,_FilesetOperations
,_FilesetOperationsNC
,_IObjectOperations
,_IObjectOperationsNC
public class _FilesetTie extends Fileset implements Ice.TieBase
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static long
serialVersionUID
-
Fields inherited from class omero.model.Fileset
__ids, annotationLinksCountPerOwner, annotationLinksLoaded, annotationLinksSeq, imagesLoaded, imagesSeq, jobLinksCountPerOwner, jobLinksLoaded, jobLinksSeq, templatePrefix, usedFilesLoaded, usedFilesSeq, version
-
-
Constructor Summary
Constructors Constructor Description _FilesetTie()
_FilesetTie(_FilesetOperations delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addAllFilesetAnnotationLinkSet(java.util.List<FilesetAnnotationLink> targets, Ice.Current __current)
void
addAllFilesetEntrySet(java.util.List<FilesetEntry> targets, Ice.Current __current)
void
addAllFilesetJobLinkSet(java.util.List<FilesetJobLink> targets, Ice.Current __current)
void
addAllImageSet(java.util.List<Image> targets, Ice.Current __current)
void
addFilesetAnnotationLink(FilesetAnnotationLink target, Ice.Current __current)
void
addFilesetAnnotationLinkToBoth(FilesetAnnotationLink link, boolean bothSides, Ice.Current __current)
void
addFilesetEntry(FilesetEntry target, Ice.Current __current)
void
addFilesetJobLink(FilesetJobLink target, Ice.Current __current)
void
addFilesetJobLinkToBoth(FilesetJobLink link, boolean bothSides, Ice.Current __current)
void
addImage(Image target, Ice.Current __current)
void
clearAnnotationLinks(Ice.Current __current)
void
clearImages(Ice.Current __current)
void
clearJobLinks(Ice.Current __current)
void
clearUsedFiles(Ice.Current __current)
java.util.List<FilesetAnnotationLink>
copyAnnotationLinks(Ice.Current __current)
java.util.List<Image>
copyImages(Ice.Current __current)
java.util.List<FilesetJobLink>
copyJobLinks(Ice.Current __current)
java.util.List<FilesetEntry>
copyUsedFiles(Ice.Current __current)
boolean
equals(java.lang.Object rhs)
java.util.List<FilesetAnnotationLink>
findFilesetAnnotationLink(Annotation removal, Ice.Current __current)
java.util.List<FilesetJobLink>
findFilesetJobLink(Job removal, Ice.Current __current)
java.util.Map<java.lang.Long,java.lang.Long>
getAnnotationLinksCountPerOwner(Ice.Current __current)
Details
getDetails(Ice.Current __current)
FilesetEntry
getFilesetEntry(int index, Ice.Current __current)
FilesetJobLink
getFilesetJobLink(int index, Ice.Current __current)
RLong
getId(Ice.Current __current)
java.util.Map<java.lang.Long,java.lang.Long>
getJobLinksCountPerOwner(Ice.Current __current)
FilesetEntry
getPrimaryFilesetEntry(Ice.Current __current)
FilesetJobLink
getPrimaryFilesetJobLink(Ice.Current __current)
RString
getTemplatePrefix(Ice.Current __current)
RInt
getVersion(Ice.Current __current)
int
hashCode()
java.lang.Object
ice_delegate()
void
ice_delegate(java.lang.Object delegate)
boolean
isAnnotated(Ice.Current __current)
Allows for the attachment of any omero.model.Annotation subclasses.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.FilesetAnnotationLink
linkAnnotation(Annotation addition, Ice.Current __current)
java.util.List<Annotation>
linkedAnnotationList(Ice.Current __current)
java.util.List<Job>
linkedJobList(Ice.Current __current)
FilesetJobLink
linkJob(Job 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(Fileset toCopy, Ice.Current __current)
void
reloadImages(Fileset toCopy, Ice.Current __current)
void
reloadJobLinks(Fileset toCopy, Ice.Current __current)
void
reloadUsedFiles(Fileset toCopy, Ice.Current __current)
void
removeAllFilesetAnnotationLinkSet(java.util.List<FilesetAnnotationLink> targets, Ice.Current __current)
void
removeAllFilesetEntrySet(java.util.List<FilesetEntry> targets, Ice.Current __current)
void
removeAllFilesetJobLinkSet(java.util.List<FilesetJobLink> targets, Ice.Current __current)
void
removeAllImageSet(java.util.List<Image> targets, Ice.Current __current)
void
removeFilesetAnnotationLink(FilesetAnnotationLink theTarget, Ice.Current __current)
void
removeFilesetAnnotationLinkFromBoth(FilesetAnnotationLink link, boolean bothSides, Ice.Current __current)
void
removeFilesetEntry(FilesetEntry theTarget, Ice.Current __current)
void
removeFilesetJobLink(FilesetJobLink theTarget, Ice.Current __current)
void
removeFilesetJobLinkFromBoth(FilesetJobLink link, boolean bothSides, Ice.Current __current)
void
removeImage(Image theTarget, Ice.Current __current)
FilesetEntry
setFilesetEntry(int index, FilesetEntry theElement, Ice.Current __current)
FilesetJobLink
setFilesetJobLink(int index, FilesetJobLink theElement, Ice.Current __current)
void
setId(RLong id, Ice.Current __current)
FilesetEntry
setPrimaryFilesetEntry(FilesetEntry theElement, Ice.Current __current)
FilesetJobLink
setPrimaryFilesetJobLink(FilesetJobLink theElement, Ice.Current __current)
void
setTemplatePrefix(RString theTemplatePrefix, Ice.Current __current)
void
setVersion(RInt theVersion, 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
sizeOfImages(Ice.Current __current)
int
sizeOfJobLinks(Ice.Current __current)
int
sizeOfUsedFiles(Ice.Current __current)
void
unlinkAnnotation(Annotation removal, Ice.Current __current)
void
unlinkJob(Job 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
unloadCollections(Ice.Current __current)
Each collection can also be unloaded, independently of the object itself.void
unloadDetails(Ice.Current __current)
As with collections, the objects under details can link to many other objects.void
unloadImages(Ice.Current __current)
void
unloadJobLinks(Ice.Current __current)
void
unloadUsedFiles(Ice.Current __current)
-
Methods inherited from class omero.model.Fileset
___addAllFilesetAnnotationLinkSet, ___addAllFilesetEntrySet, ___addAllFilesetJobLinkSet, ___addAllImageSet, ___addFilesetAnnotationLink, ___addFilesetAnnotationLinkToBoth, ___addFilesetEntry, ___addFilesetJobLink, ___addFilesetJobLinkToBoth, ___addImage, ___clearAnnotationLinks, ___clearImages, ___clearJobLinks, ___clearUsedFiles, ___copyAnnotationLinks, ___copyImages, ___copyJobLinks, ___copyUsedFiles, ___findFilesetAnnotationLink, ___findFilesetJobLink, ___getAnnotationLinksCountPerOwner, ___getFilesetEntry, ___getFilesetJobLink, ___getJobLinksCountPerOwner, ___getPrimaryFilesetEntry, ___getPrimaryFilesetJobLink, ___getTemplatePrefix, ___getVersion, ___linkAnnotation, ___linkedAnnotationList, ___linkedJobList, ___linkJob, ___reloadAnnotationLinks, ___reloadImages, ___reloadJobLinks, ___reloadUsedFiles, ___removeAllFilesetAnnotationLinkSet, ___removeAllFilesetEntrySet, ___removeAllFilesetJobLinkSet, ___removeAllImageSet, ___removeFilesetAnnotationLink, ___removeFilesetAnnotationLinkFromBoth, ___removeFilesetEntry, ___removeFilesetJobLink, ___removeFilesetJobLinkFromBoth, ___removeImage, ___setFilesetEntry, ___setFilesetJobLink, ___setPrimaryFilesetEntry, ___setPrimaryFilesetJobLink, ___setTemplatePrefix, ___setVersion, ___sizeOfAnnotationLinks, ___sizeOfImages, ___sizeOfJobLinks, ___sizeOfUsedFiles, ___unlinkAnnotation, ___unlinkJob, ___unloadAnnotationLinks, ___unloadImages, ___unloadJobLinks, ___unloadUsedFiles, __dispatch, __readImpl, __writeImpl, addAllFilesetAnnotationLinkSet, addAllFilesetEntrySet, addAllFilesetJobLinkSet, addAllImageSet, addFilesetAnnotationLink, addFilesetAnnotationLinkToBoth, addFilesetEntry, addFilesetJobLink, addFilesetJobLinkToBoth, addImage, clearAnnotationLinks, clearImages, clearJobLinks, clearUsedFiles, clone, copyAnnotationLinks, copyImages, copyJobLinks, copyUsedFiles, findFilesetAnnotationLink, findFilesetJobLink, getAnnotationLinksCountPerOwner, getFilesetEntry, getFilesetJobLink, getJobLinksCountPerOwner, getPrimaryFilesetEntry, getPrimaryFilesetJobLink, getTemplatePrefix, getVersion, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, linkAnnotation, linkedAnnotationList, linkedJobList, linkJob, reloadAnnotationLinks, reloadImages, reloadJobLinks, reloadUsedFiles, removeAllFilesetAnnotationLinkSet, removeAllFilesetEntrySet, removeAllFilesetJobLinkSet, removeAllImageSet, removeFilesetAnnotationLink, removeFilesetAnnotationLinkFromBoth, removeFilesetEntry, removeFilesetJobLink, removeFilesetJobLinkFromBoth, removeImage, setFilesetEntry, setFilesetJobLink, setPrimaryFilesetEntry, setPrimaryFilesetJobLink, setTemplatePrefix, setVersion, sizeOfAnnotationLinks, sizeOfImages, sizeOfJobLinks, sizeOfUsedFiles, unlinkAnnotation, unlinkJob, unloadAnnotationLinks, unloadImages, unloadJobLinks, unloadUsedFiles
-
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
finalize, getClass, 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
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
_FilesetTie
public _FilesetTie()
-
_FilesetTie
public _FilesetTie(_FilesetOperations delegate)
-
-
Method Detail
-
ice_delegate
public java.lang.Object ice_delegate()
- Specified by:
ice_delegate
in interfaceIce.TieBase
-
ice_delegate
public void ice_delegate(java.lang.Object delegate)
- Specified by:
ice_delegate
in interfaceIce.TieBase
-
equals
public boolean equals(java.lang.Object rhs)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
addAllFilesetAnnotationLinkSet
public void addAllFilesetAnnotationLinkSet(java.util.List<FilesetAnnotationLink> targets, Ice.Current __current)
- Specified by:
addAllFilesetAnnotationLinkSet
in interface_FilesetOperations
-
addAllFilesetEntrySet
public void addAllFilesetEntrySet(java.util.List<FilesetEntry> targets, Ice.Current __current)
- Specified by:
addAllFilesetEntrySet
in interface_FilesetOperations
-
addAllFilesetJobLinkSet
public void addAllFilesetJobLinkSet(java.util.List<FilesetJobLink> targets, Ice.Current __current)
- Specified by:
addAllFilesetJobLinkSet
in interface_FilesetOperations
-
addAllImageSet
public void addAllImageSet(java.util.List<Image> targets, Ice.Current __current)
- Specified by:
addAllImageSet
in interface_FilesetOperations
-
addFilesetAnnotationLink
public void addFilesetAnnotationLink(FilesetAnnotationLink target, Ice.Current __current)
- Specified by:
addFilesetAnnotationLink
in interface_FilesetOperations
-
addFilesetAnnotationLinkToBoth
public void addFilesetAnnotationLinkToBoth(FilesetAnnotationLink link, boolean bothSides, Ice.Current __current)
- Specified by:
addFilesetAnnotationLinkToBoth
in interface_FilesetOperations
-
addFilesetEntry
public void addFilesetEntry(FilesetEntry target, Ice.Current __current)
- Specified by:
addFilesetEntry
in interface_FilesetOperations
-
addFilesetJobLink
public void addFilesetJobLink(FilesetJobLink target, Ice.Current __current)
- Specified by:
addFilesetJobLink
in interface_FilesetOperations
-
addFilesetJobLinkToBoth
public void addFilesetJobLinkToBoth(FilesetJobLink link, boolean bothSides, Ice.Current __current)
- Specified by:
addFilesetJobLinkToBoth
in interface_FilesetOperations
-
addImage
public void addImage(Image target, Ice.Current __current)
- Specified by:
addImage
in interface_FilesetOperations
-
clearAnnotationLinks
public void clearAnnotationLinks(Ice.Current __current)
- Specified by:
clearAnnotationLinks
in interface_FilesetOperations
-
clearImages
public void clearImages(Ice.Current __current)
- Specified by:
clearImages
in interface_FilesetOperations
-
clearJobLinks
public void clearJobLinks(Ice.Current __current)
- Specified by:
clearJobLinks
in interface_FilesetOperations
-
clearUsedFiles
public void clearUsedFiles(Ice.Current __current)
- Specified by:
clearUsedFiles
in interface_FilesetOperations
-
copyAnnotationLinks
public java.util.List<FilesetAnnotationLink> copyAnnotationLinks(Ice.Current __current)
- Specified by:
copyAnnotationLinks
in interface_FilesetOperations
-
copyImages
public java.util.List<Image> copyImages(Ice.Current __current)
- Specified by:
copyImages
in interface_FilesetOperations
-
copyJobLinks
public java.util.List<FilesetJobLink> copyJobLinks(Ice.Current __current)
- Specified by:
copyJobLinks
in interface_FilesetOperations
-
copyUsedFiles
public java.util.List<FilesetEntry> copyUsedFiles(Ice.Current __current)
- Specified by:
copyUsedFiles
in interface_FilesetOperations
-
findFilesetAnnotationLink
public java.util.List<FilesetAnnotationLink> findFilesetAnnotationLink(Annotation removal, Ice.Current __current)
- Specified by:
findFilesetAnnotationLink
in interface_FilesetOperations
-
findFilesetJobLink
public java.util.List<FilesetJobLink> findFilesetJobLink(Job removal, Ice.Current __current)
- Specified by:
findFilesetJobLink
in interface_FilesetOperations
-
getAnnotationLinksCountPerOwner
public java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current __current)
- Specified by:
getAnnotationLinksCountPerOwner
in interface_FilesetOperations
-
getFilesetEntry
public FilesetEntry getFilesetEntry(int index, Ice.Current __current)
- Specified by:
getFilesetEntry
in interface_FilesetOperations
-
getFilesetJobLink
public FilesetJobLink getFilesetJobLink(int index, Ice.Current __current)
- Specified by:
getFilesetJobLink
in interface_FilesetOperations
-
getJobLinksCountPerOwner
public java.util.Map<java.lang.Long,java.lang.Long> getJobLinksCountPerOwner(Ice.Current __current)
- Specified by:
getJobLinksCountPerOwner
in interface_FilesetOperations
-
getPrimaryFilesetEntry
public FilesetEntry getPrimaryFilesetEntry(Ice.Current __current)
- Specified by:
getPrimaryFilesetEntry
in interface_FilesetOperations
-
getPrimaryFilesetJobLink
public FilesetJobLink getPrimaryFilesetJobLink(Ice.Current __current)
- Specified by:
getPrimaryFilesetJobLink
in interface_FilesetOperations
-
getTemplatePrefix
public RString getTemplatePrefix(Ice.Current __current)
- Specified by:
getTemplatePrefix
in interface_FilesetOperations
-
getVersion
public RInt getVersion(Ice.Current __current)
- Specified by:
getVersion
in interface_FilesetOperations
-
linkAnnotation
public FilesetAnnotationLink linkAnnotation(Annotation addition, Ice.Current __current)
- Specified by:
linkAnnotation
in interface_FilesetOperations
-
linkJob
public FilesetJobLink linkJob(Job addition, Ice.Current __current)
- Specified by:
linkJob
in interface_FilesetOperations
-
linkedAnnotationList
public java.util.List<Annotation> linkedAnnotationList(Ice.Current __current)
- Specified by:
linkedAnnotationList
in interface_FilesetOperations
-
linkedJobList
public java.util.List<Job> linkedJobList(Ice.Current __current)
- Specified by:
linkedJobList
in interface_FilesetOperations
-
reloadAnnotationLinks
public void reloadAnnotationLinks(Fileset toCopy, Ice.Current __current)
- Specified by:
reloadAnnotationLinks
in interface_FilesetOperations
-
reloadImages
public void reloadImages(Fileset toCopy, Ice.Current __current)
- Specified by:
reloadImages
in interface_FilesetOperations
-
reloadJobLinks
public void reloadJobLinks(Fileset toCopy, Ice.Current __current)
- Specified by:
reloadJobLinks
in interface_FilesetOperations
-
reloadUsedFiles
public void reloadUsedFiles(Fileset toCopy, Ice.Current __current)
- Specified by:
reloadUsedFiles
in interface_FilesetOperations
-
removeAllFilesetAnnotationLinkSet
public void removeAllFilesetAnnotationLinkSet(java.util.List<FilesetAnnotationLink> targets, Ice.Current __current)
- Specified by:
removeAllFilesetAnnotationLinkSet
in interface_FilesetOperations
-
removeAllFilesetEntrySet
public void removeAllFilesetEntrySet(java.util.List<FilesetEntry> targets, Ice.Current __current)
- Specified by:
removeAllFilesetEntrySet
in interface_FilesetOperations
-
removeAllFilesetJobLinkSet
public void removeAllFilesetJobLinkSet(java.util.List<FilesetJobLink> targets, Ice.Current __current)
- Specified by:
removeAllFilesetJobLinkSet
in interface_FilesetOperations
-
removeAllImageSet
public void removeAllImageSet(java.util.List<Image> targets, Ice.Current __current)
- Specified by:
removeAllImageSet
in interface_FilesetOperations
-
removeFilesetAnnotationLink
public void removeFilesetAnnotationLink(FilesetAnnotationLink theTarget, Ice.Current __current)
- Specified by:
removeFilesetAnnotationLink
in interface_FilesetOperations
-
removeFilesetAnnotationLinkFromBoth
public void removeFilesetAnnotationLinkFromBoth(FilesetAnnotationLink link, boolean bothSides, Ice.Current __current)
- Specified by:
removeFilesetAnnotationLinkFromBoth
in interface_FilesetOperations
-
removeFilesetEntry
public void removeFilesetEntry(FilesetEntry theTarget, Ice.Current __current)
- Specified by:
removeFilesetEntry
in interface_FilesetOperations
-
removeFilesetJobLink
public void removeFilesetJobLink(FilesetJobLink theTarget, Ice.Current __current)
- Specified by:
removeFilesetJobLink
in interface_FilesetOperations
-
removeFilesetJobLinkFromBoth
public void removeFilesetJobLinkFromBoth(FilesetJobLink link, boolean bothSides, Ice.Current __current)
- Specified by:
removeFilesetJobLinkFromBoth
in interface_FilesetOperations
-
removeImage
public void removeImage(Image theTarget, Ice.Current __current)
- Specified by:
removeImage
in interface_FilesetOperations
-
setFilesetEntry
public FilesetEntry setFilesetEntry(int index, FilesetEntry theElement, Ice.Current __current)
- Specified by:
setFilesetEntry
in interface_FilesetOperations
-
setFilesetJobLink
public FilesetJobLink setFilesetJobLink(int index, FilesetJobLink theElement, Ice.Current __current)
- Specified by:
setFilesetJobLink
in interface_FilesetOperations
-
setPrimaryFilesetEntry
public FilesetEntry setPrimaryFilesetEntry(FilesetEntry theElement, Ice.Current __current)
- Specified by:
setPrimaryFilesetEntry
in interface_FilesetOperations
-
setPrimaryFilesetJobLink
public FilesetJobLink setPrimaryFilesetJobLink(FilesetJobLink theElement, Ice.Current __current)
- Specified by:
setPrimaryFilesetJobLink
in interface_FilesetOperations
-
setTemplatePrefix
public void setTemplatePrefix(RString theTemplatePrefix, Ice.Current __current)
- Specified by:
setTemplatePrefix
in interface_FilesetOperations
-
setVersion
public void setVersion(RInt theVersion, Ice.Current __current)
- Specified by:
setVersion
in interface_FilesetOperations
-
sizeOfAnnotationLinks
public int sizeOfAnnotationLinks(Ice.Current __current)
- Specified by:
sizeOfAnnotationLinks
in interface_FilesetOperations
-
sizeOfImages
public int sizeOfImages(Ice.Current __current)
- Specified by:
sizeOfImages
in interface_FilesetOperations
-
sizeOfJobLinks
public int sizeOfJobLinks(Ice.Current __current)
- Specified by:
sizeOfJobLinks
in interface_FilesetOperations
-
sizeOfUsedFiles
public int sizeOfUsedFiles(Ice.Current __current)
- Specified by:
sizeOfUsedFiles
in interface_FilesetOperations
-
unlinkAnnotation
public void unlinkAnnotation(Annotation removal, Ice.Current __current)
- Specified by:
unlinkAnnotation
in interface_FilesetOperations
-
unlinkJob
public void unlinkJob(Job removal, Ice.Current __current)
- Specified by:
unlinkJob
in interface_FilesetOperations
-
unloadAnnotationLinks
public void unloadAnnotationLinks(Ice.Current __current)
- Specified by:
unloadAnnotationLinks
in interface_FilesetOperations
-
unloadImages
public void unloadImages(Ice.Current __current)
- Specified by:
unloadImages
in interface_FilesetOperations
-
unloadJobLinks
public void unloadJobLinks(Ice.Current __current)
- Specified by:
unloadJobLinks
in interface_FilesetOperations
-
unloadUsedFiles
public void unloadUsedFiles(Ice.Current __current)
- Specified by:
unloadUsedFiles
in interface_FilesetOperations
-
getDetails
public Details getDetails(Ice.Current __current)
- Specified by:
getDetails
in interface_IObjectOperations
-
getId
public RLong getId(Ice.Current __current)
- Specified by:
getId
in interface_IObjectOperations
-
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.
-
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.
-
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.
-
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.
-
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.
-
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.
-
setId
public void setId(RLong id, Ice.Current __current)
- Specified by:
setId
in interface_IObjectOperations
-
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.
-
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.
-
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.
-
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.
-
-