Uses of Class
org.dspace.app.ldn.NotifyServiceInboundPattern
Packages that use NotifyServiceInboundPattern
Package
Description
-
Uses of NotifyServiceInboundPattern in org.dspace.app.ldn
Fields in org.dspace.app.ldn with type parameters of type NotifyServiceInboundPatternModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.SingularAttribute<NotifyServiceInboundPattern,Boolean> NotifyServiceInboundPattern_.automaticstatic jakarta.persistence.metamodel.EntityType<NotifyServiceInboundPattern>NotifyServiceInboundPattern_.class_static jakarta.persistence.metamodel.SingularAttribute<NotifyServiceInboundPattern,String> NotifyServiceInboundPattern_.constraintstatic jakarta.persistence.metamodel.SingularAttribute<NotifyServiceInboundPattern,Integer> NotifyServiceInboundPattern_.idstatic jakarta.persistence.metamodel.ListAttribute<NotifyServiceEntity,NotifyServiceInboundPattern> NotifyServiceEntity_.inboundPatternsstatic jakarta.persistence.metamodel.SingularAttribute<NotifyServiceInboundPattern,NotifyServiceEntity> NotifyServiceInboundPattern_.notifyServicestatic jakarta.persistence.metamodel.SingularAttribute<NotifyServiceInboundPattern,String> NotifyServiceInboundPattern_.patternMethods in org.dspace.app.ldn that return types with arguments of type NotifyServiceInboundPatternMethod parameters in org.dspace.app.ldn with type arguments of type NotifyServiceInboundPatternModifier and TypeMethodDescriptionvoidNotifyServiceEntity.setInboundPatterns(List<NotifyServiceInboundPattern> inboundPatterns) -
Uses of NotifyServiceInboundPattern in org.dspace.app.ldn.dao
Methods in org.dspace.app.ldn.dao that return NotifyServiceInboundPatternModifier and TypeMethodDescriptionNotifyServiceInboundPatternDao.findByServiceAndPattern(Context context, NotifyServiceEntity notifyServiceEntity, String pattern) find all notifyServiceInboundPatterns matched with the provided notifyServiceEntity and patternMethods in org.dspace.app.ldn.dao that return types with arguments of type NotifyServiceInboundPatternModifier and TypeMethodDescriptionNotifyServiceInboundPatternDao.findAutomaticPatterns(Context context) find all automatic notifyServiceInboundPatterns -
Uses of NotifyServiceInboundPattern in org.dspace.app.ldn.dao.impl
Methods in org.dspace.app.ldn.dao.impl that return NotifyServiceInboundPatternModifier and TypeMethodDescriptionNotifyServiceInboundPatternDaoImpl.findByServiceAndPattern(Context context, NotifyServiceEntity notifyServiceEntity, String pattern) Methods in org.dspace.app.ldn.dao.impl that return types with arguments of type NotifyServiceInboundPatternModifier and TypeMethodDescriptionNotifyServiceInboundPatternDaoImpl.findAutomaticPatterns(Context context) -
Uses of NotifyServiceInboundPattern in org.dspace.app.ldn.service
Methods in org.dspace.app.ldn.service that return NotifyServiceInboundPatternModifier and TypeMethodDescriptionNotifyServiceInboundPatternService.create(Context context, NotifyServiceEntity notifyServiceEntity) create new notifyServiceInboundPatternNotifyServiceInboundPatternService.findByServiceAndPattern(Context context, NotifyServiceEntity notifyServiceEntity, String pattern) find all notifyServiceInboundPatterns matched with the provided notifyServiceEntity and patternMethods in org.dspace.app.ldn.service that return types with arguments of type NotifyServiceInboundPatternModifier and TypeMethodDescriptionNotifyServiceInboundPatternService.findAutomaticPatterns(Context context) find all automatic notifyServiceInboundPatternsMethods in org.dspace.app.ldn.service with parameters of type NotifyServiceInboundPatternModifier and TypeMethodDescriptionvoidNotifyServiceInboundPatternService.delete(Context context, NotifyServiceInboundPattern inboundPattern) delete the provided notifyServiceInboundPatternvoidNotifyServiceInboundPatternService.update(Context context, NotifyServiceInboundPattern inboundPattern) update the provided notifyServiceInboundPattern -
Uses of NotifyServiceInboundPattern in org.dspace.app.ldn.service.impl
Methods in org.dspace.app.ldn.service.impl that return NotifyServiceInboundPatternModifier and TypeMethodDescriptionNotifyServiceInboundPatternServiceImpl.create(Context context, NotifyServiceEntity notifyServiceEntity) NotifyServiceInboundPatternServiceImpl.findByServiceAndPattern(Context context, NotifyServiceEntity notifyServiceEntity, String pattern) Methods in org.dspace.app.ldn.service.impl that return types with arguments of type NotifyServiceInboundPatternModifier and TypeMethodDescriptionNotifyServiceInboundPatternServiceImpl.findAutomaticPatterns(Context context) Methods in org.dspace.app.ldn.service.impl with parameters of type NotifyServiceInboundPatternModifier and TypeMethodDescriptionvoidNotifyServiceInboundPatternServiceImpl.delete(Context context, NotifyServiceInboundPattern inboundPattern) voidNotifyServiceInboundPatternServiceImpl.update(Context context, NotifyServiceInboundPattern inboundPattern)