Humboldt Alignment Editor 2.5.0

Uses of Interface
eu.esdihumboldt.hale.common.core.report.Message

Packages that use Message
eu.esdihumboldt.hale.common.align.transformation.report   
eu.esdihumboldt.hale.common.align.transformation.report.impl   
eu.esdihumboldt.hale.common.core.io.report   
eu.esdihumboldt.hale.common.core.io.report.impl   
eu.esdihumboldt.hale.common.core.report   
eu.esdihumboldt.hale.common.core.report.impl   
eu.esdihumboldt.hale.common.instance.orient.storage   
eu.esdihumboldt.hale.common.instancevalidator.report   
eu.esdihumboldt.hale.common.instancevalidator.report.impl   
eu.esdihumboldt.hale.ui.instancevalidation.report   
eu.esdihumboldt.hale.ui.service.report   
eu.esdihumboldt.hale.ui.service.report.internal   
eu.esdihumboldt.hale.ui.views.report   
eu.esdihumboldt.hale.ui.views.report.properties.details   
eu.esdihumboldt.hale.ui.views.report.properties.details.extension   
 

Uses of Message in eu.esdihumboldt.hale.common.align.transformation.report
 

Subinterfaces of Message in eu.esdihumboldt.hale.common.align.transformation.report
 interface TransformationMessage
          Transformation message
 

Uses of Message in eu.esdihumboldt.hale.common.align.transformation.report.impl
 

Classes in eu.esdihumboldt.hale.common.align.transformation.report.impl that implement Message
 class TransformationMessageImpl
          Default TransformationMessage implementation
 

Uses of Message in eu.esdihumboldt.hale.common.core.io.report
 

Subinterfaces of Message in eu.esdihumboldt.hale.common.core.io.report
 interface IOMessage
          I/O report message
 

Uses of Message in eu.esdihumboldt.hale.common.core.io.report.impl
 

Classes in eu.esdihumboldt.hale.common.core.io.report.impl that implement Message
 class IOMessageImpl
          Default IOMessage implementation
 

Uses of Message in eu.esdihumboldt.hale.common.core.report
 

Classes in eu.esdihumboldt.hale.common.core.report with type parameters of type Message
 interface MessageDefinition<T extends Message>
          Message definition interface.
 interface Report<T extends Message>
          Report interface
 interface Reporter<T extends Message>
          Reporter interface
 interface ReportLog<T extends Message>
          Report log interface for contributing to a report
 

Methods in eu.esdihumboldt.hale.common.core.report with type parameters of type Message
<M extends Message,R extends Report<M>>
void
ReportSession.addReport(R report)
          Add a Report to this session.
 

Method parameters in eu.esdihumboldt.hale.common.core.report with type arguments of type Message
 com.google.common.collect.Multimap<Class<? extends Report<?>>,Report<?>> ReportSession.getReports(Class<? extends Message> messageType)
          Get all reports matching the given message type
 

Uses of Message in eu.esdihumboldt.hale.common.core.report.impl
 

Classes in eu.esdihumboldt.hale.common.core.report.impl with type parameters of type Message
 class AbstractMessageDefinition<T extends Message>
          Abstract message definition
 class DefaultReporter<T extends Message>
          Default report implementation
 

Classes in eu.esdihumboldt.hale.common.core.report.impl that implement Message
 class MessageImpl
          Default message implementation
 

Uses of Message in eu.esdihumboldt.hale.common.instance.orient.storage
 

Fields in eu.esdihumboldt.hale.common.instance.orient.storage with type parameters of type Message
protected  Reporter<Message> StoreInstancesJob.report
          The job report, may be null.
 

Uses of Message in eu.esdihumboldt.hale.common.instancevalidator.report
 

Subinterfaces of Message in eu.esdihumboldt.hale.common.instancevalidator.report
 interface InstanceValidationMessage
          Instance validation message.
 

Uses of Message in eu.esdihumboldt.hale.common.instancevalidator.report.impl
 

Classes in eu.esdihumboldt.hale.common.instancevalidator.report.impl that implement Message
 class DefaultInstanceValidationMessage
          Default implementation of InstanceValidationMessage.
 

Uses of Message in eu.esdihumboldt.hale.ui.instancevalidation.report
 

Method parameters in eu.esdihumboldt.hale.ui.instancevalidation.report with type arguments of type Message
 void InstanceValidationReportDetailsPage.setInput(Collection<? extends Message> messages, CustomReportDetailsPage.MessageType type)
           
 

Uses of Message in eu.esdihumboldt.hale.ui.service.report
 

Classes in eu.esdihumboldt.hale.ui.service.report with type parameters of type Message
 interface ReportListener<R extends Report<M>,M extends Message>
          Report listener interface.
 

Methods in eu.esdihumboldt.hale.ui.service.report with type parameters of type Message
<M extends Message,R extends Report<M>>
void
ReportService.addReport(R report)
          Adds a report
 

Method parameters in eu.esdihumboldt.hale.ui.service.report with type arguments of type Message
 com.google.common.collect.Multimap<Class<? extends Report<?>>,Report<?>> ReportService.getReports(Class<? extends Message> messageType)
          Get all reports matching the given message type
 

Uses of Message in eu.esdihumboldt.hale.ui.service.report.internal
 

Methods in eu.esdihumboldt.hale.ui.service.report.internal with type parameters of type Message
<M extends Message,R extends Report<M>>
void
ReportServiceImpl.addReport(R report)
           
protected
<M extends Message,R extends Report<M>>
void
ReportServiceImpl.notifyReportAdded(Class<? extends R> reportType, Class<M> messageType, R report)
          Notify listeners that a report has been added
 

Method parameters in eu.esdihumboldt.hale.ui.service.report.internal with type arguments of type Message
 com.google.common.collect.Multimap<Class<? extends Report<?>>,Report<?>> ReportServiceImpl.getReports(Class<? extends Message> messageType)
          Get all reports matching the given message type
 

Uses of Message in eu.esdihumboldt.hale.ui.views.report
 

Method parameters in eu.esdihumboldt.hale.ui.views.report with type arguments of type Message
 void ReportList.reportAdded(Report<Message> report)
           
 void ReportList.selectReport(Report<? extends Message> report)
          Selects the given report if it exists, otherwise the selection is removed.
 

Uses of Message in eu.esdihumboldt.hale.ui.views.report.properties.details
 

Method parameters in eu.esdihumboldt.hale.ui.views.report.properties.details with type arguments of type Message
 void DefaultReportDetailsPage.setInput(Collection<? extends Message> messages, CustomReportDetailsPage.MessageType type)
           
 

Uses of Message in eu.esdihumboldt.hale.ui.views.report.properties.details.extension
 

Method parameters in eu.esdihumboldt.hale.ui.views.report.properties.details.extension with type arguments of type Message
 void CustomReportDetailsPage.setInput(Collection<? extends Message> messages, CustomReportDetailsPage.MessageType type)
          Set the input messages for the details page to messages.
 


Humboldt Alignment Editor 2.5.0

Build 2012-12-03_12-30-59
Revision 9d2dd4b0318cda9f1393b1ddd390f7f792d70a2d