|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.runtime.PlatformObject
org.eclipse.core.internal.jobs.InternalJob
org.eclipse.core.runtime.jobs.Job
eu.esdihumboldt.hale.common.headless.transform.AbstractTransformationJob
public abstract class AbstractTransformationJob
Abstract transformation job. It allows setting a process ID to combine multiple transformation jobs to a job family.
Field Summary | |
---|---|
protected static org.eclipse.core.runtime.Status |
ERROR_STATUS
Constant for an error status. |
Fields inherited from class org.eclipse.core.runtime.jobs.Job |
---|
ASYNC_FINISH, BUILD, DECORATE, INTERACTIVE, LONG, NONE, RUNNING, SHORT, SLEEPING, WAITING |
Fields inherited from class org.eclipse.core.internal.jobs.InternalJob |
---|
manager |
Constructor Summary | |
---|---|
AbstractTransformationJob(String name)
|
Method Summary | |
---|---|
boolean |
belongsTo(Object family)
|
static Serializable |
createFamily(Object processId)
Create a family token based on the given process identifier. |
void |
setProcessId(Object processId)
Set the process identifier to set the job family. |
Methods inherited from class org.eclipse.core.runtime.jobs.Job |
---|
addJobChangeListener, cancel, canceling, done, getJobManager, getName, getPriority, getProperty, getResult, getRule, getState, getThread, isBlocking, isSystem, isUser, join, removeJobChangeListener, run, schedule, schedule, setName, setPriority, setProgressGroup, setProperty, setRule, setSystem, setThread, setUser, shouldRun, shouldSchedule, sleep, toString, wakeUp, wakeUp, yieldRule |
Methods inherited from class org.eclipse.core.internal.jobs.InternalJob |
---|
compareTo |
Methods inherited from class org.eclipse.core.runtime.PlatformObject |
---|
getAdapter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
---|
getAdapter |
Field Detail |
---|
protected static final org.eclipse.core.runtime.Status ERROR_STATUS
Constructor Detail |
---|
public AbstractTransformationJob(String name)
Job.Job(String)
Method Detail |
---|
public void setProcessId(Object processId)
processId
- the process identifierpublic static Serializable createFamily(Object processId)
processId
- the process identifier
public boolean belongsTo(Object family)
belongsTo
in class org.eclipse.core.runtime.jobs.Job
Job.belongsTo(java.lang.Object)
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |