Uses of Class
org.dspace.content.QAEvent
Packages that use QAEvent
Package
Description
-
Uses of QAEvent in org.dspace.correctiontype
Methods in org.dspace.correctiontype that return QAEventModifier and TypeMethodDescriptionCorrectionType.createCorrection(Context context, Item targetItem, Item relatedItem, QAMessageDTO reason) Creates a QAEvent for a target item and related item.CorrectionType.createCorrection(Context context, Item targetItem, QAMessageDTO reason) Creates a QAEvent for a specific target item.ReinstateCorrectionType.createCorrection(Context context, Item targetItem, Item relatedItem, QAMessageDTO reason) ReinstateCorrectionType.createCorrection(Context context, Item targetItem, QAMessageDTO reason) WithdrawnCorrectionType.createCorrection(Context context, Item targetItem, Item relatedItem, QAMessageDTO reason) WithdrawnCorrectionType.createCorrection(Context context, Item targetItem, QAMessageDTO reason) -
Uses of QAEvent in org.dspace.qaevent
Methods in org.dspace.qaevent with parameters of type QAEventModifier and TypeMethodDescriptionQAEventAutomaticProcessingEvaluation.evaluateAutomaticProcessing(Context context, QAEvent qaEvent) Evaluate aQAEventto decide which, if any,AutomaticProcessingActionshould be performedQAScoreAutomaticProcessingEvaluation.evaluateAutomaticProcessing(Context context, QAEvent qaEvent) -
Uses of QAEvent in org.dspace.qaevent.security
Methods in org.dspace.qaevent.security with parameters of type QAEventModifier and TypeMethodDescriptionbooleanAdministratorsOnlyQASecurity.canSeeQAEvent(Context context, EPerson user, QAEvent qaEvent) booleanQASecurity.canSeeQAEvent(Context context, EPerson user, QAEvent qaEvent) Returntrueit the user is potentially allowed to see events in the qasource that adopt this security strategybooleanUserBasedFilterQASecurity.canSeeQAEvent(Context context, EPerson user, QAEvent qaEvent) -
Uses of QAEvent in org.dspace.qaevent.service
Methods in org.dspace.qaevent.service that return QAEventModifier and TypeMethodDescriptionQAEventService.findEventByEventId(String id) Find an event by the given id.Methods in org.dspace.qaevent.service that return types with arguments of type QAEventModifier and TypeMethodDescriptionQAEventService.findEventsByTopic(Context context, String sourceName, String topic, long offset, int size, String orderField, boolean ascending) Find all the events by topic.QAEventService.findEventsByTopicAndTarget(Context context, String source, String topic, UUID target, long offset, int pageSize) Find a list of QA events according to the pagination parameters for the specified topic and target sorted by trust descendingMethods in org.dspace.qaevent.service with parameters of type QAEventModifier and TypeMethodDescriptionvoidAccept the given event.booleanQAEventSecurityService.canSeeEvent(Context context, EPerson user, QAEvent qaEvent) Check if the specified user can see a specific QAEvent.voidDiscard the given event.booleanQAEventService.isRelatedItemSupported(QAEvent qaevent) Check if the given QA event supports a related item.voidReject the given event.voidStore the given event. -
Uses of QAEvent in org.dspace.qaevent.service.impl
Methods in org.dspace.qaevent.service.impl that return QAEventMethods in org.dspace.qaevent.service.impl that return types with arguments of type QAEventModifier and TypeMethodDescriptionQAEventServiceImpl.findEventsByTopic(Context context, String sourceName, String topic, long offset, int pageSize, String orderField, boolean ascending) QAEventServiceImpl.findEventsByTopicAndTarget(Context context, String source, String topic, UUID target, long offset, int pageSize) Methods in org.dspace.qaevent.service.impl with parameters of type QAEventModifier and TypeMethodDescriptionvoidbooleanQAEventSecurityServiceImpl.canSeeEvent(Context context, EPerson user, QAEvent qaEvent) voidbooleanQAEventServiceImpl.isRelatedItemSupported(QAEvent qaevent) voidvoidQAEventServiceImpl.sentEmailToAdminAboutNewRequest(QAEvent qaEvent) Sends an email notification to the system administrator about a new Quality Assurance (QA) request event.void