public abstract class FlowExecutionKey
extends java.lang.Object
implements java.io.Serializable
FlowExecutionRepository
. Serves as a flow
execution's persistent identity.
This class is abstract. The repository subsystem encapsulates the structure of concrete key implementations.
Constructor and Description |
---|
FlowExecutionKey() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
equals(java.lang.Object o) |
abstract int |
hashCode() |
abstract java.lang.String |
toString() |
public abstract boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public abstract int hashCode()
hashCode
in class java.lang.Object
public abstract java.lang.String toString()
toString
in class java.lang.Object