Package chemaxon.jchem.db
Class DatabaseUpdater.DatabaseUpdateInfo
java.lang.Object
chemaxon.jchem.db.DatabaseUpdater.DatabaseUpdateInfo
- All Implemented Interfaces:
Serializable
- Enclosing class:
DatabaseUpdater
Class describing the nature of an update.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionString[]Additional information for the entities in same order, if needed.String[]The names of entities (e.g.booleanIndicates whether the operation is required or not.booleanIndicates whether update process supports progress monitoring.booleanIndicates whether the operation is required or not.Massage describing what update is necessary and why.A message that can be displayed during the update, e.g.intIndicates the regeneration type. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
message
Massage describing what update is necessary and why. -
entityList
The names of entities (e.g. table names) to be updated, ornull. -
processingMessage
A message that can be displayed during the update, e.g. "Recalculating tables" -
isProgressMonitoringSupported
public boolean isProgressMonitoringSupportedIndicates whether update process supports progress monitoring.- Since:
- JChem 5.1.2
-
regenerationType
public int regenerationTypeIndicates the regeneration type.- Since:
- JChem 5.2.4
-
isOperationRequired
public boolean isOperationRequiredIndicates whether the operation is required or not.- Since:
- JChem 5.3
-
isStructuralChange
public boolean isStructuralChangeIndicates whether the operation is required or not.- Since:
- JChem 5.8
-
additionalInformation
Additional information for the entities in same order, if needed.- Since:
- JChem 6.0
-
-
Constructor Details
-
DatabaseUpdateInfo
public DatabaseUpdateInfo()
-