Package omero.model
Class ImportJobI
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.model.IObject
-
- omero.model.Job
-
- omero.model.ImportJob
-
- omero.model.ImportJobI
-
- All Implemented Interfaces:
Ice.Object,java.io.Serializable,java.lang.Cloneable,ome.model.ModelBased,_ImportJobOperations,_ImportJobOperationsNC,_IObjectOperations,_IObjectOperationsNC,_JobOperations,_JobOperationsNC
@Deprecated public class ImportJobI extends ImportJob implements ome.model.ModelBased
Deprecated.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDETAILSDeprecated.static java.lang.StringFINISHEDDeprecated.static java.lang.StringGROUPNAMEDeprecated.static java.lang.StringIMAGEDESCRIPTIONDeprecated.static java.lang.StringIMAGENAMEDeprecated.static java.lang.StringMESSAGEDeprecated.static java.lang.StringORIGINALFILELINKSDeprecated.static java.lang.StringSCHEDULEDFORDeprecated.static java.lang.StringSTARTEDDeprecated.static java.lang.StringSTATUSDeprecated.static java.lang.StringSUBMITTEDDeprecated.static java.lang.StringTYPEDeprecated.static java.lang.StringUSERNAMEDeprecated.-
Fields inherited from class omero.model.ImportJob
__ids, imageDescription, imageName, serialVersionUID
-
Fields inherited from class omero.model.Job
finished, groupname, message, originalFileLinksCountPerOwner, originalFileLinksLoaded, originalFileLinksSeq, scheduledFor, started, status, submitted, type, username, version
-
-
Constructor Summary
Constructors Constructor Description ImportJobI()Deprecated.ImportJobI(long id, boolean loaded)Deprecated.ImportJobI(RLong id, boolean loaded)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidaddAllJobOriginalFileLinkSet(java.util.List<JobOriginalFileLink> targets, Ice.Current current)Deprecated.voidaddJobOriginalFileLink(JobOriginalFileLink target, Ice.Current current)Deprecated.voidaddJobOriginalFileLinkToBoth(JobOriginalFileLink link, boolean bothSides, Ice.Current current)Deprecated.static java.util.List<ImportJobI>cast(java.util.List list)Deprecated.Casts (without warning) the given list to a list of the current type.voidclearOriginalFileLinks(Ice.Current current)Deprecated.voidcopyObject(ome.util.Filterable model, ome.util.ModelMapper _mapper)Deprecated.Used byIceMapperto inject an "ome.model" object into this "omero.model" object.java.util.ListcopyOriginalFileLinks(Ice.Current current)Deprecated.protected voiderrorIfUnloaded()Deprecated.ome.util.FilterablefillObject(ome.util.ReverseModelMapper _mapper)Deprecated.Used byIceMapperproduce an "ome.model" object from this "omero.model" object.java.util.List<JobOriginalFileLink>findJobOriginalFileLink(OriginalFile removal, Ice.Current current)Deprecated.DetailsgetDetails(Ice.Current current)Deprecated.RTimegetFinished(Ice.Current current)Deprecated.RStringgetGroupname(Ice.Current current)Deprecated.RLonggetId(Ice.Current current)Deprecated.RStringgetImageDescription(Ice.Current current)Deprecated.RStringgetImageName(Ice.Current current)Deprecated.RStringgetMessage(Ice.Current current)Deprecated.protected java.util.ListgetOriginalFileLinks(Ice.Current current)Deprecated.java.util.Map<java.lang.Long,java.lang.Long>getOriginalFileLinksCountPerOwner(Ice.Current current)Deprecated.RTimegetScheduledFor(Ice.Current current)Deprecated.RTimegetStarted(Ice.Current current)Deprecated.JobStatusgetStatus(Ice.Current current)Deprecated.RTimegetSubmitted(Ice.Current current)Deprecated.RStringgetType(Ice.Current current)Deprecated.RStringgetUsername(Ice.Current current)Deprecated.RIntgetVersion(Ice.Current current)Deprecated.booleanisAnnotated(Ice.Current current)Deprecated.Allows for the attachment of any omero.model.Annotation subclasses.booleanisGlobal(Ice.Current current)Deprecated.Marker interface which means that special rules apply for both reading and writing these instances.booleanisLink(Ice.Current current)Deprecated.A link between two other types.booleanisLoaded(Ice.Current current)Deprecated.Tests if the objects are loaded or not.booleanisMutable(Ice.Current current)Deprecated.The server will persist changes made to these types.booleanisOriginalFileLinksLoaded()Deprecated.java.util.IteratoriterateOriginalFileLinks()Deprecated.java.util.List<OriginalFile>linkedOriginalFileList(Ice.Current current)Deprecated.JobOriginalFileLinklinkOriginalFile(OriginalFile addition, Ice.Current current)Deprecated.IObjectproxy(Ice.Current current)Deprecated.Return another instance of the same type as this instance constructed as if by: new InstanceI( this.id.val, false );voidreloadOriginalFileLinks(Job toCopy, Ice.Current current)Deprecated.voidremoveAllJobOriginalFileLinkSet(java.util.List<JobOriginalFileLink> targets, Ice.Current current)Deprecated.voidremoveJobOriginalFileLink(JobOriginalFileLink target, Ice.Current current)Deprecated.voidremoveJobOriginalFileLinkFromBoth(JobOriginalFileLink link, boolean bothSides, Ice.Current current)Deprecated.voidsetFinished(RTime finished, Ice.Current current)Deprecated.voidsetGroupname(RString groupname, Ice.Current current)Deprecated.voidsetId(RLong id, Ice.Current current)Deprecated.voidsetImageDescription(RString imageDescription, Ice.Current current)Deprecated.voidsetImageName(RString imageName, Ice.Current current)Deprecated.voidsetMessage(RString message, Ice.Current current)Deprecated.protected voidsetOriginalFileLinks(java.util.List originalFileLinks, Ice.Current current)Deprecated.voidsetScheduledFor(RTime scheduledFor, Ice.Current current)Deprecated.voidsetStarted(RTime started, Ice.Current current)Deprecated.voidsetStatus(JobStatus status, Ice.Current current)Deprecated.voidsetSubmitted(RTime submitted, Ice.Current current)Deprecated.voidsetType(RString type, Ice.Current current)Deprecated.voidsetUsername(RString username, Ice.Current current)Deprecated.voidsetVersion(RInt version, Ice.Current current)Deprecated.IObjectshallowCopy(Ice.Current current)Deprecated.Return another instance of the same type as this instance with all single-value entities unloaded and all members of collections also unloaded.intsizeOfOriginalFileLinks(Ice.Current current)Deprecated.protected voidthrowNullCollectionException(java.lang.String propertyName)Deprecated.protected voidtoggleCollectionsLoaded(boolean load)Deprecated.voidunlinkOriginalFile(OriginalFile removal, Ice.Current current)Deprecated.voidunload(Ice.Current current)Deprecated.Sets the loaded boolean to false and empties all state from this entity to make sending it over the network less costly.voidunloadCollections(Ice.Current current)Deprecated.Each collection can also be unloaded, independently of the object itself.voidunloadDetails(Ice.Current current)Deprecated.As with collections, the objects under details can link to many other objects.voidunloadFinished()Deprecated.voidunloadGroupname()Deprecated.voidunloadImageDescription()Deprecated.voidunloadImageName()Deprecated.voidunloadMessage()Deprecated.voidunloadOriginalFileLinks(Ice.Current current)Deprecated.voidunloadScheduledFor()Deprecated.voidunloadStarted()Deprecated.voidunloadStatus()Deprecated.voidunloadSubmitted()Deprecated.voidunloadType()Deprecated.voidunloadUsername()Deprecated.-
Methods inherited from class omero.model.ImportJob
___getImageDescription, ___getImageName, ___setImageDescription, ___setImageName, __dispatch, __readImpl, __writeImpl, clone, getImageDescription, getImageName, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, setImageDescription, setImageName
-
Methods inherited from class omero.model.Job
___addAllJobOriginalFileLinkSet, ___addJobOriginalFileLink, ___addJobOriginalFileLinkToBoth, ___clearOriginalFileLinks, ___copyOriginalFileLinks, ___findJobOriginalFileLink, ___getFinished, ___getGroupname, ___getMessage, ___getOriginalFileLinksCountPerOwner, ___getScheduledFor, ___getStarted, ___getStatus, ___getSubmitted, ___getType, ___getUsername, ___getVersion, ___linkedOriginalFileList, ___linkOriginalFile, ___reloadOriginalFileLinks, ___removeAllJobOriginalFileLinkSet, ___removeJobOriginalFileLink, ___removeJobOriginalFileLinkFromBoth, ___setFinished, ___setGroupname, ___setMessage, ___setScheduledFor, ___setStarted, ___setStatus, ___setSubmitted, ___setType, ___setUsername, ___setVersion, ___sizeOfOriginalFileLinks, ___unlinkOriginalFile, ___unloadOriginalFileLinks, addAllJobOriginalFileLinkSet, addJobOriginalFileLink, addJobOriginalFileLinkToBoth, clearOriginalFileLinks, copyOriginalFileLinks, findJobOriginalFileLink, getFinished, getGroupname, getMessage, getOriginalFileLinksCountPerOwner, getScheduledFor, getStarted, getStatus, getSubmitted, getType, getUsername, getVersion, linkedOriginalFileList, linkOriginalFile, reloadOriginalFileLinks, removeAllJobOriginalFileLinkSet, removeJobOriginalFileLink, removeJobOriginalFileLinkFromBoth, setFinished, setGroupname, setMessage, setScheduledFor, setStarted, setStatus, setSubmitted, setType, setUsername, setVersion, sizeOfOriginalFileLinks, unlinkOriginalFile, unloadOriginalFileLinks
-
Methods inherited from class omero.model.IObject
___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
-
Methods inherited from class Ice.ObjectImpl
___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
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface omero.model._IObjectOperationsNC
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
Methods inherited from interface omero.model._JobOperationsNC
addAllJobOriginalFileLinkSet, addJobOriginalFileLink, addJobOriginalFileLinkToBoth, clearOriginalFileLinks, copyOriginalFileLinks, findJobOriginalFileLink, getFinished, getGroupname, getMessage, getOriginalFileLinksCountPerOwner, getScheduledFor, getStarted, getStatus, getSubmitted, getType, getUsername, getVersion, linkedOriginalFileList, linkOriginalFile, reloadOriginalFileLinks, removeAllJobOriginalFileLinkSet, removeJobOriginalFileLink, removeJobOriginalFileLinkFromBoth, setFinished, setGroupname, setMessage, setScheduledFor, setStarted, setStatus, setSubmitted, setType, setUsername, setVersion, sizeOfOriginalFileLinks, unlinkOriginalFile, unloadOriginalFileLinks
-
-
-
-
Field Detail
-
IMAGENAME
public static final java.lang.String IMAGENAME
Deprecated.- See Also:
- Constant Field Values
-
IMAGEDESCRIPTION
public static final java.lang.String IMAGEDESCRIPTION
Deprecated.- See Also:
- Constant Field Values
-
USERNAME
public static final java.lang.String USERNAME
Deprecated.- See Also:
- Constant Field Values
-
GROUPNAME
public static final java.lang.String GROUPNAME
Deprecated.- See Also:
- Constant Field Values
-
TYPE
public static final java.lang.String TYPE
Deprecated.- See Also:
- Constant Field Values
-
MESSAGE
public static final java.lang.String MESSAGE
Deprecated.- See Also:
- Constant Field Values
-
STATUS
public static final java.lang.String STATUS
Deprecated.- See Also:
- Constant Field Values
-
SUBMITTED
public static final java.lang.String SUBMITTED
Deprecated.- See Also:
- Constant Field Values
-
SCHEDULEDFOR
public static final java.lang.String SCHEDULEDFOR
Deprecated.- See Also:
- Constant Field Values
-
STARTED
public static final java.lang.String STARTED
Deprecated.- See Also:
- Constant Field Values
-
FINISHED
public static final java.lang.String FINISHED
Deprecated.- See Also:
- Constant Field Values
-
ORIGINALFILELINKS
public static final java.lang.String ORIGINALFILELINKS
Deprecated.- See Also:
- Constant Field Values
-
DETAILS
public static final java.lang.String DETAILS
Deprecated.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ImportJobI
public ImportJobI()
Deprecated.
-
ImportJobI
public ImportJobI(long id, boolean loaded)Deprecated.
-
ImportJobI
public ImportJobI(RLong id, boolean loaded)
Deprecated.
-
-
Method Detail
-
errorIfUnloaded
protected void errorIfUnloaded() throws UnloadedEntityExceptionDeprecated.- Throws:
UnloadedEntityException
-
throwNullCollectionException
protected void throwNullCollectionException(java.lang.String propertyName) throws UnloadedCollectionExceptionDeprecated.- Throws:
UnloadedCollectionException
-
toggleCollectionsLoaded
protected void toggleCollectionsLoaded(boolean load)
Deprecated.
-
unload
public void unload(Ice.Current current)
Deprecated.Description copied from interface:_IObjectOperationsSets the loaded boolean to false and empties all state from this entity to make sending it over the network less costly.- Specified by:
unloadin interface_IObjectOperations- Parameters:
current- The Current object for the invocation.
-
isLoaded
public boolean isLoaded(Ice.Current current)
Deprecated.Description copied from interface:_IObjectOperationsTests if the objects are loaded or not. If this value is false, then any method call on this instance other than getId or setId will result in an exception.- Specified by:
isLoadedin interface_IObjectOperations- Parameters:
current- The Current object for the invocation.
-
unloadCollections
public void unloadCollections(Ice.Current current)
Deprecated.Description copied from interface:_IObjectOperationsEach collection can also be unloaded, independently of the object itself. To unload all collections, use: object.unloadCollections(); This is useful when it is possible that a collection no longer represents the state in the database, and passing the collections back to the server might delete some entities. Sending back empty collections can also save a significant amount of bandwidth, when working with large data graphs.- Specified by:
unloadCollectionsin interface_IObjectOperations- Parameters:
current- The Current object for the invocation.
-
isGlobal
public boolean isGlobal(Ice.Current current)
Deprecated.Description copied from interface:_IObjectOperationsMarker interface which means that special rules apply for both reading and writing these instances.- Specified by:
isGlobalin interface_IObjectOperations- Parameters:
current- The Current object for the invocation.
-
isMutable
public boolean isMutable(Ice.Current current)
Deprecated.Description copied from interface:_IObjectOperationsThe server will persist changes made to these types. Methods provided: - getVersion() - setVersion()- Specified by:
isMutablein interface_IObjectOperations- Parameters:
current- The Current object for the invocation.
-
isAnnotated
public boolean isAnnotated(Ice.Current current)
Deprecated.Description copied from interface:_IObjectOperationsAllows for the attachment of any omero.model.Annotation subclasses. Methods provided are: - linkAnnotation(Annotation) -- Specified by:
isAnnotatedin interface_IObjectOperations- Parameters:
current- The Current object for the invocation.
-
isLink
public boolean isLink(Ice.Current current)
Deprecated.Description copied from interface:_IObjectOperationsA link between two other types. Methods provided: - getParent() - getChild()- Specified by:
isLinkin interface_IObjectOperations- Parameters:
current- The Current object for the invocation.
-
shallowCopy
public IObject shallowCopy(Ice.Current current)
Deprecated.Description copied from interface:_IObjectOperationsReturn another instance of the same type as this instance with all single-value entities unloaded and all members of collections also unloaded.- Specified by:
shallowCopyin interface_IObjectOperations- Parameters:
current- The Current object for the invocation.
-
proxy
public IObject proxy(Ice.Current current)
Deprecated.Description copied from interface:_IObjectOperationsReturn another instance of the same type as this instance constructed as if by: new InstanceI( this.id.val, false );- Specified by:
proxyin interface_IObjectOperations- Parameters:
current- The Current object for the invocation.
-
getId
public RLong getId(Ice.Current current)
Deprecated.- Specified by:
getIdin interface_IObjectOperations
-
setId
public void setId(RLong id, Ice.Current current)
Deprecated.- Specified by:
setIdin interface_IObjectOperations
-
getDetails
public Details getDetails(Ice.Current current)
Deprecated.- Specified by:
getDetailsin interface_IObjectOperations
-
unloadDetails
public void unloadDetails(Ice.Current current)
Deprecated.Description copied from interface:_IObjectOperationsAs with collections, the objects under details can link to many other objects. Unloading the details can same bandwidth and simplify the server logic.- Specified by:
unloadDetailsin interface_IObjectOperations- Parameters:
current- The Current object for the invocation.
-
getVersion
public RInt getVersion(Ice.Current current)
Deprecated.- Specified by:
getVersionin interface_JobOperations
-
setVersion
public void setVersion(RInt version, Ice.Current current)
Deprecated.- Specified by:
setVersionin interface_JobOperations
-
unloadImageName
public void unloadImageName()
Deprecated.
-
getImageName
public RString getImageName(Ice.Current current) throws UnloadedEntityException
Deprecated.- Specified by:
getImageNamein interface_ImportJobOperations- Throws:
UnloadedEntityException
-
setImageName
public void setImageName(RString imageName, Ice.Current current) throws UnloadedEntityException
Deprecated.- Specified by:
setImageNamein interface_ImportJobOperations- Throws:
UnloadedEntityException
-
unloadImageDescription
public void unloadImageDescription()
Deprecated.
-
getImageDescription
public RString getImageDescription(Ice.Current current) throws UnloadedEntityException
Deprecated.- Specified by:
getImageDescriptionin interface_ImportJobOperations- Throws:
UnloadedEntityException
-
setImageDescription
public void setImageDescription(RString imageDescription, Ice.Current current) throws UnloadedEntityException
Deprecated.- Specified by:
setImageDescriptionin interface_ImportJobOperations- Throws:
UnloadedEntityException
-
unloadUsername
public void unloadUsername()
Deprecated.
-
getUsername
public RString getUsername(Ice.Current current) throws UnloadedEntityException
Deprecated.- Specified by:
getUsernamein interface_JobOperations- Throws:
UnloadedEntityException
-
setUsername
public void setUsername(RString username, Ice.Current current) throws UnloadedEntityException
Deprecated.- Specified by:
setUsernamein interface_JobOperations- Throws:
UnloadedEntityException
-
unloadGroupname
public void unloadGroupname()
Deprecated.
-
getGroupname
public RString getGroupname(Ice.Current current) throws UnloadedEntityException
Deprecated.- Specified by:
getGroupnamein interface_JobOperations- Throws:
UnloadedEntityException
-
setGroupname
public void setGroupname(RString groupname, Ice.Current current) throws UnloadedEntityException
Deprecated.- Specified by:
setGroupnamein interface_JobOperations- Throws:
UnloadedEntityException
-
unloadType
public void unloadType()
Deprecated.
-
getType
public RString getType(Ice.Current current) throws UnloadedEntityException
Deprecated.- Specified by:
getTypein interface_JobOperations- Throws:
UnloadedEntityException
-
setType
public void setType(RString type, Ice.Current current) throws UnloadedEntityException
Deprecated.- Specified by:
setTypein interface_JobOperations- Throws:
UnloadedEntityException
-
unloadMessage
public void unloadMessage()
Deprecated.
-
getMessage
public RString getMessage(Ice.Current current) throws UnloadedEntityException
Deprecated.- Specified by:
getMessagein interface_JobOperations- Throws:
UnloadedEntityException
-
setMessage
public void setMessage(RString message, Ice.Current current) throws UnloadedEntityException
Deprecated.- Specified by:
setMessagein interface_JobOperations- Throws:
UnloadedEntityException
-
unloadStatus
public void unloadStatus()
Deprecated.
-
getStatus
public JobStatus getStatus(Ice.Current current) throws UnloadedEntityException
Deprecated.- Specified by:
getStatusin interface_JobOperations- Throws:
UnloadedEntityException
-
setStatus
public void setStatus(JobStatus status, Ice.Current current) throws UnloadedEntityException
Deprecated.- Specified by:
setStatusin interface_JobOperations- Throws:
UnloadedEntityException
-
unloadSubmitted
public void unloadSubmitted()
Deprecated.
-
getSubmitted
public RTime getSubmitted(Ice.Current current) throws UnloadedEntityException
Deprecated.- Specified by:
getSubmittedin interface_JobOperations- Throws:
UnloadedEntityException
-
setSubmitted
public void setSubmitted(RTime submitted, Ice.Current current) throws UnloadedEntityException
Deprecated.- Specified by:
setSubmittedin interface_JobOperations- Throws:
UnloadedEntityException
-
unloadScheduledFor
public void unloadScheduledFor()
Deprecated.
-
getScheduledFor
public RTime getScheduledFor(Ice.Current current) throws UnloadedEntityException
Deprecated.- Specified by:
getScheduledForin interface_JobOperations- Throws:
UnloadedEntityException
-
setScheduledFor
public void setScheduledFor(RTime scheduledFor, Ice.Current current) throws UnloadedEntityException
Deprecated.- Specified by:
setScheduledForin interface_JobOperations- Throws:
UnloadedEntityException
-
unloadStarted
public void unloadStarted()
Deprecated.
-
getStarted
public RTime getStarted(Ice.Current current) throws UnloadedEntityException
Deprecated.- Specified by:
getStartedin interface_JobOperations- Throws:
UnloadedEntityException
-
setStarted
public void setStarted(RTime started, Ice.Current current) throws UnloadedEntityException
Deprecated.- Specified by:
setStartedin interface_JobOperations- Throws:
UnloadedEntityException
-
unloadFinished
public void unloadFinished()
Deprecated.
-
getFinished
public RTime getFinished(Ice.Current current) throws UnloadedEntityException
Deprecated.- Specified by:
getFinishedin interface_JobOperations- Throws:
UnloadedEntityException
-
setFinished
public void setFinished(RTime finished, Ice.Current current) throws UnloadedEntityException
Deprecated.- Specified by:
setFinishedin interface_JobOperations- Throws:
UnloadedEntityException
-
unloadOriginalFileLinks
public void unloadOriginalFileLinks(Ice.Current current)
Deprecated.- Specified by:
unloadOriginalFileLinksin interface_JobOperations
-
getOriginalFileLinks
protected java.util.List getOriginalFileLinks(Ice.Current current) throws UnloadedEntityExceptionDeprecated.- Throws:
UnloadedEntityException
-
setOriginalFileLinks
protected void setOriginalFileLinks(java.util.List originalFileLinks, Ice.Current current) throws UnloadedEntityExceptionDeprecated.- Throws:
UnloadedEntityException
-
isOriginalFileLinksLoaded
public boolean isOriginalFileLinksLoaded()
Deprecated.
-
sizeOfOriginalFileLinks
public int sizeOfOriginalFileLinks(Ice.Current current) throws UnloadedEntityExceptionDeprecated.- Specified by:
sizeOfOriginalFileLinksin interface_JobOperations- Throws:
UnloadedEntityException
-
copyOriginalFileLinks
public java.util.List copyOriginalFileLinks(Ice.Current current) throws UnloadedEntityExceptionDeprecated.- Specified by:
copyOriginalFileLinksin interface_JobOperations- Throws:
UnloadedEntityException
-
iterateOriginalFileLinks
public java.util.Iterator iterateOriginalFileLinks() throws UnloadedEntityExceptionDeprecated.- Throws:
UnloadedEntityException
-
addJobOriginalFileLink
public void addJobOriginalFileLink(JobOriginalFileLink target, Ice.Current current) throws UnloadedEntityException
Deprecated.- Specified by:
addJobOriginalFileLinkin interface_JobOperations- Throws:
UnloadedEntityException
-
addAllJobOriginalFileLinkSet
public void addAllJobOriginalFileLinkSet(java.util.List<JobOriginalFileLink> targets, Ice.Current current) throws UnloadedEntityException
Deprecated.- Specified by:
addAllJobOriginalFileLinkSetin interface_JobOperations- Throws:
UnloadedEntityException
-
removeJobOriginalFileLink
public void removeJobOriginalFileLink(JobOriginalFileLink target, Ice.Current current) throws UnloadedEntityException
Deprecated.- Specified by:
removeJobOriginalFileLinkin interface_JobOperations- Throws:
UnloadedEntityException
-
removeAllJobOriginalFileLinkSet
public void removeAllJobOriginalFileLinkSet(java.util.List<JobOriginalFileLink> targets, Ice.Current current) throws UnloadedEntityException
Deprecated.- Specified by:
removeAllJobOriginalFileLinkSetin interface_JobOperations- Throws:
UnloadedEntityException
-
clearOriginalFileLinks
public void clearOriginalFileLinks(Ice.Current current) throws UnloadedEntityExceptionDeprecated.- Specified by:
clearOriginalFileLinksin interface_JobOperations- Throws:
UnloadedEntityException
-
reloadOriginalFileLinks
public void reloadOriginalFileLinks(Job toCopy, Ice.Current current) throws UnloadedEntityException
Deprecated.- Specified by:
reloadOriginalFileLinksin interface_JobOperations- Throws:
UnloadedEntityException
-
getOriginalFileLinksCountPerOwner
public java.util.Map<java.lang.Long,java.lang.Long> getOriginalFileLinksCountPerOwner(Ice.Current current)
Deprecated.- Specified by:
getOriginalFileLinksCountPerOwnerin interface_JobOperations
-
linkOriginalFile
public JobOriginalFileLink linkOriginalFile(OriginalFile addition, Ice.Current current) throws UnloadedEntityException
Deprecated.- Specified by:
linkOriginalFilein interface_JobOperations- Throws:
UnloadedEntityException
-
addJobOriginalFileLinkToBoth
public void addJobOriginalFileLinkToBoth(JobOriginalFileLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException
Deprecated.- Specified by:
addJobOriginalFileLinkToBothin interface_JobOperations- Throws:
UnloadedEntityException
-
findJobOriginalFileLink
public java.util.List<JobOriginalFileLink> findJobOriginalFileLink(OriginalFile removal, Ice.Current current) throws UnloadedEntityException
Deprecated.- Specified by:
findJobOriginalFileLinkin interface_JobOperations- Throws:
UnloadedEntityException
-
unlinkOriginalFile
public void unlinkOriginalFile(OriginalFile removal, Ice.Current current) throws UnloadedEntityException
Deprecated.- Specified by:
unlinkOriginalFilein interface_JobOperations- Throws:
UnloadedEntityException
-
removeJobOriginalFileLinkFromBoth
public void removeJobOriginalFileLinkFromBoth(JobOriginalFileLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException, UnloadedCollectionException
Deprecated.- Specified by:
removeJobOriginalFileLinkFromBothin interface_JobOperations- Throws:
UnloadedEntityExceptionUnloadedCollectionException
-
linkedOriginalFileList
public java.util.List<OriginalFile> linkedOriginalFileList(Ice.Current current) throws UnloadedEntityException
Deprecated.- Specified by:
linkedOriginalFileListin interface_JobOperations- Throws:
UnloadedEntityException
-
copyObject
public void copyObject(ome.util.Filterable model, ome.util.ModelMapper _mapper)Deprecated.Used byIceMapperto inject an "ome.model" object into this "omero.model" object.- Specified by:
copyObjectin interfaceome.model.ModelBased
-
fillObject
public ome.util.Filterable fillObject(ome.util.ReverseModelMapper _mapper)
Deprecated.Used byIceMapperproduce an "ome.model" object from this "omero.model" object.- Specified by:
fillObjectin interfaceome.model.ModelBased
-
cast
public static java.util.List<ImportJobI> cast(java.util.List list)
Deprecated.Casts (without warning) the given list to a list of the current type.- Throws:
java.lang.ClassCastException
-
-