|
spring-webflow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.webflow.execution.FlowExecutionKey
org.springframework.webflow.execution.repository.support.CompositeFlowExecutionKey
public class CompositeFlowExecutionKey
A flow execution key that consists of two parts:
FlowExecution that is running.
| Constructor Summary | |
|---|---|
CompositeFlowExecutionKey(java.io.Serializable executionId,
java.io.Serializable snapshotId)
Create a new composite flow execution key given the composing parts. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.io.Serializable |
getExecutionId()
Returns the execution id part of this key. |
static java.lang.String |
getFormat()
Returns a string description of the format of this key. |
java.io.Serializable |
getSnapshotId()
Returns the snapshot id part of this key. |
int |
hashCode()
|
static java.lang.String[] |
keyParts(java.lang.String encodedKey)
Helper that splits the string-form of an instance of this class into its "parts" so the parts can be easily parsed. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CompositeFlowExecutionKey(java.io.Serializable executionId,
java.io.Serializable snapshotId)
executionId - the execution idsnapshotId - the snapshot id| Method Detail |
|---|
public java.io.Serializable getExecutionId()
public java.io.Serializable getSnapshotId()
public boolean equals(java.lang.Object obj)
equals in class FlowExecutionKeypublic int hashCode()
hashCode in class FlowExecutionKeypublic java.lang.String toString()
toString in class FlowExecutionKeypublic static java.lang.String getFormat()
public static java.lang.String[] keyParts(java.lang.String encodedKey)
throws BadlyFormattedFlowExecutionKeyException
encodedKey - the string-encoded composite flow execution key
BadlyFormattedFlowExecutionKeyException
|
spring-webflow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||