public class FilesetI extends Fileset implements ome.model.ModelBased
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ANNOTATIONLINKS |
static java.lang.String |
DETAILS |
static java.lang.String |
IMAGES |
static java.lang.String |
JOBLINKS |
static java.lang.String |
TEMPLATEPREFIX |
static java.lang.String |
USEDFILES |
__ids, annotationLinksCountPerOwner, annotationLinksLoaded, annotationLinksSeq, imagesLoaded, imagesSeq, jobLinksCountPerOwner, jobLinksLoaded, jobLinksSeq, serialVersionUID, templatePrefix, usedFilesLoaded, usedFilesSeq, version
Constructor and Description |
---|
FilesetI() |
FilesetI(long id,
boolean loaded) |
FilesetI(RLong id,
boolean loaded) |
Modifier and Type | Method and 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) |
static java.util.List<FilesetI> |
cast(java.util.List list)
Casts (without warning) the given list to a list of
the current type.
|
void |
clearAnnotationLinks(Ice.Current current) |
void |
clearImages(Ice.Current current) |
void |
clearJobLinks(Ice.Current current) |
void |
clearUsedFiles(Ice.Current current) |
java.util.List |
copyAnnotationLinks(Ice.Current current) |
java.util.List |
copyImages(Ice.Current current) |
java.util.List |
copyJobLinks(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 |
copyUsedFiles(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<FilesetAnnotationLink> |
findFilesetAnnotationLink(Annotation removal,
Ice.Current current) |
java.util.List<FilesetJobLink> |
findFilesetJobLink(Job 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) |
Details |
getDetails(Ice.Current current) |
FilesetEntry |
getFilesetEntry(int index,
Ice.Current current) |
FilesetJobLink |
getFilesetJobLink(int index,
Ice.Current current) |
RLong |
getId(Ice.Current current) |
protected java.util.List |
getImages(Ice.Current current) |
protected java.util.List |
getJobLinks(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) |
protected java.util.List |
getUsedFiles(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 |
isGlobal(Ice.Current current)
Marker interface which means that special rules apply
for both reading and writing these instances.
|
boolean |
isImagesLoaded() |
boolean |
isJobLinksLoaded() |
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 |
isUsedFilesLoaded() |
java.util.Iterator |
iterateAnnotationLinks() |
java.util.Iterator |
iterateImages() |
java.util.Iterator |
iterateJobLinks() |
java.util.Iterator |
iterateUsedFiles() |
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 target,
Ice.Current current) |
void |
removeFilesetAnnotationLinkFromBoth(FilesetAnnotationLink link,
boolean bothSides,
Ice.Current current) |
void |
removeFilesetEntry(FilesetEntry target,
Ice.Current current) |
void |
removeFilesetJobLink(FilesetJobLink target,
Ice.Current current) |
void |
removeFilesetJobLinkFromBoth(FilesetJobLink link,
boolean bothSides,
Ice.Current current) |
void |
removeImage(Image target,
Ice.Current current) |
protected void |
setAnnotationLinks(java.util.List annotationLinks,
Ice.Current current) |
FilesetEntry |
setFilesetEntry(int index,
FilesetEntry element,
Ice.Current current) |
FilesetJobLink |
setFilesetJobLink(int index,
FilesetJobLink element,
Ice.Current current) |
void |
setId(RLong id,
Ice.Current current) |
protected void |
setImages(java.util.List images,
Ice.Current current) |
protected void |
setJobLinks(java.util.List jobLinks,
Ice.Current current) |
FilesetEntry |
setPrimaryFilesetEntry(FilesetEntry element,
Ice.Current current) |
FilesetJobLink |
setPrimaryFilesetJobLink(FilesetJobLink element,
Ice.Current current) |
void |
setTemplatePrefix(RString templatePrefix,
Ice.Current current) |
protected void |
setUsedFiles(java.util.List usedFiles,
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 |
sizeOfImages(Ice.Current current) |
int |
sizeOfJobLinks(Ice.Current current) |
int |
sizeOfUsedFiles(Ice.Current current) |
protected void |
throwNullCollectionException(java.lang.String propertyName) |
protected void |
toggleCollectionsLoaded(boolean load) |
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 |
unloadTemplatePrefix() |
void |
unloadUsedFiles(Ice.Current current) |
___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
___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 USEDFILES
public static final java.lang.String IMAGES
public static final java.lang.String JOBLINKS
public static final java.lang.String TEMPLATEPREFIX
public static final java.lang.String ANNOTATIONLINKS
public static final java.lang.String DETAILS
public FilesetI()
public FilesetI(long id, boolean loaded)
public FilesetI(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 _FilesetOperations
public void setVersion(RInt version, Ice.Current current)
setVersion
in interface _FilesetOperations
public void unloadUsedFiles(Ice.Current current)
unloadUsedFiles
in interface _FilesetOperations
protected java.util.List getUsedFiles(Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
protected void setUsedFiles(java.util.List usedFiles, Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
public boolean isUsedFilesLoaded()
public int sizeOfUsedFiles(Ice.Current current) throws UnloadedEntityException
sizeOfUsedFiles
in interface _FilesetOperations
UnloadedEntityException
public java.util.List copyUsedFiles(Ice.Current current) throws UnloadedEntityException
copyUsedFiles
in interface _FilesetOperations
UnloadedEntityException
public java.util.Iterator iterateUsedFiles() throws UnloadedEntityException
UnloadedEntityException
public void addFilesetEntry(FilesetEntry target, Ice.Current current) throws UnloadedEntityException
addFilesetEntry
in interface _FilesetOperations
UnloadedEntityException
public void addAllFilesetEntrySet(java.util.List<FilesetEntry> targets, Ice.Current current) throws UnloadedEntityException
addAllFilesetEntrySet
in interface _FilesetOperations
UnloadedEntityException
public void removeFilesetEntry(FilesetEntry target, Ice.Current current) throws UnloadedEntityException
removeFilesetEntry
in interface _FilesetOperations
UnloadedEntityException
public void removeAllFilesetEntrySet(java.util.List<FilesetEntry> targets, Ice.Current current) throws UnloadedEntityException
removeAllFilesetEntrySet
in interface _FilesetOperations
UnloadedEntityException
public void clearUsedFiles(Ice.Current current) throws UnloadedEntityException
clearUsedFiles
in interface _FilesetOperations
UnloadedEntityException
public void reloadUsedFiles(Fileset toCopy, Ice.Current current) throws UnloadedEntityException
reloadUsedFiles
in interface _FilesetOperations
UnloadedEntityException
public FilesetEntry getFilesetEntry(int index, Ice.Current current) throws java.lang.IndexOutOfBoundsException
getFilesetEntry
in interface _FilesetOperations
java.lang.IndexOutOfBoundsException
public FilesetEntry setFilesetEntry(int index, FilesetEntry element, Ice.Current current) throws java.lang.IndexOutOfBoundsException
setFilesetEntry
in interface _FilesetOperations
java.lang.IndexOutOfBoundsException
public FilesetEntry getPrimaryFilesetEntry(Ice.Current current) throws java.lang.IndexOutOfBoundsException
getPrimaryFilesetEntry
in interface _FilesetOperations
java.lang.IndexOutOfBoundsException
public FilesetEntry setPrimaryFilesetEntry(FilesetEntry element, Ice.Current current) throws java.lang.IndexOutOfBoundsException
setPrimaryFilesetEntry
in interface _FilesetOperations
java.lang.IndexOutOfBoundsException
public void unloadImages(Ice.Current current)
unloadImages
in interface _FilesetOperations
protected java.util.List getImages(Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
protected void setImages(java.util.List images, Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
public boolean isImagesLoaded()
public int sizeOfImages(Ice.Current current) throws UnloadedEntityException
sizeOfImages
in interface _FilesetOperations
UnloadedEntityException
public java.util.List copyImages(Ice.Current current) throws UnloadedEntityException
copyImages
in interface _FilesetOperations
UnloadedEntityException
public java.util.Iterator iterateImages() throws UnloadedEntityException
UnloadedEntityException
public void addImage(Image target, Ice.Current current) throws UnloadedEntityException
addImage
in interface _FilesetOperations
UnloadedEntityException
public void addAllImageSet(java.util.List<Image> targets, Ice.Current current) throws UnloadedEntityException
addAllImageSet
in interface _FilesetOperations
UnloadedEntityException
public void removeImage(Image target, Ice.Current current) throws UnloadedEntityException
removeImage
in interface _FilesetOperations
UnloadedEntityException
public void removeAllImageSet(java.util.List<Image> targets, Ice.Current current) throws UnloadedEntityException
removeAllImageSet
in interface _FilesetOperations
UnloadedEntityException
public void clearImages(Ice.Current current) throws UnloadedEntityException
clearImages
in interface _FilesetOperations
UnloadedEntityException
public void reloadImages(Fileset toCopy, Ice.Current current) throws UnloadedEntityException
reloadImages
in interface _FilesetOperations
UnloadedEntityException
public void unloadJobLinks(Ice.Current current)
unloadJobLinks
in interface _FilesetOperations
protected java.util.List getJobLinks(Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
protected void setJobLinks(java.util.List jobLinks, Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
public boolean isJobLinksLoaded()
public int sizeOfJobLinks(Ice.Current current) throws UnloadedEntityException
sizeOfJobLinks
in interface _FilesetOperations
UnloadedEntityException
public java.util.List copyJobLinks(Ice.Current current) throws UnloadedEntityException
copyJobLinks
in interface _FilesetOperations
UnloadedEntityException
public java.util.Iterator iterateJobLinks() throws UnloadedEntityException
UnloadedEntityException
public void addFilesetJobLink(FilesetJobLink target, Ice.Current current) throws UnloadedEntityException
addFilesetJobLink
in interface _FilesetOperations
UnloadedEntityException
public void addAllFilesetJobLinkSet(java.util.List<FilesetJobLink> targets, Ice.Current current) throws UnloadedEntityException
addAllFilesetJobLinkSet
in interface _FilesetOperations
UnloadedEntityException
public void removeFilesetJobLink(FilesetJobLink target, Ice.Current current) throws UnloadedEntityException
removeFilesetJobLink
in interface _FilesetOperations
UnloadedEntityException
public void removeAllFilesetJobLinkSet(java.util.List<FilesetJobLink> targets, Ice.Current current) throws UnloadedEntityException
removeAllFilesetJobLinkSet
in interface _FilesetOperations
UnloadedEntityException
public void clearJobLinks(Ice.Current current) throws UnloadedEntityException
clearJobLinks
in interface _FilesetOperations
UnloadedEntityException
public void reloadJobLinks(Fileset toCopy, Ice.Current current) throws UnloadedEntityException
reloadJobLinks
in interface _FilesetOperations
UnloadedEntityException
public FilesetJobLink getFilesetJobLink(int index, Ice.Current current) throws java.lang.IndexOutOfBoundsException
getFilesetJobLink
in interface _FilesetOperations
java.lang.IndexOutOfBoundsException
public FilesetJobLink setFilesetJobLink(int index, FilesetJobLink element, Ice.Current current) throws java.lang.IndexOutOfBoundsException
setFilesetJobLink
in interface _FilesetOperations
java.lang.IndexOutOfBoundsException
public FilesetJobLink getPrimaryFilesetJobLink(Ice.Current current) throws java.lang.IndexOutOfBoundsException
getPrimaryFilesetJobLink
in interface _FilesetOperations
java.lang.IndexOutOfBoundsException
public FilesetJobLink setPrimaryFilesetJobLink(FilesetJobLink element, Ice.Current current) throws java.lang.IndexOutOfBoundsException
setPrimaryFilesetJobLink
in interface _FilesetOperations
java.lang.IndexOutOfBoundsException
public java.util.Map<java.lang.Long,java.lang.Long> getJobLinksCountPerOwner(Ice.Current current)
getJobLinksCountPerOwner
in interface _FilesetOperations
public FilesetJobLink linkJob(Job addition, Ice.Current current) throws UnloadedEntityException
linkJob
in interface _FilesetOperations
UnloadedEntityException
public void addFilesetJobLinkToBoth(FilesetJobLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException
addFilesetJobLinkToBoth
in interface _FilesetOperations
UnloadedEntityException
public java.util.List<FilesetJobLink> findFilesetJobLink(Job removal, Ice.Current current) throws UnloadedEntityException
findFilesetJobLink
in interface _FilesetOperations
UnloadedEntityException
public void unlinkJob(Job removal, Ice.Current current) throws UnloadedEntityException
unlinkJob
in interface _FilesetOperations
UnloadedEntityException
public void removeFilesetJobLinkFromBoth(FilesetJobLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException, UnloadedCollectionException
removeFilesetJobLinkFromBoth
in interface _FilesetOperations
UnloadedEntityException
UnloadedCollectionException
public java.util.List<Job> linkedJobList(Ice.Current current) throws UnloadedEntityException
linkedJobList
in interface _FilesetOperations
UnloadedEntityException
public void unloadTemplatePrefix()
public RString getTemplatePrefix(Ice.Current current) throws UnloadedEntityException
getTemplatePrefix
in interface _FilesetOperations
UnloadedEntityException
public void setTemplatePrefix(RString templatePrefix, Ice.Current current) throws UnloadedEntityException
setTemplatePrefix
in interface _FilesetOperations
UnloadedEntityException
public void unloadAnnotationLinks(Ice.Current current)
unloadAnnotationLinks
in interface _FilesetOperations
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 _FilesetOperations
UnloadedEntityException
public java.util.List copyAnnotationLinks(Ice.Current current) throws UnloadedEntityException
copyAnnotationLinks
in interface _FilesetOperations
UnloadedEntityException
public java.util.Iterator iterateAnnotationLinks() throws UnloadedEntityException
UnloadedEntityException
public void addFilesetAnnotationLink(FilesetAnnotationLink target, Ice.Current current) throws UnloadedEntityException
addFilesetAnnotationLink
in interface _FilesetOperations
UnloadedEntityException
public void addAllFilesetAnnotationLinkSet(java.util.List<FilesetAnnotationLink> targets, Ice.Current current) throws UnloadedEntityException
addAllFilesetAnnotationLinkSet
in interface _FilesetOperations
UnloadedEntityException
public void removeFilesetAnnotationLink(FilesetAnnotationLink target, Ice.Current current) throws UnloadedEntityException
removeFilesetAnnotationLink
in interface _FilesetOperations
UnloadedEntityException
public void removeAllFilesetAnnotationLinkSet(java.util.List<FilesetAnnotationLink> targets, Ice.Current current) throws UnloadedEntityException
removeAllFilesetAnnotationLinkSet
in interface _FilesetOperations
UnloadedEntityException
public void clearAnnotationLinks(Ice.Current current) throws UnloadedEntityException
clearAnnotationLinks
in interface _FilesetOperations
UnloadedEntityException
public void reloadAnnotationLinks(Fileset toCopy, Ice.Current current) throws UnloadedEntityException
reloadAnnotationLinks
in interface _FilesetOperations
UnloadedEntityException
public java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current current)
getAnnotationLinksCountPerOwner
in interface _FilesetOperations
public FilesetAnnotationLink linkAnnotation(Annotation addition, Ice.Current current) throws UnloadedEntityException
linkAnnotation
in interface _FilesetOperations
UnloadedEntityException
public void addFilesetAnnotationLinkToBoth(FilesetAnnotationLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException
addFilesetAnnotationLinkToBoth
in interface _FilesetOperations
UnloadedEntityException
public java.util.List<FilesetAnnotationLink> findFilesetAnnotationLink(Annotation removal, Ice.Current current) throws UnloadedEntityException
findFilesetAnnotationLink
in interface _FilesetOperations
UnloadedEntityException
public void unlinkAnnotation(Annotation removal, Ice.Current current) throws UnloadedEntityException
unlinkAnnotation
in interface _FilesetOperations
UnloadedEntityException
public void removeFilesetAnnotationLinkFromBoth(FilesetAnnotationLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException, UnloadedCollectionException
removeFilesetAnnotationLinkFromBoth
in interface _FilesetOperations
UnloadedEntityException
UnloadedCollectionException
public java.util.List<Annotation> linkedAnnotationList(Ice.Current current) throws UnloadedEntityException
linkedAnnotationList
in interface _FilesetOperations
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<FilesetI> cast(java.util.List list)
java.lang.ClassCastException