|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAction
waelti.statistics.actions.NewQueryAction
public class NewQueryAction
This action is responsible for the whole procedure of creating a new query: getting all information needed of the user, starting the query in the background and updating the view in the end.
Constructor Summary | |
---|---|
NewQueryAction()
constructor |
|
NewQueryAction(OutputView view)
Standard constructor which should be used normally. |
Method Summary | |
---|---|
void |
jobFinished(BackgroundJob j)
This action is enabled as soon as the last job finished. |
void |
run()
|
void |
setConfiguredQuery(AbstractQuery configuredQuery)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NewQueryAction()
public NewQueryAction(OutputView view)
Method Detail |
---|
public void run()
public void jobFinished(BackgroundJob j)
jobFinished
in interface BackgroundJob.BackgroundJobListener
public void setConfiguredQuery(AbstractQuery configuredQuery)
|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |