Package | Description |
---|---|
ome.formats | |
ome.model.fs |
Modifier and Type | Method and Description |
---|---|
java.util.List<Pixels> |
OMEROMetadataStore.saveToDB(FilesetJobLink link)
Saves the current object graph to the database.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<FilesetJobLink> |
Fileset.jobLinks |
Modifier and Type | Method and Description |
---|---|
FilesetJobLink |
Fileset.getFilesetJobLink(int index)
Gets the ome.model.fs.FilesetJobLink at the given index.
|
FilesetJobLink |
Fileset.getPrimaryFilesetJobLink()
Gets the first element of jobLinks which can be interpreted as the
primary or default element in some situations.
|
FilesetJobLink |
Fileset.linkJob(Job addition)
Adds a ome.model.fs.FilesetJobLink to jobLinks .
|
FilesetJobLink |
FilesetJobLink.newInstance() |
FilesetJobLink |
FilesetJobLink.proxy() |
FilesetJobLink |
Fileset.setFilesetJobLink(int index,
FilesetJobLink element)
Sets the ome.model.fs.FilesetJobLink at the given index.
|
FilesetJobLink |
Fileset.setPrimaryFilesetJobLink(FilesetJobLink element)
Swaps the first element of jobLinks with the first instance of the
given element.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<FilesetJobLink> |
Fileset.findFilesetJobLink(Job target)
find all ome.model.fs.FilesetJobLink which have the argument as their child.
|
protected java.util.List<FilesetJobLink> |
Fileset.getJobLinks()
returns jobLinks .
|
java.util.Iterator<FilesetJobLink> |
Fileset.iterateJobLinks()
should be used rather than accessing the jobLinks set directly.
|
java.util.Collection<FilesetJobLink> |
Fileset.unmodifiableJobLinks()
Returns an unmodifiable collection-view
|
Modifier and Type | Method and Description |
---|---|
void |
Fileset.addFilesetJobLink(FilesetJobLink target)
use instead of setJobLinks .
|
void |
Fileset.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 |
Fileset.removeFilesetJobLink(FilesetJobLink target)
removes a single element from this set and makes the inverse call on ome.model.fs.FilesetJobLink
|
void |
Fileset.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.
|
FilesetJobLink |
Fileset.setFilesetJobLink(int index,
FilesetJobLink element)
Sets the ome.model.fs.FilesetJobLink at the given index.
|
FilesetJobLink |
Fileset.setPrimaryFilesetJobLink(FilesetJobLink element)
Swaps the first element of jobLinks with the first instance of the
given element.
|
Modifier and Type | Method and Description |
---|---|
void |
Fileset.addFilesetJobLinkSet(java.util.Collection<FilesetJobLink> targets)
use like addFilesetJobLink.
|
void |
Fileset.removeFilesetJobLinkSet(java.util.Collection<FilesetJobLink> targets)
use like removeFilesetJobLink
|
protected void |
Fileset.setJobLinks(java.util.List<FilesetJobLink> jobLinks)
setter for jobLinks should be avoided.
|
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.