Serialized Form


Package org.eobjects.datacleaner.monitor.dashboard.model

Class org.eobjects.datacleaner.monitor.dashboard.model.ChartOptions extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_horizontalAxisOption

ChartOptions.HorizontalAxisOption _horizontalAxisOption

_verticalAxisOption

ChartOptions.VerticalAxisOption _verticalAxisOption

Class org.eobjects.datacleaner.monitor.dashboard.model.DashboardGroup extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_name

String _name

_description

String _description

Class org.eobjects.datacleaner.monitor.dashboard.model.DefaultHAxisOption extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_endDate

Date _endDate

_beginDate

Date _beginDate

Class org.eobjects.datacleaner.monitor.dashboard.model.DefaultVAxisOption extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_height

Integer _height

_minimumValue

Integer _minimumValue

_maximumValue

Integer _maximumValue

_logarithmicScale

boolean _logarithmicScale

Class org.eobjects.datacleaner.monitor.dashboard.model.LatestNumberOfDaysHAxisOption extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_latestNumberOfDays

int _latestNumberOfDays

Class org.eobjects.datacleaner.monitor.dashboard.model.TimelineData extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_rows

List<E> _rows

Class org.eobjects.datacleaner.monitor.dashboard.model.TimelineDataRow extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_date

Date _date

_metricValues

List<E> _metricValues

_resultFilePath

String _resultFilePath

Class org.eobjects.datacleaner.monitor.dashboard.model.TimelineDefinition extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_metrics

List<E> _metrics

_jobIdentifier

JobIdentifier _jobIdentifier

_chartOptions

ChartOptions _chartOptions

_changed

boolean _changed

Class org.eobjects.datacleaner.monitor.dashboard.model.TimelineIdentifier extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_name

String _name

_path

String _path

_group

DashboardGroup _group

Package org.eobjects.datacleaner.monitor.events

Class org.eobjects.datacleaner.monitor.events.JobCopyEvent extends org.springframework.context.ApplicationEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

_sourceJob

JobContext _sourceJob

_targetJob

JobContext _targetJob

_tenant

String _tenant

Class org.eobjects.datacleaner.monitor.events.JobDeletionEvent extends org.springframework.context.ApplicationEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

_tenant

String _tenant

_jobName

String _jobName

Class org.eobjects.datacleaner.monitor.events.JobExecutedEvent extends org.springframework.context.ApplicationEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

_executionLog

ExecutionLog _executionLog

_analysisResult

AnalysisResult _analysisResult

Class org.eobjects.datacleaner.monitor.events.JobFailedEvent extends org.springframework.context.ApplicationEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

_executionLog

ExecutionLog _executionLog

_componentJob

ComponentJob _componentJob

_row

InputRow _row

_throwable

Throwable _throwable

Class org.eobjects.datacleaner.monitor.events.JobModificationEvent extends org.springframework.context.ApplicationEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

_tenant

String _tenant

_newJobName

String _newJobName

_oldJobName

String _oldJobName

Class org.eobjects.datacleaner.monitor.events.JobTriggeredEvent extends org.springframework.context.ApplicationEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

_executionLog

ExecutionLog _executionLog

Class org.eobjects.datacleaner.monitor.events.ResultModificationEvent extends org.springframework.context.ApplicationEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

_tenant

String _tenant

_newFilename

String _newFilename

_newJobName

String _newJobName

_newTimestamp

long _newTimestamp

_oldFilename

String _oldFilename

Package org.eobjects.datacleaner.monitor.scheduling.model

Class org.eobjects.datacleaner.monitor.scheduling.model.AlertDefinition extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_metricIdentifier

MetricIdentifier _metricIdentifier

_description

String _description

_minimumValue

Number _minimumValue

_maximumValue

Number _maximumValue

_severity

AlertSeverity _severity

Class org.eobjects.datacleaner.monitor.scheduling.model.ExecutionIdentifier extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_resultId

String _resultId

_triggerType

TriggerType _triggerType

_jobBeginDate

Date _jobBeginDate

_executionStatus

ExecutionStatus _executionStatus

Class org.eobjects.datacleaner.monitor.scheduling.model.ExecutionLog extends ExecutionIdentifier implements Serializable

serialVersionUID: 1L

Serialized Fields

_schedule

ScheduleDefinition _schedule

_job

JobIdentifier _job

_logOutput

String _logOutput

_jobEndDate

Date _jobEndDate

_triggeredBy

String _triggeredBy

Class org.eobjects.datacleaner.monitor.scheduling.model.ScheduleDefinition extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_tenant

TenantIdentifier _tenant

_job

JobIdentifier _job

_dependentJob

JobIdentifier _dependentJob

_cronExpression

String _cronExpression

_alerts

List<E> _alerts

_datastore

DatastoreIdentifier _datastore

_variableProvider

VariableProviderDefinition _variableProvider

Class org.eobjects.datacleaner.monitor.scheduling.model.VariableProviderDefinition extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_className

String _className

Package org.eobjects.datacleaner.monitor.shared.model

Class org.eobjects.datacleaner.monitor.shared.model.DatastoreIdentifier extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_name

String _name

Class org.eobjects.datacleaner.monitor.shared.model.DCSecurityException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class org.eobjects.datacleaner.monitor.shared.model.DCUserInputException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class org.eobjects.datacleaner.monitor.shared.model.JobIdentifier extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_name

String _name

Class org.eobjects.datacleaner.monitor.shared.model.JobMetrics extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_job

JobIdentifier _job

_metricGroups

List<E> _metricGroups

Class org.eobjects.datacleaner.monitor.shared.model.JobWizardIdentifier extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

displayName

String displayName

Class org.eobjects.datacleaner.monitor.shared.model.JobWizardPage extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

sessionIdentifier

JobWizardSessionIdentifier sessionIdentifier

formInnerHtml

String formInnerHtml

pageIndex

Integer pageIndex

Class org.eobjects.datacleaner.monitor.shared.model.JobWizardSessionIdentifier extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

sessionId

String sessionId

wizardIdentifier

JobWizardIdentifier wizardIdentifier

Class org.eobjects.datacleaner.monitor.shared.model.MetricGroup extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_name

String _name

_metrics

List<E> _metrics

_columnNames

List<E> _columnNames

Class org.eobjects.datacleaner.monitor.shared.model.MetricIdentifier extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_analyzerDescriptorName

String _analyzerDescriptorName

_analyzerName

String _analyzerName

_analyzerInputName

String _analyzerInputName

_metricDescriptorName

String _metricDescriptorName

_metricDisplayName

String _metricDisplayName

_metricColor

String _metricColor

_paramQueryString

String _paramQueryString

_paramColumnName

String _paramColumnName

_parameterizedByQueryString

boolean _parameterizedByQueryString

_parameterizedByColumnName

boolean _parameterizedByColumnName

_formula

String _formula

_children

List<E> _children

Class org.eobjects.datacleaner.monitor.shared.model.TenantIdentifier extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_id

String _id

Package org.eobjects.datacleaner.repository



Copyright © 2012 Human Inference. All Rights Reserved.