Class DoesNotNeedAttentionEvent

  • All Implemented Interfaces:
    Serializable

    public class DoesNotNeedAttentionEvent
    extends CurationDetailsEvent
    An event that occurs when a curator has validated the entity and indicated that it is "approved". This could be used to indicate that all preprocessing is finished, for example.
    Author:
    Paul
    See Also:
    Serialized Form
    • Constructor Detail

      • DoesNotNeedAttentionEvent

        public DoesNotNeedAttentionEvent()
        No-arg constructor added to satisfy javabean contract
    • Method Detail

      • updateCurationDetails

        public void updateCurationDetails​(CurationDetails curatable,
                                          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.