|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DatabaseInfoDef | |
---|---|
org.bibalex.daf.entities.phase | |
org.bibalex.daf.handlers.statusdatahandler |
Uses of DatabaseInfoDef in org.bibalex.daf.entities.phase |
---|
Fields in org.bibalex.daf.entities.phase declared as DatabaseInfoDef | |
---|---|
private DatabaseInfoDef |
DatabaseAction.finishInfo
Holds the DatabaseInfoDef that contains the values of the DatabaseDef. The values is extracted from the finish entry of this phase, if that job has visited this phase previously. |
private DatabaseInfoDef |
DatabaseAction.startInfo
Holds the DatabaseInfoDef that contains the previous values of the DatabaseDef if any. The value is extratced from the start entry of this phase. The startInfo if exists takes precedene over the finishInfo. |
Methods in org.bibalex.daf.entities.phase that return DatabaseInfoDef | |
---|---|
private DatabaseInfoDef |
Phase.getLastFinishedDatabaseInfo(Job job)
Gets the phase last finished information. This method logs any error that might occur as warnings. |
private DatabaseInfoDef |
Phase.getStartDatabaseInfo(Job job)
Gets the phase last finished information. This method logs any error that might occur as warnings. |
Methods in org.bibalex.daf.entities.phase with parameters of type DatabaseInfoDef | |
---|---|
void |
DatabaseDataEntryDialog.configure(DatabaseDef definition,
DatabaseInfoDef finishInfo,
DatabaseInfoDef startInfo)
Configures the JDialog to accept the user data by populating it with controls based of the given definition. |
void |
IDatabaseDataEntry.configure(DatabaseDef definition,
DatabaseInfoDef finishInfo,
DatabaseInfoDef startInfo)
When overriden in an implementing class, configures the instance to collect the data. |
Constructors in org.bibalex.daf.entities.phase with parameters of type DatabaseInfoDef | |
---|---|
DatabaseAction(Job job,
DatabaseDef definition,
DatabaseInfoDef finishInfo,
DatabaseInfoDef startInfo)
Creates a new instance of DatabaseAction. |
Uses of DatabaseInfoDef in org.bibalex.daf.handlers.statusdatahandler |
---|
Fields in org.bibalex.daf.handlers.statusdatahandler declared as DatabaseInfoDef | |
---|---|
DatabaseInfoDef |
StatusDef.databaseInfo
Holds the database portion of the status data. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |