Class CampaignLogMessage
java.lang.Object
io.goobi.viewer.model.log.LogMessage
io.goobi.viewer.model.crowdsourcing.campaigns.CampaignLogMessage
- All Implemented Interfaces:
Serializable,Comparable<LogMessage>
- Author:
- Florian Alpers
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCampaignLogMessage(LogMessage source, Campaign campaign, String pi) CampaignLogMessage(String message, Long creatorId, Campaign campaign, String pi) CampaignLogMessage(String message, Long creatorId, LocalDateTime dateCreated, Campaign campaign, String pi) -
Method Summary
Methods inherited from class io.goobi.viewer.model.log.LogMessage
compareTo, getCreator, getCreatorId, getDateCreated, getId, getMessage, toString
-
Constructor Details
-
CampaignLogMessage
public CampaignLogMessage() -
CampaignLogMessage
public CampaignLogMessage(String message, Long creatorId, LocalDateTime dateCreated, Campaign campaign, String pi) - Parameters:
message- log message textcreatorId- ID of the user who created the messagedateCreated- creation timestamp of the messagecampaign- the campaign this log message belongs topi- persistent identifier of the record this message refers to
-
CampaignLogMessage
- Parameters:
message- log message textcreatorId- ID of the user who created the messagecampaign- the campaign this log message belongs topi- persistent identifier of the record this message refers to
-
CampaignLogMessage
-
-
Method Details
-
getCampaign
-
getPi
-