Uses of Class
ubic.gemma.model.common.auditAndSecurity.curation.TicketEvent
Packages that use TicketEvent
Package
Description
-
Uses of TicketEvent in ubic.gemma.model.common.auditAndSecurity.curation
Methods in ubic.gemma.model.common.auditAndSecurity.curation that return TicketEventModifier and TypeMethodDescriptionstatic TicketEventTicketEvent.Factory.newInstance(TicketEventType type, Contact actor, String payload) Methods in ubic.gemma.model.common.auditAndSecurity.curation that return types with arguments of type TicketEventMethods in ubic.gemma.model.common.auditAndSecurity.curation with parameters of type TicketEventModifier and TypeMethodDescriptionstatic TicketEventValueObjectTicketEventValueObject.from(TicketEvent e) Method parameters in ubic.gemma.model.common.auditAndSecurity.curation with type arguments of type TicketEvent -
Uses of TicketEvent in ubic.gemma.persistence.service.common.auditAndSecurity.curation
Methods in ubic.gemma.persistence.service.common.auditAndSecurity.curation that return types with arguments of type TicketEventModifier and TypeMethodDescriptionTicketDao.findEventsByCursor(Ticket ticket, Cursor cursor, int limit) Keyset-pagination counterpart to theTicket.eventscollection on a single ticket — cursor mode forGET /tickets/{id}/events(step 1r ofCURSOR_PAGINATION_STEP1_PLAN.md).TicketDaoImpl.findEventsByCursor(Ticket ticket, Cursor cursor, int limit) TicketService.findEventsByCursor(Ticket ticket, Cursor cursor, int limit) TicketServiceImpl.findEventsByCursor(Ticket ticket, Cursor cursor, int limit)