@Entity @Indexed(index="FullText") @ClassBridge(name="details", impl=DetailsFieldBridge.class, index=UN_TOKENIZED, store=NO) public class Fileset extends java.lang.Object implements java.io.Serializable, IObject, IMutable, IAnnotated
Modifier and Type | Class and Description |
---|---|
static class |
Fileset.Details |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.String,java.lang.Object> |
_dynamicFields |
protected boolean |
_loaded |
protected java.util.Set<FilesetAnnotationLink> |
annotationLinks |
static java.lang.String |
ANNOTATIONLINKS |
static java.lang.String |
ANNOTATIONLINKSCOUNTPEROWNER |
protected Details |
details |
static java.lang.String |
DETAILS |
static java.lang.String |
EVENT_FILTER |
static java.lang.String |
EVENT_FILTER_ANNOTATIONLINKS |
static java.lang.String |
EVENT_FILTER_IMAGES |
static java.lang.String |
EVENT_FILTER_JOBLINKS |
static java.lang.String |
EVENT_FILTER_USEDFILES |
static java.util.Set<java.lang.String> |
FIELDS |
static java.lang.String |
GROUP_FILTER |
static java.lang.String |
GROUP_FILTER_ANNOTATIONLINKS |
static java.lang.String |
GROUP_FILTER_IMAGES |
static java.lang.String |
GROUP_FILTER_JOBLINKS |
static java.lang.String |
GROUP_FILTER_USEDFILES |
protected java.lang.Long |
id |
static java.lang.String |
ID |
protected java.util.Set<Image> |
images |
static java.lang.String |
IMAGES |
protected java.util.List<FilesetJobLink> |
jobLinks |
static java.lang.String |
JOBLINKS |
static java.lang.String |
JOBLINKSCOUNTPEROWNER |
static java.lang.String |
OWNER_FILTER |
static java.lang.String |
OWNER_FILTER_ANNOTATIONLINKS |
static java.lang.String |
OWNER_FILTER_IMAGES |
static java.lang.String |
OWNER_FILTER_JOBLINKS |
static java.lang.String |
OWNER_FILTER_USEDFILES |
static java.lang.String |
PERMS_FILTER |
static java.lang.String |
PERMS_FILTER_ANNOTATIONLINKS |
static java.lang.String |
PERMS_FILTER_IMAGES |
static java.lang.String |
PERMS_FILTER_JOBLINKS |
static java.lang.String |
PERMS_FILTER_USEDFILES |
protected java.lang.String |
templatePrefix |
static java.lang.String |
TEMPLATEPREFIX |
protected java.util.List<FilesetEntry> |
usedFiles |
static java.lang.String |
USEDFILES |
protected java.lang.Integer |
version |
static java.lang.String |
VERSION |
Modifier | Constructor and Description |
---|---|
|
Fileset() |
protected |
Fileset(java.lang.Long id) |
|
Fileset(java.lang.Long id,
boolean loaded)
Main constructor.
|
|
Fileset(java.lang.String _templatePrefix) |
Modifier and Type | Method and Description |
---|---|
boolean |
acceptFilter(Filter __filter) |
void |
addFilesetAnnotationLink(FilesetAnnotationLink target)
use instead of setAnnotationLinks .
|
void |
addFilesetAnnotationLink(FilesetAnnotationLink link,
boolean bothSides)
Adds a ome.model.annotations.FilesetAnnotationLink to annotationLinks, allowing for recursion -- whether
or not addFilesetAnnotationLink will be called on the addition if it is loaded
|
void |
addFilesetAnnotationLinkSet(java.util.Collection<FilesetAnnotationLink> targets)
use like addFilesetAnnotationLink.
|
void |
addFilesetEntry(FilesetEntry target)
use instead of setUsedFiles .
|
void |
addFilesetEntrySet(java.util.Collection<FilesetEntry> targets)
use like addFilesetEntry.
|
void |
addFilesetJobLink(FilesetJobLink target)
use instead of setJobLinks .
|
void |
addFilesetJobLink(FilesetJobLink link,
boolean bothSides)
Adds a ome.model.fs.FilesetJobLink to jobLinks, allowing for recursion -- whether
or not addFilesetJobLink will be called on the addition if it is loaded
|
void |
addFilesetJobLinkSet(java.util.Collection<FilesetJobLink> targets)
use like addFilesetJobLink.
|
void |
addImage(Image target)
use instead of setImages .
|
void |
addImageSet(java.util.Collection<Image> targets)
use like addImage.
|
void |
clearAnnotationLinks()
clears the set.
|
void |
clearImages()
clears the set.
|
void |
clearJobLinks()
clears the set.
|
void |
clearUsedFiles()
clears the set.
|
<E> java.util.List<E> |
collectAnnotationLinks(CBlock<E> block)
takes a CBlock and calls the block once for each ome.model.annotations.FilesetAnnotationLink while
collecting the results.
|
<E> java.util.List<E> |
collectImages(CBlock<E> block)
takes a CBlock and calls the block once for each ome.model.core.Image while
collecting the results.
|
<E> java.util.List<E> |
collectJobLinks(CBlock<E> block)
takes a CBlock and calls the block once for each ome.model.fs.FilesetJobLink while
collecting the results.
|
<E> java.util.List<E> |
collectUsedFiles(CBlock<E> block)
takes a CBlock and calls the block once for each ome.model.fs.FilesetEntry while
collecting the results.
|
<E> java.util.List<E> |
eachLinkedAnnotation(CBlock<E> block)
takes a CBlock and calls the block once for each ome.model.annotations.Annotation while
collecting the results.
|
<E> java.util.List<E> |
eachLinkedJob(CBlock<E> block)
takes a CBlock and calls the block once for each ome.model.jobs.Job while
collecting the results.
|
protected void |
errorIfUnloaded() |
java.util.Set<java.lang.String> |
fields()
returns a Set of field names that belong to this class
|
java.util.Set<FilesetAnnotationLink> |
findFilesetAnnotationLink(Annotation target)
find all ome.model.annotations.FilesetAnnotationLink which have the argument as their child.
|
java.util.Set<FilesetJobLink> |
findFilesetJobLink(Job target)
find all ome.model.fs.FilesetJobLink which have the argument as their child.
|
protected java.util.Set<FilesetAnnotationLink> |
getAnnotationLinks()
returns annotationLinks .
|
java.util.Map<java.lang.Long,java.lang.Long> |
getAnnotationLinksCountPerOwner()
If fetched, returns the count(*) of ome.model.annotations.FilesetAnnotationLink that a user has.
|
Details |
getDetails()
The details of this object correspond to low-level system
information.
|
FilesetEntry |
getFilesetEntry(int index)
Gets the ome.model.fs.FilesetEntry at the given index.
|
FilesetJobLink |
getFilesetJobLink(int index)
Gets the ome.model.fs.FilesetJobLink at the given index.
|
GraphHolder |
getGraphHolder()
retrieves the
GraphHolder for this entity. |
java.lang.Long |
getId()
The DB unique identifier for this object.
|
protected java.util.Set<Image> |
getImages()
returns images .
|
protected java.util.List<FilesetJobLink> |
getJobLinks()
returns jobLinks .
|
java.util.Map<java.lang.Long,java.lang.Long> |
getJobLinksCountPerOwner()
If fetched, returns the count(*) of ome.model.fs.FilesetJobLink that a user has.
|
FilesetEntry |
getPrimaryFilesetEntry()
Gets the first element of usedFiles which can be interpreted as the
primary or default element in some situations.
|
FilesetJobLink |
getPrimaryFilesetJobLink()
Gets the first element of jobLinks which can be interpreted as the
primary or default element in some situations.
|
java.lang.String |
getTemplatePrefix()
Simple field ome.model.fs.Fileset.templatePrefix (java.lang.String)
|
protected java.util.List<FilesetEntry> |
getUsedFiles()
returns usedFiles .
|
java.lang.Integer |
getVersion()
This version number is controlled by the database for optimisitic
locking.
|
boolean |
isLoaded()
transient field (not stored in the DB) which specifies whether this
object has been loaded from the DB or is only a wrapper around the ID.
|
boolean |
isValid()
calls the class-specific validator for this instance and returns the
value from
Validation.isValid() |
java.util.Iterator<FilesetAnnotationLink> |
iterateAnnotationLinks()
should be used rather than accessing the annotationLinks set directly.
|
java.util.Iterator<Image> |
iterateImages()
should be used rather than accessing the images set directly.
|
java.util.Iterator<FilesetJobLink> |
iterateJobLinks()
should be used rather than accessing the jobLinks set directly.
|
java.util.Iterator<FilesetEntry> |
iterateUsedFiles()
should be used rather than accessing the usedFiles set directly.
|
FilesetAnnotationLink |
linkAnnotation(Annotation addition)
Adds a ome.model.annotations.FilesetAnnotationLink to annotationLinks .
|
java.util.Iterator<Annotation> |
linkedAnnotationIterator()
provides an iterator over the parent values of the annotationLinks.
|
java.util.List<Annotation> |
linkedAnnotationList()
produces a
List -copy of the underlying collection. |
java.util.Iterator<Job> |
linkedJobIterator()
provides an iterator over the parent values of the jobLinks.
|
java.util.List<Job> |
linkedJobList()
produces a
List -copy of the underlying collection. |
FilesetJobLink |
linkJob(Job addition)
Adds a ome.model.fs.FilesetJobLink to jobLinks .
|
Fileset |
newInstance() |
Fileset |
proxy() |
void |
putAt(java.lang.String field,
java.lang.Object value)
stores a value in this instance.
|
void |
removeFilesetAnnotationLink(FilesetAnnotationLink target)
removes a single element from this set and makes the inverse call on ome.model.annotations.FilesetAnnotationLink
|
void |
removeFilesetAnnotationLink(FilesetAnnotationLink link,
boolean bothSides)
removes the given FilesetAnnotationLink from annotationLinks, allowing for recursion -- whether
or not the removal will call unlinkFileset again if loaded.
|
void |
removeFilesetAnnotationLinkSet(java.util.Collection<FilesetAnnotationLink> targets)
use like removeFilesetAnnotationLink
|
void |
removeFilesetEntry(FilesetEntry target)
removes a single element from this set and makes the inverse call on ome.model.fs.FilesetEntry
|
void |
removeFilesetEntrySet(java.util.Collection<FilesetEntry> targets)
use like removeFilesetEntry
|
void |
removeFilesetJobLink(FilesetJobLink target)
removes a single element from this set and makes the inverse call on ome.model.fs.FilesetJobLink
|
void |
removeFilesetJobLink(FilesetJobLink link,
boolean bothSides)
removes the given FilesetJobLink from jobLinks, allowing for recursion -- whether
or not the removal will call unlinkFileset again if loaded.
|
void |
removeFilesetJobLinkSet(java.util.Collection<FilesetJobLink> targets)
use like removeFilesetJobLink
|
void |
removeImage(Image target)
removes a single element from this set and makes the inverse call on ome.model.core.Image
|
void |
removeImageSet(java.util.Collection<Image> targets)
use like removeImage
|
java.lang.Object |
retrieve(java.lang.String field)
retrieves a value from this instance.
|
protected void |
setAnnotationLinks(java.util.Set<FilesetAnnotationLink> annotationLinks)
setter for annotationLinks should be avoided.
|
protected void |
setAnnotationLinksCountPerOwner(java.util.Map<java.lang.Long,java.lang.Long> map) |
protected void |
setDetails(Details details)
Use the
Details.copy(ome.model.internal.Details)
or Details.shallowCopy(ome.model.internal.Details)
methods to set the Fileset.Details instance instead. |
FilesetEntry |
setFilesetEntry(int index,
FilesetEntry element)
Sets the ome.model.fs.FilesetEntry at the given index.
|
FilesetJobLink |
setFilesetJobLink(int index,
FilesetJobLink element)
Sets the ome.model.fs.FilesetJobLink at the given index.
|
void |
setId(java.lang.Long id)
usually unneeded.
|
protected void |
setImages(java.util.Set<Image> images)
setter for images should be avoided.
|
protected void |
setJobLinks(java.util.List<FilesetJobLink> jobLinks)
setter for jobLinks should be avoided.
|
protected void |
setJobLinksCountPerOwner(java.util.Map<java.lang.Long,java.lang.Long> map) |
FilesetEntry |
setPrimaryFilesetEntry(FilesetEntry element)
Swaps the first element of usedFiles with the first instance of the
given element.
|
FilesetJobLink |
setPrimaryFilesetJobLink(FilesetJobLink element)
Swaps the first element of jobLinks with the first instance of the
given element.
|
void |
setTemplatePrefix(java.lang.String templatePrefix) |
protected void |
setUsedFiles(java.util.List<FilesetEntry> usedFiles)
setter for usedFiles should be avoided.
|
void |
setVersion(java.lang.Integer version)
use with caution.
|
int |
sizeOfAnnotationLinks()
returns the size of annotationLinks.
|
int |
sizeOfImages()
returns the size of images.
|
int |
sizeOfJobLinks()
returns the size of jobLinks.
|
int |
sizeOfUsedFiles()
returns the size of usedFiles.
|
protected void |
throwNullCollectionException(java.lang.String propertyName) |
java.lang.String |
toString() |
void |
unlinkAnnotation(Annotation removal)
unlinks all ome.model.annotations.Annotation instances from this instance.
|
void |
unlinkJob(Job removal)
unlinks all ome.model.jobs.Job instances from this instance.
|
void |
unload()
set the loaded field to false, and set all non-ID fields to null.
|
java.util.Collection<FilesetAnnotationLink> |
unmodifiableAnnotationLinks()
Returns an unmodifiable collection-view
|
java.util.Collection<Image> |
unmodifiableImages()
Returns an unmodifiable collection-view
|
java.util.Collection<FilesetJobLink> |
unmodifiableJobLinks()
Returns an unmodifiable collection-view
|
java.util.Collection<FilesetEntry> |
unmodifiableUsedFiles()
Returns an unmodifiable collection-view
|
Validation |
validate()
calls the class-specific validator for this instance and returns the
Validation object. |
public static final java.lang.String OWNER_FILTER
public static final java.lang.String GROUP_FILTER
public static final java.lang.String EVENT_FILTER
public static final java.lang.String PERMS_FILTER
public static final java.lang.String ID
protected java.lang.Long id
public static final java.lang.String VERSION
protected java.lang.Integer version
protected java.util.List<FilesetEntry> usedFiles
public static final java.lang.String OWNER_FILTER_USEDFILES
public static final java.lang.String GROUP_FILTER_USEDFILES
public static final java.lang.String EVENT_FILTER_USEDFILES
public static final java.lang.String PERMS_FILTER_USEDFILES
protected java.util.Set<Image> images
public static final java.lang.String OWNER_FILTER_IMAGES
public static final java.lang.String GROUP_FILTER_IMAGES
public static final java.lang.String EVENT_FILTER_IMAGES
public static final java.lang.String PERMS_FILTER_IMAGES
protected java.util.List<FilesetJobLink> jobLinks
public static final java.lang.String OWNER_FILTER_JOBLINKS
public static final java.lang.String GROUP_FILTER_JOBLINKS
public static final java.lang.String EVENT_FILTER_JOBLINKS
public static final java.lang.String PERMS_FILTER_JOBLINKS
protected java.lang.String templatePrefix
protected java.util.Set<FilesetAnnotationLink> annotationLinks
public static final java.lang.String OWNER_FILTER_ANNOTATIONLINKS
public static final java.lang.String GROUP_FILTER_ANNOTATIONLINKS
public static final java.lang.String EVENT_FILTER_ANNOTATIONLINKS
public static final java.lang.String PERMS_FILTER_ANNOTATIONLINKS
protected Details details
public static final java.lang.String USEDFILES
public static final java.lang.String IMAGES
public static final java.lang.String JOBLINKSCOUNTPEROWNER
public static final java.lang.String JOBLINKS
public static final java.lang.String TEMPLATEPREFIX
public static final java.lang.String ANNOTATIONLINKSCOUNTPEROWNER
public static final java.lang.String ANNOTATIONLINKS
public static final java.lang.String DETAILS
public static final java.util.Set<java.lang.String> FIELDS
protected java.util.Map<java.lang.String,java.lang.Object> _dynamicFields
protected boolean _loaded
public Fileset()
protected Fileset(java.lang.Long id)
public Fileset(java.lang.Long id, boolean loaded)
public Fileset(java.lang.String _templatePrefix)
@DocumentId public java.lang.Long getId()
public void setId(java.lang.Long id)
IObject
public java.lang.Integer getVersion()
getVersion
in interface IMutable
public void setVersion(java.lang.Integer version)
IMutable
setVersion
in interface IMutable
version
- Value for this objects version.protected java.util.List<FilesetEntry> getUsedFiles()
protected void setUsedFiles(java.util.List<FilesetEntry> usedFiles)
public int sizeOfUsedFiles()
public java.util.Iterator<FilesetEntry> iterateUsedFiles()
EmptyIterator
. To test for a null collection,
see of sizeOfUsedFiles()
is less than zero.public java.util.Collection<FilesetEntry> unmodifiableUsedFiles()
public <E> java.util.List<E> collectUsedFiles(CBlock<E> block)
block == null
, then the
iterator values themselves are collected. This method uses
iterateUsedFiles()
internally and so will return a value
even if the underlying collection is null.public void addFilesetEntry(FilesetEntry target)
public void addFilesetEntrySet(java.util.Collection<FilesetEntry> targets)
public void removeFilesetEntry(FilesetEntry target)
public void removeFilesetEntrySet(java.util.Collection<FilesetEntry> targets)
public void clearUsedFiles()
public FilesetEntry getFilesetEntry(int index) throws java.lang.IndexOutOfBoundsException
java.lang.IndexOutOfBoundsException
public FilesetEntry setFilesetEntry(int index, FilesetEntry element) throws java.lang.IndexOutOfBoundsException
List.set(int, Object)
contract. To extend the list, use addFilesetEntry(FilesetEntry)
.java.lang.IndexOutOfBoundsException
List.set(int, Object)
public FilesetEntry getPrimaryFilesetEntry() throws java.lang.IndexOutOfBoundsException
IndexOutOfBoundsException
is throws. This method
will also throw an ApiUsageException
if the collection is
unloaded. See sizeOfUsedFiles()
for more information.java.lang.IndexOutOfBoundsException
public FilesetEntry setPrimaryFilesetEntry(FilesetEntry element) throws java.lang.IndexOutOfBoundsException
IndexOutOfBoundsException
will be thrown. Returns the swapped
element. This method
will also throw an ApiUsageException
if the collection is
unloaded. See sizeOfUsedFiles()
for more information.java.lang.IndexOutOfBoundsException
protected java.util.Set<Image> getImages()
protected void setImages(java.util.Set<Image> images)
public int sizeOfImages()
public java.util.Iterator<Image> iterateImages()
EmptyIterator
. To test for a null collection,
see of sizeOfImages()
is less than zero.public java.util.Collection<Image> unmodifiableImages()
public <E> java.util.List<E> collectImages(CBlock<E> block)
block == null
, then the
iterator values themselves are collected. This method uses
iterateImages()
internally and so will return a value
even if the underlying collection is null.public void addImage(Image target)
public void addImageSet(java.util.Collection<Image> targets)
public void removeImage(Image target)
public void removeImageSet(java.util.Collection<Image> targets)
public void clearImages()
protected java.util.List<FilesetJobLink> getJobLinks()
protected void setJobLinks(java.util.List<FilesetJobLink> jobLinks)
public int sizeOfJobLinks()
public java.util.Iterator<FilesetJobLink> iterateJobLinks()
EmptyIterator
. To test for a null collection,
see of sizeOfJobLinks()
is less than zero.public java.util.Collection<FilesetJobLink> unmodifiableJobLinks()
public <E> java.util.List<E> collectJobLinks(CBlock<E> block)
block == null
, then the
iterator values themselves are collected. This method uses
iterateJobLinks()
internally and so will return a value
even if the underlying collection is null.public void addFilesetJobLink(FilesetJobLink target)
public void addFilesetJobLinkSet(java.util.Collection<FilesetJobLink> targets)
public void removeFilesetJobLink(FilesetJobLink target)
public void removeFilesetJobLinkSet(java.util.Collection<FilesetJobLink> targets)
public FilesetJobLink getFilesetJobLink(int index) throws java.lang.IndexOutOfBoundsException
java.lang.IndexOutOfBoundsException
public FilesetJobLink setFilesetJobLink(int index, FilesetJobLink element) throws java.lang.IndexOutOfBoundsException
List.set(int, Object)
contract. To extend the list, use addFilesetJobLink(FilesetJobLink)
.java.lang.IndexOutOfBoundsException
List.set(int, Object)
public FilesetJobLink getPrimaryFilesetJobLink() throws java.lang.IndexOutOfBoundsException
IndexOutOfBoundsException
is throws. This method
will also throw an ApiUsageException
if the collection is
unloaded. See sizeOfJobLinks()
for more information.java.lang.IndexOutOfBoundsException
public FilesetJobLink setPrimaryFilesetJobLink(FilesetJobLink element) throws java.lang.IndexOutOfBoundsException
IndexOutOfBoundsException
will be thrown. Returns the swapped
element. This method
will also throw an ApiUsageException
if the collection is
unloaded. See sizeOfJobLinks()
for more information.java.lang.IndexOutOfBoundsException
public FilesetJobLink linkJob(Job addition)
public void addFilesetJobLink(FilesetJobLink link, boolean bothSides)
public java.util.Iterator<Job> linkedJobIterator()
ConcurrentModificationException
.
Use linkedJobList()
instead.public java.util.Set<FilesetJobLink> findFilesetJobLink(Job target)
public java.util.List<Job> linkedJobList()
List
-copy of the underlying collection. Unlike,
linkedJobIterator()
, while using the returned List
,
modifications can be made to the underlying collection without throwing
ConcurrentModificationException
.public <E> java.util.List<E> eachLinkedJob(CBlock<E> block)
block == null
, then the
iterator values themselves are collected.public void unlinkJob(Job removal)
public void removeFilesetJobLink(FilesetJobLink link, boolean bothSides)
public void clearJobLinks()
protected void setJobLinksCountPerOwner(java.util.Map<java.lang.Long,java.lang.Long> map)
public java.util.Map<java.lang.Long,java.lang.Long> getJobLinksCountPerOwner()
@Field(index=TOKENIZED) @Field(index=TOKENIZED,name="combined_fields") public java.lang.String getTemplatePrefix()
public void setTemplatePrefix(java.lang.String templatePrefix)
protected java.util.Set<FilesetAnnotationLink> getAnnotationLinks()
protected void setAnnotationLinks(java.util.Set<FilesetAnnotationLink> annotationLinks)
public int sizeOfAnnotationLinks()
sizeOfAnnotationLinks
in interface IAnnotated
public java.util.Iterator<FilesetAnnotationLink> iterateAnnotationLinks()
EmptyIterator
. To test for a null collection,
see of sizeOfAnnotationLinks()
is less than zero.iterateAnnotationLinks
in interface IAnnotated
public java.util.Collection<FilesetAnnotationLink> unmodifiableAnnotationLinks()
unmodifiableAnnotationLinks
in interface IAnnotated
public <E> java.util.List<E> collectAnnotationLinks(CBlock<E> block)
block == null
, then the
iterator values themselves are collected. This method uses
iterateAnnotationLinks()
internally and so will return a value
even if the underlying collection is null.collectAnnotationLinks
in interface IAnnotated
public void addFilesetAnnotationLink(FilesetAnnotationLink target)
public void addFilesetAnnotationLinkSet(java.util.Collection<FilesetAnnotationLink> targets)
public void removeFilesetAnnotationLink(FilesetAnnotationLink target)
public void removeFilesetAnnotationLinkSet(java.util.Collection<FilesetAnnotationLink> targets)
public FilesetAnnotationLink linkAnnotation(Annotation addition)
linkAnnotation
in interface IAnnotated
public void addFilesetAnnotationLink(FilesetAnnotationLink link, boolean bothSides)
public java.util.Iterator<Annotation> linkedAnnotationIterator()
ConcurrentModificationException
.
Use linkedAnnotationList()
instead.linkedAnnotationIterator
in interface IAnnotated
public java.util.Set<FilesetAnnotationLink> findFilesetAnnotationLink(Annotation target)
public java.util.List<Annotation> linkedAnnotationList()
List
-copy of the underlying collection. Unlike,
linkedAnnotationIterator()
, while using the returned List
,
modifications can be made to the underlying collection without throwing
ConcurrentModificationException
.linkedAnnotationList
in interface IAnnotated
public <E> java.util.List<E> eachLinkedAnnotation(CBlock<E> block)
block == null
, then the
iterator values themselves are collected.eachLinkedAnnotation
in interface IAnnotated
public void unlinkAnnotation(Annotation removal)
unlinkAnnotation
in interface IAnnotated
public void removeFilesetAnnotationLink(FilesetAnnotationLink link, boolean bothSides)
public void clearAnnotationLinks()
clearAnnotationLinks
in interface IAnnotated
protected void setAnnotationLinksCountPerOwner(java.util.Map<java.lang.Long,java.lang.Long> map)
public java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner()
public Details getDetails()
Details
type.getDetails
in interface IObject
protected void setDetails(Details details)
Details.copy(ome.model.internal.Details)
or Details.shallowCopy(ome.model.internal.Details)
methods to set the Fileset.Details
instance instead.public boolean isValid()
IObject
Validation.isValid()
public Validation validate()
IObject
Validation
object.public Fileset newInstance()
public Fileset proxy()
public boolean acceptFilter(Filter __filter)
acceptFilter
in interface Filterable
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.Set<java.lang.String> fields()
IObject
public java.lang.Object retrieve(java.lang.String field)
IObject
field
which match a field of this instance will be delegated to the accessors.
Otherwise, values will be retrieved from a lazy-loaded map filled by
calls to IObject.putAt(String, Object)
public void putAt(java.lang.String field, java.lang.Object value)
IObject
field
which
match a field of this instance will be delegated to the accessors.
Otherwise, values will be stored in a lazy-loaded map.public boolean isLoaded()
IObject
protected void errorIfUnloaded()
public void unload()
IObject
public final GraphHolder getGraphHolder()
IObject
GraphHolder
for this entity. If the GraphHolder has
not been actively set, a new one will be instatiated.getGraphHolder
in interface IObject
protected void throwNullCollectionException(java.lang.String propertyName)
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.