|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.webflow.execution.repository.FlowExecutionKey
public abstract class FlowExecutionKey
A key that uniquely identifies a flow execution in a managed FlowExecutionRepository. Serves as a flow
execution's persistent identity.
This class is abstract. The repository subsystem encapsulates the structure of concrete key implementations.
| Constructor Summary | |
|---|---|
FlowExecutionKey()
|
|
| Method Summary | |
|---|---|
abstract java.lang.String |
toString()
Subclasses should override toString to return a parseable string form of the key. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FlowExecutionKey()
| Method Detail |
|---|
public abstract java.lang.String toString()
toString in class java.lang.ObjectObject.toString(),
FlowExecutionRepository.parseFlowExecutionKey(String)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||