Package omero.model
Interface _FilesetJobLinkOperations
-
- All Superinterfaces:
_IObjectOperations
- All Known Implementing Classes:
_FilesetJobLinkTie
,FilesetJobLink
,FilesetJobLinkI
public interface _FilesetJobLinkOperations extends _IObjectOperations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Job
getChild(Ice.Current __current)
Fileset
getParent(Ice.Current __current)
RInt
getVersion(Ice.Current __current)
void
link(Fileset theParent, Job theChild, Ice.Current __current)
void
setChild(Job theChild, Ice.Current __current)
void
setParent(Fileset theParent, Ice.Current __current)
void
setVersion(RInt theVersion, Ice.Current __current)
-
Methods inherited from interface omero.model._IObjectOperations
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
-
-
-
Method Detail
-
getVersion
RInt getVersion(Ice.Current __current)
-
setVersion
void setVersion(RInt theVersion, Ice.Current __current)
-
getParent
Fileset getParent(Ice.Current __current)
-
setParent
void setParent(Fileset theParent, Ice.Current __current)
-
getChild
Job getChild(Ice.Current __current)
-
setChild
void setChild(Job theChild, Ice.Current __current)
-
-