Uses of Enum Class
ubic.gemma.model.common.auditAndSecurity.curation.TicketMode
Packages that use TicketMode
-
Uses of TicketMode in ubic.gemma.model.common.auditAndSecurity.curation
Subclasses with type arguments of type TicketMode in ubic.gemma.model.common.auditAndSecurity.curationMethods in ubic.gemma.model.common.auditAndSecurity.curation that return TicketModeModifier and TypeMethodDescriptionTicket.getMode()TicketValueObject.getMode()How the ticket advances between actions.static TicketModeReturns the enum constant of this class with the specified name.static TicketMode[]TicketMode.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 TicketModeModifier and TypeMethodDescriptionvoidTicket.setMode(TicketMode mode) voidTicketValueObject.setMode(TicketMode mode) How the ticket advances between actions. -
Uses of TicketMode in ubic.gemma.rest
Methods in ubic.gemma.rest that return TicketModeModifier and TypeMethodDescriptionTicketsWebService.CreateTicketFromAccessionRequest.getMode()TicketsWebService.CreateTicketRequest.getMode()TicketsWebService.UpdateTicketRequest.getMode()Methods in ubic.gemma.rest with parameters of type TicketModeModifier and TypeMethodDescriptionvoidTicketsWebService.CreateTicketFromAccessionRequest.setMode(TicketMode mode) voidTicketsWebService.CreateTicketRequest.setMode(TicketMode mode) voidTicketsWebService.UpdateTicketRequest.setMode(TicketMode mode)