Package ome.model.jobs
Class ImportJob
- java.lang.Object
-
- ome.model.jobs.Job
-
- ome.model.jobs.ImportJob
-
- All Implemented Interfaces:
java.io.Serializable
,IMutable
,IObject
,Filterable
@Entity @Indexed(index="FullText") @ClassBridge(name="details", impl=DetailsFieldBridge.class, index=UN_TOKENIZED, store=NO) @Deprecated public class ImportJob extends Job implements java.io.Serializable, IObject, IMutable
Deprecated.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ome.model.jobs.Job
Job.Details
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
EVENT_FILTER
Deprecated.static java.util.Set<java.lang.String>
FIELDS
Deprecated.static java.lang.String
GROUP_FILTER
Deprecated.protected java.lang.String
imageDescription
Deprecated.static java.lang.String
IMAGEDESCRIPTION
Deprecated.protected java.lang.String
imageName
Deprecated.static java.lang.String
IMAGENAME
Deprecated.static java.lang.String
OWNER_FILTER
Deprecated.static java.lang.String
PERMS_FILTER
Deprecated.-
Fields inherited from class ome.model.jobs.Job
_dynamicFields, _loaded, details, DETAILS, EVENT_FILTER_ORIGINALFILELINKS, finished, FINISHED, GROUP_FILTER_ORIGINALFILELINKS, groupname, GROUPNAME, id, ID, message, MESSAGE, originalFileLinks, ORIGINALFILELINKS, ORIGINALFILELINKSCOUNTPEROWNER, OWNER_FILTER_ORIGINALFILELINKS, PERMS_FILTER_ORIGINALFILELINKS, scheduledFor, SCHEDULEDFOR, started, STARTED, status, STATUS, submitted, SUBMITTED, type, TYPE, username, USERNAME, version, VERSION
-
-
Constructor Summary
Constructors Modifier Constructor Description ImportJob()
Deprecated.protected
ImportJob(java.lang.Long id)
Deprecated.ImportJob(java.lang.Long id, boolean loaded)
Deprecated.Main constructor.ImportJob(java.lang.String _imageName, java.lang.String _imageDescription)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
acceptFilter(Filter __filter)
Deprecated.java.util.Set<java.lang.String>
fields()
Deprecated.returns a Set of field names that belong to this classjava.lang.String
getImageDescription()
Deprecated.Simple field ome.model.jobs.ImportJob.imageDescription (java.lang.String)java.lang.String
getImageName()
Deprecated.Simple field ome.model.jobs.ImportJob.imageName (java.lang.String)boolean
isValid()
Deprecated.calls the class-specific validator for this instance and returns the value fromValidation.isValid()
ImportJob
newInstance()
Deprecated.ImportJob
proxy()
Deprecated.void
putAt(java.lang.String field, java.lang.Object value)
Deprecated.stores a value in this instance.java.lang.Object
retrieve(java.lang.String field)
Deprecated.retrieves a value from this instance.void
setImageDescription(java.lang.String imageDescription)
Deprecated.void
setImageName(java.lang.String imageName)
Deprecated.protected void
throwNullCollectionException(java.lang.String propertyName)
Deprecated.java.lang.String
toString()
Deprecated.void
unload()
Deprecated.set the loaded field to false, and set all non-ID fields to null.Validation
validate()
Deprecated.calls the class-specific validator for this instance and returns theValidation
object.-
Methods inherited from class ome.model.jobs.Job
addJobOriginalFileLink, addJobOriginalFileLink, addJobOriginalFileLinkSet, clearOriginalFileLinks, collectOriginalFileLinks, eachLinkedOriginalFile, errorIfUnloaded, findJobOriginalFileLink, getDetails, getFinished, getGraphHolder, getGroupname, getId, getMessage, getOriginalFileLinks, getOriginalFileLinksCountPerOwner, getScheduledFor, getStarted, getStatus, getSubmitted, getType, getUsername, getVersion, isLoaded, iterateOriginalFileLinks, linkedOriginalFileIterator, linkedOriginalFileList, linkOriginalFile, removeJobOriginalFileLink, removeJobOriginalFileLink, removeJobOriginalFileLinkSet, setDetails, setFinished, setGroupname, setId, setMessage, setOriginalFileLinks, setOriginalFileLinksCountPerOwner, setScheduledFor, setStarted, setStatus, setSubmitted, setType, setUsername, setVersion, sizeOfOriginalFileLinks, unlinkOriginalFile, unmodifiableOriginalFileLinks
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface ome.model.IMutable
getVersion, setVersion
-
Methods inherited from interface ome.model.IObject
getDetails, getGraphHolder, getId, isLoaded, setId
-
-
-
-
Field Detail
-
OWNER_FILTER
public static final java.lang.String OWNER_FILTER
Deprecated.- See Also:
- Constant Field Values
-
GROUP_FILTER
public static final java.lang.String GROUP_FILTER
Deprecated.- See Also:
- Constant Field Values
-
EVENT_FILTER
public static final java.lang.String EVENT_FILTER
Deprecated.- See Also:
- Constant Field Values
-
PERMS_FILTER
public static final java.lang.String PERMS_FILTER
Deprecated.- See Also:
- Constant Field Values
-
imageName
protected java.lang.String imageName
Deprecated.
-
imageDescription
protected java.lang.String imageDescription
Deprecated.
-
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
-
FIELDS
public static final java.util.Set<java.lang.String> FIELDS
Deprecated.
-
-
Constructor Detail
-
ImportJob
public ImportJob()
Deprecated.
-
ImportJob
protected ImportJob(java.lang.Long id)
Deprecated.
-
ImportJob
public ImportJob(java.lang.Long id, boolean loaded)
Deprecated.Main constructor.
-
ImportJob
public ImportJob(java.lang.String _imageName, java.lang.String _imageDescription)
Deprecated.
-
-
Method Detail
-
getImageName
@Field(index=TOKENIZED) @Field(index=TOKENIZED,analyzer=@Analyzer(impl=ConfiguredAnalyzer.class),name="combined_fields") public java.lang.String getImageName()
Deprecated.Simple field ome.model.jobs.ImportJob.imageName (java.lang.String)
-
setImageName
public void setImageName(java.lang.String imageName)
Deprecated.
-
getImageDescription
@Field(index=TOKENIZED) @Field(index=TOKENIZED,analyzer=@Analyzer(impl=ConfiguredAnalyzer.class),name="combined_fields") public java.lang.String getImageDescription()
Deprecated.Simple field ome.model.jobs.ImportJob.imageDescription (java.lang.String)
-
setImageDescription
public void setImageDescription(java.lang.String imageDescription)
Deprecated.
-
isValid
public boolean isValid()
Deprecated.Description copied from interface:IObject
calls the class-specific validator for this instance and returns the value fromValidation.isValid()
-
validate
public Validation validate()
Deprecated.Description copied from interface:IObject
calls the class-specific validator for this instance and returns theValidation
object.
-
newInstance
public ImportJob newInstance()
Deprecated.
-
proxy
public ImportJob proxy()
Deprecated.
-
acceptFilter
public boolean acceptFilter(Filter __filter)
Deprecated.- Specified by:
acceptFilter
in interfaceFilterable
- Overrides:
acceptFilter
in classJob
-
fields
public java.util.Set<java.lang.String> fields()
Deprecated.Description copied from interface:IObject
returns a Set of field names that belong to this class
-
retrieve
public java.lang.Object retrieve(java.lang.String field)
Deprecated.Description copied from interface:IObject
retrieves a value from this instance. Values forfield
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 toIObject.putAt(String, Object)
-
putAt
public void putAt(java.lang.String field, java.lang.Object value)
Deprecated.Description copied from interface:IObject
stores a value in this instance. Values forfield
which match a field of this instance will be delegated to the accessors. Otherwise, values will be stored in a lazy-loaded map.
-
unload
public void unload()
Deprecated.Description copied from interface:IObject
set the loaded field to false, and set all non-ID fields to null. Subsequent calls to all accessors other than getId/setId will throw an ApiUsageException
-
throwNullCollectionException
protected void throwNullCollectionException(java.lang.String propertyName)
Deprecated.- Overrides:
throwNullCollectionException
in classJob
-
-