@Deprecated
public interface ActivityData
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
Deprecated.
Copyright
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getActivityId()
Deprecated.
Get Activity Id.
|
java.io.Serializable |
getData(java.lang.Object key)
Deprecated.
Get value by KEY from ActivityData.
|
java.util.Enumeration |
getKeys()
Deprecated.
Get keys for data other than session id, activity id, source comp name, target comp name
|
java.lang.String |
getParentActivityId()
Deprecated.
Get Parent Activity Id, may be null.
|
java.lang.String |
getSessionId()
Deprecated.
Get Session Id.
|
java.lang.String |
getSourceComponentName()
Deprecated.
Get the name of the source component.
|
java.lang.String |
getTargetComponentName()
Deprecated.
Get the name of the target component.
|
void |
removeData(java.lang.Object key)
Deprecated.
Remove the KEY value from ActivityData
|
void |
setData(java.lang.Object key,
java.io.Serializable value)
Deprecated.
Set a property (KEY-VALUE pair) to ActivityData.
|
static final java.lang.String COPYRIGHT
java.lang.String getSessionId()
java.lang.String getActivityId()
java.lang.String getParentActivityId()
java.lang.String getSourceComponentName()
java.lang.String getTargetComponentName()
void setData(java.lang.Object key, java.io.Serializable value)
key
- value
- java.io.Serializable getData(java.lang.Object key)
key
- java.util.Enumeration getKeys()
void removeData(java.lang.Object key)
key
-