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_preMarshalequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetailspublic 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
UnloadedEntityExceptionprotected void throwNullCollectionException(java.lang.String propertyName)
throws UnloadedCollectionException
UnloadedCollectionExceptionprotected void toggleCollectionsLoaded(boolean load)
public void unload(Ice.Current current)
_IObjectOperationsunload in interface _IObjectOperationscurrent - The Current object for the invocation.public boolean isLoaded(Ice.Current current)
_IObjectOperationsisLoaded in interface _IObjectOperationscurrent - The Current object for the invocation.public void unloadCollections(Ice.Current current)
_IObjectOperationsunloadCollections in interface _IObjectOperationscurrent - The Current object for the invocation.public boolean isGlobal(Ice.Current current)
_IObjectOperationsisGlobal in interface _IObjectOperationscurrent - The Current object for the invocation.public boolean isMutable(Ice.Current current)
_IObjectOperationsisMutable in interface _IObjectOperationscurrent - The Current object for the invocation.public boolean isAnnotated(Ice.Current current)
_IObjectOperationsisAnnotated in interface _IObjectOperationscurrent - The Current object for the invocation.public boolean isLink(Ice.Current current)
_IObjectOperationsisLink in interface _IObjectOperationscurrent - The Current object for the invocation.public IObject shallowCopy(Ice.Current current)
_IObjectOperationsshallowCopy in interface _IObjectOperationscurrent - The Current object for the invocation.public IObject proxy(Ice.Current current)
_IObjectOperationsproxy in interface _IObjectOperationscurrent - The Current object for the invocation.public RLong getId(Ice.Current current)
getId in interface _IObjectOperationspublic void setId(RLong id, Ice.Current current)
setId in interface _IObjectOperationspublic Details getDetails(Ice.Current current)
getDetails in interface _IObjectOperationspublic void unloadDetails(Ice.Current current)
_IObjectOperationsunloadDetails in interface _IObjectOperationscurrent - The Current object for the invocation.public RInt getVersion(Ice.Current current)
getVersion in interface _FilesetOperationspublic void setVersion(RInt version, Ice.Current current)
setVersion in interface _FilesetOperationspublic void unloadUsedFiles(Ice.Current current)
unloadUsedFiles in interface _FilesetOperationsprotected java.util.List getUsedFiles(Ice.Current current)
throws UnloadedEntityException
UnloadedEntityExceptionprotected void setUsedFiles(java.util.List usedFiles,
Ice.Current current)
throws UnloadedEntityException
UnloadedEntityExceptionpublic boolean isUsedFilesLoaded()
public int sizeOfUsedFiles(Ice.Current current)
throws UnloadedEntityException
sizeOfUsedFiles in interface _FilesetOperationsUnloadedEntityExceptionpublic java.util.List copyUsedFiles(Ice.Current current)
throws UnloadedEntityException
copyUsedFiles in interface _FilesetOperationsUnloadedEntityExceptionpublic java.util.Iterator iterateUsedFiles()
throws UnloadedEntityException
UnloadedEntityExceptionpublic void addFilesetEntry(FilesetEntry target, Ice.Current current) throws UnloadedEntityException
addFilesetEntry in interface _FilesetOperationsUnloadedEntityExceptionpublic void addAllFilesetEntrySet(java.util.List<FilesetEntry> targets, Ice.Current current) throws UnloadedEntityException
addAllFilesetEntrySet in interface _FilesetOperationsUnloadedEntityExceptionpublic void removeFilesetEntry(FilesetEntry target, Ice.Current current) throws UnloadedEntityException
removeFilesetEntry in interface _FilesetOperationsUnloadedEntityExceptionpublic void removeAllFilesetEntrySet(java.util.List<FilesetEntry> targets, Ice.Current current) throws UnloadedEntityException
removeAllFilesetEntrySet in interface _FilesetOperationsUnloadedEntityExceptionpublic void clearUsedFiles(Ice.Current current)
throws UnloadedEntityException
clearUsedFiles in interface _FilesetOperationsUnloadedEntityExceptionpublic void reloadUsedFiles(Fileset toCopy, Ice.Current current) throws UnloadedEntityException
reloadUsedFiles in interface _FilesetOperationsUnloadedEntityExceptionpublic FilesetEntry getFilesetEntry(int index, Ice.Current current) throws java.lang.IndexOutOfBoundsException
getFilesetEntry in interface _FilesetOperationsjava.lang.IndexOutOfBoundsExceptionpublic FilesetEntry setFilesetEntry(int index, FilesetEntry element, Ice.Current current) throws java.lang.IndexOutOfBoundsException
setFilesetEntry in interface _FilesetOperationsjava.lang.IndexOutOfBoundsExceptionpublic FilesetEntry getPrimaryFilesetEntry(Ice.Current current) throws java.lang.IndexOutOfBoundsException
getPrimaryFilesetEntry in interface _FilesetOperationsjava.lang.IndexOutOfBoundsExceptionpublic FilesetEntry setPrimaryFilesetEntry(FilesetEntry element, Ice.Current current) throws java.lang.IndexOutOfBoundsException
setPrimaryFilesetEntry in interface _FilesetOperationsjava.lang.IndexOutOfBoundsExceptionpublic void unloadImages(Ice.Current current)
unloadImages in interface _FilesetOperationsprotected java.util.List getImages(Ice.Current current)
throws UnloadedEntityException
UnloadedEntityExceptionprotected void setImages(java.util.List images,
Ice.Current current)
throws UnloadedEntityException
UnloadedEntityExceptionpublic boolean isImagesLoaded()
public int sizeOfImages(Ice.Current current)
throws UnloadedEntityException
sizeOfImages in interface _FilesetOperationsUnloadedEntityExceptionpublic java.util.List copyImages(Ice.Current current)
throws UnloadedEntityException
copyImages in interface _FilesetOperationsUnloadedEntityExceptionpublic java.util.Iterator iterateImages()
throws UnloadedEntityException
UnloadedEntityExceptionpublic void addImage(Image target, Ice.Current current) throws UnloadedEntityException
addImage in interface _FilesetOperationsUnloadedEntityExceptionpublic void addAllImageSet(java.util.List<Image> targets, Ice.Current current) throws UnloadedEntityException
addAllImageSet in interface _FilesetOperationsUnloadedEntityExceptionpublic void removeImage(Image target, Ice.Current current) throws UnloadedEntityException
removeImage in interface _FilesetOperationsUnloadedEntityExceptionpublic void removeAllImageSet(java.util.List<Image> targets, Ice.Current current) throws UnloadedEntityException
removeAllImageSet in interface _FilesetOperationsUnloadedEntityExceptionpublic void clearImages(Ice.Current current)
throws UnloadedEntityException
clearImages in interface _FilesetOperationsUnloadedEntityExceptionpublic void reloadImages(Fileset toCopy, Ice.Current current) throws UnloadedEntityException
reloadImages in interface _FilesetOperationsUnloadedEntityExceptionpublic void unloadJobLinks(Ice.Current current)
unloadJobLinks in interface _FilesetOperationsprotected java.util.List getJobLinks(Ice.Current current)
throws UnloadedEntityException
UnloadedEntityExceptionprotected void setJobLinks(java.util.List jobLinks,
Ice.Current current)
throws UnloadedEntityException
UnloadedEntityExceptionpublic boolean isJobLinksLoaded()
public int sizeOfJobLinks(Ice.Current current)
throws UnloadedEntityException
sizeOfJobLinks in interface _FilesetOperationsUnloadedEntityExceptionpublic java.util.List copyJobLinks(Ice.Current current)
throws UnloadedEntityException
copyJobLinks in interface _FilesetOperationsUnloadedEntityExceptionpublic java.util.Iterator iterateJobLinks()
throws UnloadedEntityException
UnloadedEntityExceptionpublic void addFilesetJobLink(FilesetJobLink target, Ice.Current current) throws UnloadedEntityException
addFilesetJobLink in interface _FilesetOperationsUnloadedEntityExceptionpublic void addAllFilesetJobLinkSet(java.util.List<FilesetJobLink> targets, Ice.Current current) throws UnloadedEntityException
addAllFilesetJobLinkSet in interface _FilesetOperationsUnloadedEntityExceptionpublic void removeFilesetJobLink(FilesetJobLink target, Ice.Current current) throws UnloadedEntityException
removeFilesetJobLink in interface _FilesetOperationsUnloadedEntityExceptionpublic void removeAllFilesetJobLinkSet(java.util.List<FilesetJobLink> targets, Ice.Current current) throws UnloadedEntityException
removeAllFilesetJobLinkSet in interface _FilesetOperationsUnloadedEntityExceptionpublic void clearJobLinks(Ice.Current current)
throws UnloadedEntityException
clearJobLinks in interface _FilesetOperationsUnloadedEntityExceptionpublic void reloadJobLinks(Fileset toCopy, Ice.Current current) throws UnloadedEntityException
reloadJobLinks in interface _FilesetOperationsUnloadedEntityExceptionpublic FilesetJobLink getFilesetJobLink(int index, Ice.Current current) throws java.lang.IndexOutOfBoundsException
getFilesetJobLink in interface _FilesetOperationsjava.lang.IndexOutOfBoundsExceptionpublic FilesetJobLink setFilesetJobLink(int index, FilesetJobLink element, Ice.Current current) throws java.lang.IndexOutOfBoundsException
setFilesetJobLink in interface _FilesetOperationsjava.lang.IndexOutOfBoundsExceptionpublic FilesetJobLink getPrimaryFilesetJobLink(Ice.Current current) throws java.lang.IndexOutOfBoundsException
getPrimaryFilesetJobLink in interface _FilesetOperationsjava.lang.IndexOutOfBoundsExceptionpublic FilesetJobLink setPrimaryFilesetJobLink(FilesetJobLink element, Ice.Current current) throws java.lang.IndexOutOfBoundsException
setPrimaryFilesetJobLink in interface _FilesetOperationsjava.lang.IndexOutOfBoundsExceptionpublic java.util.Map<java.lang.Long,java.lang.Long> getJobLinksCountPerOwner(Ice.Current current)
getJobLinksCountPerOwner in interface _FilesetOperationspublic FilesetJobLink linkJob(Job addition, Ice.Current current) throws UnloadedEntityException
linkJob in interface _FilesetOperationsUnloadedEntityExceptionpublic void addFilesetJobLinkToBoth(FilesetJobLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException
addFilesetJobLinkToBoth in interface _FilesetOperationsUnloadedEntityExceptionpublic java.util.List<FilesetJobLink> findFilesetJobLink(Job removal, Ice.Current current) throws UnloadedEntityException
findFilesetJobLink in interface _FilesetOperationsUnloadedEntityExceptionpublic void unlinkJob(Job removal, Ice.Current current) throws UnloadedEntityException
unlinkJob in interface _FilesetOperationsUnloadedEntityExceptionpublic void removeFilesetJobLinkFromBoth(FilesetJobLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException, UnloadedCollectionException
removeFilesetJobLinkFromBoth in interface _FilesetOperationsUnloadedEntityExceptionUnloadedCollectionExceptionpublic java.util.List<Job> linkedJobList(Ice.Current current) throws UnloadedEntityException
linkedJobList in interface _FilesetOperationsUnloadedEntityExceptionpublic void unloadTemplatePrefix()
public RString getTemplatePrefix(Ice.Current current) throws UnloadedEntityException
getTemplatePrefix in interface _FilesetOperationsUnloadedEntityExceptionpublic void setTemplatePrefix(RString templatePrefix, Ice.Current current) throws UnloadedEntityException
setTemplatePrefix in interface _FilesetOperationsUnloadedEntityExceptionpublic void unloadAnnotationLinks(Ice.Current current)
unloadAnnotationLinks in interface _FilesetOperationsprotected java.util.List getAnnotationLinks(Ice.Current current)
throws UnloadedEntityException
UnloadedEntityExceptionprotected void setAnnotationLinks(java.util.List annotationLinks,
Ice.Current current)
throws UnloadedEntityException
UnloadedEntityExceptionpublic boolean isAnnotationLinksLoaded()
public int sizeOfAnnotationLinks(Ice.Current current)
throws UnloadedEntityException
sizeOfAnnotationLinks in interface _FilesetOperationsUnloadedEntityExceptionpublic java.util.List copyAnnotationLinks(Ice.Current current)
throws UnloadedEntityException
copyAnnotationLinks in interface _FilesetOperationsUnloadedEntityExceptionpublic java.util.Iterator iterateAnnotationLinks()
throws UnloadedEntityException
UnloadedEntityExceptionpublic void addFilesetAnnotationLink(FilesetAnnotationLink target, Ice.Current current) throws UnloadedEntityException
addFilesetAnnotationLink in interface _FilesetOperationsUnloadedEntityExceptionpublic void addAllFilesetAnnotationLinkSet(java.util.List<FilesetAnnotationLink> targets, Ice.Current current) throws UnloadedEntityException
addAllFilesetAnnotationLinkSet in interface _FilesetOperationsUnloadedEntityExceptionpublic void removeFilesetAnnotationLink(FilesetAnnotationLink target, Ice.Current current) throws UnloadedEntityException
removeFilesetAnnotationLink in interface _FilesetOperationsUnloadedEntityExceptionpublic void removeAllFilesetAnnotationLinkSet(java.util.List<FilesetAnnotationLink> targets, Ice.Current current) throws UnloadedEntityException
removeAllFilesetAnnotationLinkSet in interface _FilesetOperationsUnloadedEntityExceptionpublic void clearAnnotationLinks(Ice.Current current)
throws UnloadedEntityException
clearAnnotationLinks in interface _FilesetOperationsUnloadedEntityExceptionpublic void reloadAnnotationLinks(Fileset toCopy, Ice.Current current) throws UnloadedEntityException
reloadAnnotationLinks in interface _FilesetOperationsUnloadedEntityExceptionpublic java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current current)
getAnnotationLinksCountPerOwner in interface _FilesetOperationspublic FilesetAnnotationLink linkAnnotation(Annotation addition, Ice.Current current) throws UnloadedEntityException
linkAnnotation in interface _FilesetOperationsUnloadedEntityExceptionpublic void addFilesetAnnotationLinkToBoth(FilesetAnnotationLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException
addFilesetAnnotationLinkToBoth in interface _FilesetOperationsUnloadedEntityExceptionpublic java.util.List<FilesetAnnotationLink> findFilesetAnnotationLink(Annotation removal, Ice.Current current) throws UnloadedEntityException
findFilesetAnnotationLink in interface _FilesetOperationsUnloadedEntityExceptionpublic void unlinkAnnotation(Annotation removal, Ice.Current current) throws UnloadedEntityException
unlinkAnnotation in interface _FilesetOperationsUnloadedEntityExceptionpublic void removeFilesetAnnotationLinkFromBoth(FilesetAnnotationLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException, UnloadedCollectionException
removeFilesetAnnotationLinkFromBoth in interface _FilesetOperationsUnloadedEntityExceptionUnloadedCollectionExceptionpublic java.util.List<Annotation> linkedAnnotationList(Ice.Current current) throws UnloadedEntityException
linkedAnnotationList in interface _FilesetOperationsUnloadedEntityExceptionpublic 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.ModelBasedpublic ome.util.Filterable fillObject(ome.util.ReverseModelMapper _mapper)
IceMapper produce an "ome.model" object from this
"omero.model" object.fillObject in interface ome.model.ModelBasedpublic static java.util.List<FilesetI> cast(java.util.List list)
java.lang.ClassCastException