Uses of Enum Class
ubic.gemma.model.common.auditAndSecurity.curation.TicketState
Packages that use TicketState
Package
Description
-
Uses of TicketState in ubic.gemma.model.common.auditAndSecurity.curation
Subclasses with type arguments of type TicketState in ubic.gemma.model.common.auditAndSecurity.curationMethods in ubic.gemma.model.common.auditAndSecurity.curation that return TicketStateModifier and TypeMethodDescriptionTicket.getState()TicketSearchHitValueObject.getState()TicketValueObject.getState()static TicketStateReturns the enum constant of this class with the specified name.static TicketState[]TicketState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ubic.gemma.model.common.auditAndSecurity.curation with parameters of type TicketStateModifier and TypeMethodDescriptionvoidTicket.setState(TicketState state) voidTicketSearchHitValueObject.setState(TicketState state) voidTicketValueObject.setState(TicketState state) Constructors in ubic.gemma.model.common.auditAndSecurity.curation with parameters of type TicketStateModifierConstructorDescriptionTicketSearchHitValueObject(Long id, String title, TicketState state, TicketType type, long targetCount, Date updatedAt, TicketPriority priority) TicketSummaryForTargetValueObject(Long id, String title, TicketState state, TicketType type, long targetCount, Date updatedAt, TicketPriority priority, TicketTargetStatus targetStatus) -
Uses of TicketState in ubic.gemma.persistence.service.common.auditAndSecurity.curation
Methods in ubic.gemma.persistence.service.common.auditAndSecurity.curation with parameters of type TicketStateModifier and TypeMethodDescriptionlongTicketDao.countTickets(boolean openOnly, Long assigneeId, TicketPriority priority, TicketType type, TicketState state, TicketTargetType targetType, Date updatedSince) Count tickets matching the same extended filter set asTicketDao.findTickets(boolean, Long, TicketPriority, TicketType, TicketState, TicketTargetType, Date, int, int).longTicketDaoImpl.countTickets(boolean openOnly, Long assigneeId, TicketPriority priority, TicketType type, TicketState state, TicketTargetType targetType, Date updatedSince) longTicketService.countTickets(boolean openOnly, Long assigneeId, TicketPriority priority, TicketType type, TicketState state, TicketTargetType targetType, Date updatedSince) longTicketServiceImpl.countTickets(boolean openOnly, Long assigneeId, TicketPriority priority, TicketType type, TicketState state, TicketTargetType targetType, Date updatedSince) TicketDao.findTickets(boolean openOnly, Long assigneeId, TicketPriority priority, TicketType type, TicketState state, TicketTargetType targetType, Date updatedSince, int offset, int limit) Paged, filtered list query for the REST surface — extended filter set (queue-filter expansion).TicketDaoImpl.findTickets(boolean openOnly, Long assigneeId, TicketPriority priority, TicketType type, TicketState state, TicketTargetType targetType, Date updatedSince, int offset, int limit) TicketService.findTickets(boolean openOnly, Long assigneeId, TicketPriority priority, TicketType type, TicketState state, TicketTargetType targetType, Date updatedSince, int offset, int limit) TicketServiceImpl.findTickets(boolean openOnly, Long assigneeId, TicketPriority priority, TicketType type, TicketState state, TicketTargetType targetType, Date updatedSince, int offset, int limit) TicketDao.findTicketsByCursor(boolean openOnly, Long assigneeId, TicketPriority priority, TicketType type, TicketState state, TicketTargetType targetType, Date updatedSince, Cursor cursor, int limit) Extended-filter cursor-mode counterpart toTicketDao.findTickets(boolean, Long, TicketPriority, TicketType, TicketState, TicketTargetType, Date, int, int).TicketDaoImpl.findTicketsByCursor(boolean openOnly, Long assigneeId, TicketPriority priority, TicketType type, TicketState state, TicketTargetType targetType, Date updatedSince, Cursor cursor, int limit) TicketService.findTicketsByCursor(boolean openOnly, Long assigneeId, TicketPriority priority, TicketType type, TicketState state, TicketTargetType targetType, Date updatedSince, Cursor cursor, int limit) TicketServiceImpl.findTicketsByCursor(boolean openOnly, Long assigneeId, TicketPriority priority, TicketType type, TicketState state, TicketTargetType targetType, Date updatedSince, Cursor cursor, int limit) TicketService.transition(Ticket ticket, TicketState newState, Contact actor, String reason) Transition the ticket to a new state.TicketServiceImpl.transition(Ticket ticket, TicketState newState, Contact actor, String reason) -
Uses of TicketState in ubic.gemma.rest
Methods in ubic.gemma.rest that return TicketStateMethods in ubic.gemma.rest with parameters of type TicketStateModifier and TypeMethodDescriptionTicketsWebService.getTickets(boolean openOnly, Long assigneeId, TicketPriority priority, TicketType type, TicketState state, TicketTargetType targetType, Date updatedSince, OffsetArg offsetArg, LimitArg limitArg, CursorArg cursorArg) List tickets with optional filters and offset/limit or cursor pagination.voidTicketsWebService.UpdateTicketRequest.setState(TicketState state)