|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BackgroundJob | |
---|---|
ch.elexis.actions | |
ch.elexis.util.viewers | |
ch.elexis.views | |
example.queries | |
waelti.statistics.actions | |
waelti.statistics.queries |
Uses of BackgroundJob in ch.elexis.actions |
---|
Subclasses of BackgroundJob in ch.elexis.actions | |
---|---|
class |
AbstractDataLoaderJob
Deprecated. Die Funktionalität der BackgroundJobs kann seit Eclipse 3.0 von Eclipse-Jobs und Joblisteners übernommen werden. Neuer Code sollte direkt mit Eclipse Jobs arbeiten. |
class |
HistoryLoader
Texte früherer Konsultationen asynchron nachladen. |
class |
LazyTreeLoader<T>
Deprecated. |
class |
ListLoader<T extends PersistentObject>
Ein Background-Job, der Datensätze aus einer Tabelle liest und in Form eines Arrays zurückliefert |
class |
TreeLoader<T>
Deprecated. |
Methods in ch.elexis.actions that return BackgroundJob | |
---|---|
BackgroundJob |
JobPool.getJob(java.lang.String name)
Deprecated. Einen Job anhand seines Namens finden |
Methods in ch.elexis.actions with parameters of type BackgroundJob | |
---|---|
boolean |
JobPool.addJob(BackgroundJob job)
Deprecated. Einen neuen Job hinzufügen. |
void |
BackgroundJob.BackgroundJobListener.jobFinished(BackgroundJob j)
|
void |
JobPool.jobFinished(BackgroundJob j)
Deprecated. Diese Funktion ist für internen Gebrauch. |
Uses of BackgroundJob in ch.elexis.util.viewers |
---|
Methods in ch.elexis.util.viewers with parameters of type BackgroundJob | |
---|---|
void |
LazyContentProvider.jobFinished(BackgroundJob j)
|
void |
TreeContentProvider.jobFinished(BackgroundJob j)
|
Constructors in ch.elexis.util.viewers with parameters of type BackgroundJob | |
---|---|
TreeContentProvider(CommonViewer v,
BackgroundJob loader)
|
Uses of BackgroundJob in ch.elexis.views |
---|
Methods in ch.elexis.views with parameters of type BackgroundJob | |
---|---|
void |
HistoryDisplay.jobFinished(BackgroundJob j)
|
void |
PatHeuteView.jobFinished(BackgroundJob j)
|
Uses of BackgroundJob in example.queries |
---|
Subclasses of BackgroundJob in example.queries | |
---|---|
class |
PatientExample
|
Uses of BackgroundJob in waelti.statistics.actions |
---|
Methods in waelti.statistics.actions with parameters of type BackgroundJob | |
---|---|
void |
NewQueryAction.jobFinished(BackgroundJob j)
This action is enabled as soon as the last job finished. |
Uses of BackgroundJob in waelti.statistics.queries |
---|
Subclasses of BackgroundJob in waelti.statistics.queries | |
---|---|
class |
AbstractQuery
This abstract class represents all queries. |
class |
AbstractTimeSeries
This class implements the basic features a query with a time series needs. |
class |
Consultations
This class is responsible for retaining all information about costs per consultation in a given time period and for specified cohorts. |
class |
PatientCosts
|
|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV NEXT | FRAMES NO FRAMES |