Class CurationNoteUpdateEvent

    • Constructor Detail

      • CurationNoteUpdateEvent

        public CurationNoteUpdateEvent()
    • Method Detail

      • updateCurationDetails

        public void updateCurationDetails​(CurationDetails curationDetails,
                                          AuditEvent auditEvent)
        Description copied from class: CurationDetailsEvent
        This method should be overloaded in all of the extensions of this class to do the specific actions they wre designed for.
        Specified by:
        updateCurationDetails in class CurationDetailsEvent
        Parameters:
        curatable - the curatable object to do the curation action on.
        auditEvent - the audit event containing information about the action that should be made. With the CurationNoteUpdateEvent, this method expects the auditEvent Note property to contain the new text of the note. This can be any String object, including a null object.