public class ClientFlowExecutionKey
extends org.springframework.webflow.execution.FlowExecutionKey
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_FORMAT |
| Constructor and Description |
|---|
ClientFlowExecutionKey(byte[] data) |
ClientFlowExecutionKey(UUID id,
byte[] data) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
byte[] |
getData() |
UUID |
getId() |
int |
hashCode() |
static ClientFlowExecutionKey |
parse(String key) |
String |
toString() |
public static final String KEY_FORMAT
public ClientFlowExecutionKey(byte[] data)
public ClientFlowExecutionKey(UUID id, byte[] data)
public UUID getId()
public byte[] getData()
public boolean equals(Object o)
equals in class org.springframework.webflow.execution.FlowExecutionKeypublic int hashCode()
hashCode in class org.springframework.webflow.execution.FlowExecutionKeypublic String toString()
toString in class org.springframework.webflow.execution.FlowExecutionKeypublic static ClientFlowExecutionKey parse(String key) throws org.springframework.webflow.execution.repository.BadlyFormattedFlowExecutionKeyException
org.springframework.webflow.execution.repository.BadlyFormattedFlowExecutionKeyExceptionCopyright © 2013-2016 Apereo. All Rights Reserved.