Uses of Enum Class
ubic.gemma.model.expression.experiment.WorkflowState
Packages that use WorkflowState
Package
Description
-
Uses of WorkflowState in ubic.gemma.model.analysis
Methods in ubic.gemma.model.analysis that return WorkflowStateMethods in ubic.gemma.model.analysis with parameters of type WorkflowStateModifier and TypeMethodDescriptionvoidInvestigation.setWorkflowState(WorkflowState workflowState) -
Uses of WorkflowState in ubic.gemma.model.expression.experiment
Subclasses with type arguments of type WorkflowState in ubic.gemma.model.expression.experimentModifier and TypeClassDescriptionenumEight-state workflow lifecycle for experiments (and forthcomingPreboardedExperiments).Methods in ubic.gemma.model.expression.experiment that return WorkflowStateModifier and TypeMethodDescriptionstatic WorkflowStateReturns the enum constant of this class with the specified name.static WorkflowState[]WorkflowState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ubic.gemma.model.expression.experiment that return types with arguments of type WorkflowStateMethods in ubic.gemma.model.expression.experiment with parameters of type WorkflowState -
Uses of WorkflowState in ubic.gemma.persistence.service.expression.experiment
Methods in ubic.gemma.persistence.service.expression.experiment that return WorkflowStateModifier and TypeMethodDescriptionDisallowedWorkflowTransitionException.getCurrentState()WorkflowService.getCurrentState(Investigation investigation) WorkflowServiceImpl.getCurrentState(Investigation investigation) WorkflowTransition.getCurrentState()WorkflowTransition.getPreviousState()DisallowedWorkflowTransitionException.getTargetState()WorkflowQueueEntry.peekState()Helper for tests / queue assembly; never the persisted state.Methods in ubic.gemma.persistence.service.expression.experiment that return types with arguments of type WorkflowStateMethods in ubic.gemma.persistence.service.expression.experiment with parameters of type WorkflowStateModifier and TypeMethodDescriptionWorkflowService.advance(Investigation dataset, WorkflowState targetState, String reason, Long ticketId) Advance the given dataset totargetState.WorkflowServiceImpl.advance(Investigation dataset, WorkflowState targetState, String reason, Long ticketId) WorkflowService.queue(WorkflowState state, String datasetType, String assignee, Date since, int offset, int limit) Return datasets currently instate, oldest entry first (so the curator's "what's been waiting longest" view is the natural read).WorkflowServiceImpl.queue(WorkflowState state, String datasetType, String assignee, Date since, int offset, int limit) Constructors in ubic.gemma.persistence.service.expression.experiment with parameters of type WorkflowStateModifierConstructorDescriptionDisallowedWorkflowTransitionException(WorkflowState currentState, WorkflowState targetState, Set<WorkflowState> allowedNextStates) WorkflowTransition(Long datasetId, WorkflowState previousState, WorkflowState currentState, Date enteredCurrentStateAt, Long auditEventId) Constructor parameters in ubic.gemma.persistence.service.expression.experiment with type arguments of type WorkflowStateModifierConstructorDescriptionDisallowedWorkflowTransitionException(WorkflowState currentState, WorkflowState targetState, Set<WorkflowState> allowedNextStates)