Uses of Class
org.dspace.app.ldn.NotifyServiceEntity
Packages that use NotifyServiceEntity
Package
Description
-
Uses of NotifyServiceEntity in org.dspace.app.ldn
Fields in org.dspace.app.ldn with type parameters of type NotifyServiceEntityModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.EntityType<NotifyServiceEntity>NotifyServiceEntity_.class_static jakarta.persistence.metamodel.SingularAttribute<NotifyServiceEntity,String> NotifyServiceEntity_.descriptionstatic jakarta.persistence.metamodel.SingularAttribute<NotifyServiceEntity,Boolean> NotifyServiceEntity_.enabledstatic jakarta.persistence.metamodel.SingularAttribute<NotifyServiceEntity,Integer> NotifyServiceEntity_.idstatic jakarta.persistence.metamodel.ListAttribute<NotifyServiceEntity,NotifyServiceInboundPattern> NotifyServiceEntity_.inboundPatternsstatic jakarta.persistence.metamodel.SingularAttribute<NotifyServiceEntity,String> NotifyServiceEntity_.ldnUrlstatic jakarta.persistence.metamodel.SingularAttribute<NotifyServiceEntity,String> NotifyServiceEntity_.lowerIpstatic jakarta.persistence.metamodel.SingularAttribute<NotifyServiceEntity,String> NotifyServiceEntity_.namestatic jakarta.persistence.metamodel.SingularAttribute<NotifyPatternToTrigger,NotifyServiceEntity> NotifyPatternToTrigger_.notifyServicestatic jakarta.persistence.metamodel.SingularAttribute<NotifyServiceInboundPattern,NotifyServiceEntity> NotifyServiceInboundPattern_.notifyServicestatic jakarta.persistence.metamodel.SingularAttribute<LDNMessageEntity,NotifyServiceEntity> LDNMessageEntity_.originstatic jakarta.persistence.metamodel.SingularAttribute<NotifyServiceEntity,BigDecimal> NotifyServiceEntity_.scorestatic jakarta.persistence.metamodel.SingularAttribute<LDNMessageEntity,NotifyServiceEntity> LDNMessageEntity_.targetstatic jakarta.persistence.metamodel.SingularAttribute<NotifyServiceEntity,String> NotifyServiceEntity_.upperIpstatic jakarta.persistence.metamodel.SingularAttribute<NotifyServiceEntity,String> NotifyServiceEntity_.urlstatic jakarta.persistence.metamodel.SingularAttribute<NotifyServiceEntity,Boolean> NotifyServiceEntity_.usesActorEmailIdMethods in org.dspace.app.ldn that return NotifyServiceEntityModifier and TypeMethodDescriptionNotifyPatternToTrigger.getNotifyService()NotifyServiceInboundPattern.getNotifyService()LDNMessageEntity.getOrigin()LDNMessageEntity.getTarget()Methods in org.dspace.app.ldn with parameters of type NotifyServiceEntityModifier and TypeMethodDescriptionstatic StringLDNMessageEntity.getServiceNameForNotifyServ(NotifyServiceEntity serviceEntity) voidNotifyPatternToTrigger.setNotifyService(NotifyServiceEntity notifyService) voidNotifyServiceInboundPattern.setNotifyService(NotifyServiceEntity notifyService) voidLDNMessageEntity.setOrigin(NotifyServiceEntity origin) voidLDNMessageEntity.setTarget(NotifyServiceEntity target) -
Uses of NotifyServiceEntity in org.dspace.app.ldn.dao
Methods in org.dspace.app.ldn.dao that return NotifyServiceEntityModifier and TypeMethodDescriptionNotifyServiceDao.findByLdnUrl(Context context, String ldnUrl) find the NotifyServiceEntity matched with the provided ldnUrlMethods in org.dspace.app.ldn.dao that return types with arguments of type NotifyServiceEntityModifier and TypeMethodDescriptionNotifyServiceDao.findManualServicesByInboundPattern(Context context, String pattern) find all NotifyServiceEntity matched the provided inbound pattern from the related notifyServiceInboundPatterns also with 'automatic' equals to falseMethods in org.dspace.app.ldn.dao with parameters of type NotifyServiceEntityModifier and TypeMethodDescriptionNotifyServiceInboundPatternDao.findByServiceAndPattern(Context context, NotifyServiceEntity notifyServiceEntity, String pattern) find all notifyServiceInboundPatterns matched with the provided notifyServiceEntity and pattern -
Uses of NotifyServiceEntity in org.dspace.app.ldn.dao.impl
Methods in org.dspace.app.ldn.dao.impl that return NotifyServiceEntityModifier and TypeMethodDescriptionNotifyServiceDaoImpl.findByLdnUrl(Context context, String ldnUrl) Methods in org.dspace.app.ldn.dao.impl that return types with arguments of type NotifyServiceEntityModifier and TypeMethodDescriptionNotifyServiceDaoImpl.findManualServicesByInboundPattern(Context context, String pattern) Methods in org.dspace.app.ldn.dao.impl with parameters of type NotifyServiceEntityModifier and TypeMethodDescriptionNotifyServiceInboundPatternDaoImpl.findByServiceAndPattern(Context context, NotifyServiceEntity notifyServiceEntity, String pattern) -
Uses of NotifyServiceEntity in org.dspace.app.ldn.service
Methods in org.dspace.app.ldn.service that return NotifyServiceEntityModifier and TypeMethodDescriptioncreate new notifyServiceEntityfind one NotifyServiceEntity by idNotifyService.findByLdnUrl(Context context, String ldnUrl) find the NotifyServiceEntity matched with the provided ldnUrlLDNMessageService.findNotifyService(Context context, Service service) find the related notify service entityMethods in org.dspace.app.ldn.service that return types with arguments of type NotifyServiceEntityModifier and TypeMethodDescriptionfind all notify service entitiesNotifyService.findManualServicesByInboundPattern(Context context, String pattern) find all NotifyServiceEntity matched the provided inbound pattern from its related notifyServiceInboundPatterns also with 'automatic' equals to falseMethods in org.dspace.app.ldn.service with parameters of type NotifyServiceEntityModifier and TypeMethodDescriptionNotifyServiceInboundPatternService.create(Context context, NotifyServiceEntity notifyServiceEntity) create new notifyServiceInboundPatternvoidNotifyService.delete(Context context, NotifyServiceEntity notifyServiceEntity) delete the provided notifyServiceEntityNotifyServiceInboundPatternService.findByServiceAndPattern(Context context, NotifyServiceEntity notifyServiceEntity, String pattern) find all notifyServiceInboundPatterns matched with the provided notifyServiceEntity and patternLDNMessageService.findEndorsementOrReviewResubmissionIdByItem(Context context, Item item, NotifyServiceEntity service) find the UUID of a previous tentativeReject notification associated with a new resubmission (Endorsement or Review patterns only)booleanLDNMessageService.isValidIp(NotifyServiceEntity origin, String sourceIp) check if IP number is included in the configured ip-range on the Notify ServicevoidNotifyService.update(Context context, NotifyServiceEntity notifyServiceEntity) update the provided notifyServiceEntity -
Uses of NotifyServiceEntity in org.dspace.app.ldn.service.impl
Methods in org.dspace.app.ldn.service.impl that return NotifyServiceEntityModifier and TypeMethodDescriptionNotifyServiceImpl.findByLdnUrl(Context context, String ldnUrl) LDNMessageServiceImpl.findNotifyService(Context context, Service service) Methods in org.dspace.app.ldn.service.impl that return types with arguments of type NotifyServiceEntityModifier and TypeMethodDescriptionNotifyServiceImpl.findManualServicesByInboundPattern(Context context, String pattern) Methods in org.dspace.app.ldn.service.impl with parameters of type NotifyServiceEntityModifier and TypeMethodDescriptionNotifyServiceInboundPatternServiceImpl.create(Context context, NotifyServiceEntity notifyServiceEntity) voidNotifyServiceImpl.delete(Context context, NotifyServiceEntity notifyServiceEntity) NotifyServiceInboundPatternServiceImpl.findByServiceAndPattern(Context context, NotifyServiceEntity notifyServiceEntity, String pattern) LDNMessageServiceImpl.findEndorsementOrReviewResubmissionIdByItem(Context context, Item item, NotifyServiceEntity service) booleanLDNMessageServiceImpl.isValidIp(NotifyServiceEntity origin, String sourceIp) voidNotifyServiceImpl.update(Context context, NotifyServiceEntity notifyServiceEntity)