Uses of Class
org.dspace.app.ldn.LDNMessageEntity
Packages that use LDNMessageEntity
Package
Description
-
Uses of LDNMessageEntity in org.dspace.app.ldn
Fields in org.dspace.app.ldn with type parameters of type LDNMessageEntityModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.SingularAttribute<LDNMessageEntity,String> LDNMessageEntity_.activityStreamTypestatic jakarta.persistence.metamodel.EntityType<LDNMessageEntity>LDNMessageEntity_.class_static jakarta.persistence.metamodel.SingularAttribute<LDNMessageEntity,String> LDNMessageEntity_.coarNotifyTypestatic jakarta.persistence.metamodel.SingularAttribute<LDNMessageEntity,DSpaceObject> LDNMessageEntity_.contextstatic jakarta.persistence.metamodel.SingularAttribute<LDNMessageEntity,String> LDNMessageEntity_.idstatic jakarta.persistence.metamodel.SingularAttribute<LDNMessageEntity,LDNMessageEntity> LDNMessageEntity_.inReplyTostatic jakarta.persistence.metamodel.SingularAttribute<LDNMessageEntity,LDNMessageEntity> LDNMessageEntity_.inReplyTostatic jakarta.persistence.metamodel.SingularAttribute<LDNMessageEntity,String> LDNMessageEntity_.messagestatic jakarta.persistence.metamodel.SingularAttribute<LDNMessageEntity,DSpaceObject> LDNMessageEntity_.objectstatic jakarta.persistence.metamodel.SingularAttribute<LDNMessageEntity,NotifyServiceEntity> LDNMessageEntity_.originstatic jakarta.persistence.metamodel.SingularAttribute<LDNMessageEntity,Integer> LDNMessageEntity_.queueAttemptsstatic jakarta.persistence.metamodel.SingularAttribute<LDNMessageEntity,Instant> LDNMessageEntity_.queueLastStartTimestatic jakarta.persistence.metamodel.SingularAttribute<LDNMessageEntity,Integer> LDNMessageEntity_.queueStatusstatic jakarta.persistence.metamodel.SingularAttribute<LDNMessageEntity,Instant> LDNMessageEntity_.queueTimeoutstatic jakarta.persistence.metamodel.SingularAttribute<LDNMessageEntity,String> LDNMessageEntity_.sourceIpstatic jakarta.persistence.metamodel.SingularAttribute<LDNMessageEntity,NotifyServiceEntity> LDNMessageEntity_.targetstatic jakarta.persistence.metamodel.SingularAttribute<LDNMessageEntity,String> LDNMessageEntity_.typeMethods in org.dspace.app.ldn that return LDNMessageEntityMethods in org.dspace.app.ldn with parameters of type LDNMessageEntityModifier and TypeMethodDescriptionstatic StringLDNMessageEntity.getNotificationType(LDNMessageEntity ldnMessage) static StringLDNMessageEntity.getQueueStatus(LDNMessageEntity ldnMessage) LDNRouter.route(LDNMessageEntity ldnMessage) Route notification to processorvoidLDNMessageEntity.setInReplyTo(LDNMessageEntity inReplyTo) -
Uses of LDNMessageEntity in org.dspace.app.ldn.dao
Methods in org.dspace.app.ldn.dao that return types with arguments of type LDNMessageEntityModifier and TypeMethodDescriptionLDNMessageDao.findAllMessagesByItem(Context context, Item item, String... activities) find all ldn messages related to an itemLDNMessageDao.findAllRelatedMessagesByItem(Context context, LDNMessageEntity msg, Item item, String... relatedTypes) find all ldn messages related to an item and to a specific ldn messageLDNMessageDao.findMessagesToBeReprocessed(Context context) LDNMessageDao.findOldestMessageToProcess(Context context, int max_attempts) load the oldest ldn messages considering theirqueueLastStartTimeLDNMessageDao.findProcessingTimedoutMessages(Context context, int max_attempts) find ldn message entties in processing status and already timed out.Methods in org.dspace.app.ldn.dao with parameters of type LDNMessageEntityModifier and TypeMethodDescriptionLDNMessageDao.findAllRelatedMessagesByItem(Context context, LDNMessageEntity msg, Item item, String... relatedTypes) find all ldn messages related to an item and to a specific ldn message -
Uses of LDNMessageEntity in org.dspace.app.ldn.dao.impl
Methods in org.dspace.app.ldn.dao.impl that return types with arguments of type LDNMessageEntityModifier and TypeMethodDescriptionLDNMessageDaoImpl.findAllMessagesByItem(Context context, Item item, String... activities) LDNMessageDaoImpl.findAllRelatedMessagesByItem(Context context, LDNMessageEntity msg, Item item, String... relatedTypes) LDNMessageDaoImpl.findMessagesToBeReprocessed(Context context) LDNMessageDaoImpl.findOldestMessageToProcess(Context context, int max_attempts) LDNMessageDaoImpl.findProcessingTimedoutMessages(Context context, int max_attempts) Methods in org.dspace.app.ldn.dao.impl with parameters of type LDNMessageEntityModifier and TypeMethodDescriptionLDNMessageDaoImpl.findAllRelatedMessagesByItem(Context context, LDNMessageEntity msg, Item item, String... relatedTypes) -
Uses of LDNMessageEntity in org.dspace.app.ldn.service
Methods in org.dspace.app.ldn.service that return LDNMessageEntityModifier and TypeMethodDescriptionCreates a new LDNMessageLDNMessageService.create(Context context, Notification notification, String sourceIp) Creates a new LDNMessagefind the ldn message by idMethods in org.dspace.app.ldn.service that return types with arguments of type LDNMessageEntityModifier and TypeMethodDescriptionfind all ldn messagesLDNMessageService.findMessagesToBeReprocessed(Context context) find the ldn messages to be reprocessedLDNMessageService.findOldestMessagesToProcess(Context context) Find the oldest queued LDNMessages that still can be elaboratedLDNMessageService.findProcessingTimedoutMessages(Context context) Find all messages in the queue with the Processing status but timed-outMethods in org.dspace.app.ldn.service with parameters of type LDNMessageEntityModifier and TypeMethodDescriptionvoidLDNMessageService.delete(Context context, LDNMessageEntity ldnMessage) delete the provided ldn messagevoidLDNMessageService.update(Context context, LDNMessageEntity ldnMessage) Update the provided LDNMessage -
Uses of LDNMessageEntity in org.dspace.app.ldn.service.impl
Methods in org.dspace.app.ldn.service.impl that return LDNMessageEntityModifier and TypeMethodDescriptionLDNMessageServiceImpl.create(Context context, Notification notification, String sourceIp) Methods in org.dspace.app.ldn.service.impl that return types with arguments of type LDNMessageEntityModifier and TypeMethodDescriptionLDNMessageServiceImpl.findMessagesToBeReprocessed(Context context) LDNMessageServiceImpl.findOldestMessagesToProcess(Context context) LDNMessageServiceImpl.findProcessingTimedoutMessages(Context context) LDNMessageServiceImpl.getSingleMessageEntity(Collection<LDNMessageEntity> messages) Methods in org.dspace.app.ldn.service.impl with parameters of type LDNMessageEntityModifier and TypeMethodDescriptionvoidLDNMessageServiceImpl.delete(Context context, LDNMessageEntity ldnMessage) voidLDNMessageServiceImpl.update(Context context, LDNMessageEntity ldnMessage) Method parameters in org.dspace.app.ldn.service.impl with type arguments of type LDNMessageEntityModifier and TypeMethodDescriptionLDNMessageServiceImpl.getSingleMessageEntity(Collection<LDNMessageEntity> messages) -
Uses of LDNMessageEntity in org.dspace.discovery.indexobject
Methods in org.dspace.discovery.indexobject that return LDNMessageEntityMethods in org.dspace.discovery.indexobject with parameters of type LDNMessageEntityModifier and TypeMethodDescriptionLDNMessageEntityIndexFactoryImpl.getIndexableObjects(Context context, LDNMessageEntity object) voidIndexableLDNNotification.setIndexedObject(LDNMessageEntity object) Constructors in org.dspace.discovery.indexobject with parameters of type LDNMessageEntity