|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.core.enums.AbstractLabeledEnum
org.springframework.core.enums.StaticLabeledEnum
org.springframework.webflow.execution.FlowSessionStatus
public class FlowSessionStatus
Type-safe enumeration of possible flow session statuses. Consult the JavaDoc for the FlowSession
for more
information on how these statuses are used during the life cycle of a flow session.
FlowSession
,
Serialized FormField Summary | |
---|---|
static FlowSessionStatus |
ACTIVE
A flow session with ACTIVE status is currently executing. |
static FlowSessionStatus |
CREATED
Initial status of a flow session; the session has been created but not yet activated. |
static FlowSessionStatus |
ENDED
A flow session that has ENDED is no longer actively executing a flow. |
static FlowSessionStatus |
PAUSED
A flow session with PAUSED status is currently waiting on the user to signal an event. |
static FlowSessionStatus |
STARTING
A flow session with STARTING status is about to enter its start state. |
static FlowSessionStatus |
SUSPENDED
A flow session that is SUSPENDED is not actively executing a flow. |
Fields inherited from interface org.springframework.core.enums.LabeledEnum |
---|
CODE_ORDER, DEFAULT_ORDER, LABEL_ORDER |
Method Summary |
---|
Methods inherited from class org.springframework.core.enums.StaticLabeledEnum |
---|
getCode, getLabel, readResolve, shortValue |
Methods inherited from class org.springframework.core.enums.AbstractLabeledEnum |
---|
compareTo, equals, getType, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final FlowSessionStatus CREATED
public static final FlowSessionStatus STARTING
public static final FlowSessionStatus ACTIVE
public static final FlowSessionStatus PAUSED
public static final FlowSessionStatus SUSPENDED
public static final FlowSessionStatus ENDED
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |