|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.model.ContextData
public class ContextData
Value object that encapsulates a set of data values for a specific context.
| Constructor Summary | |
|---|---|
ContextData(String context,
Map<String,?> data)
Creates a new ContextData object for the given context containing the specified data values. |
|
| Method Summary | |
|---|---|
String |
getContext()
Retrieves the context for which this ContextData was created. |
Map<String,?> |
getData()
Retrieves the live values for the data ids.. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContextData(String context,
Map<String,?> data)
context - the id of the context.data - a map containing values for specific data ids.| Method Detail |
|---|
public String getContext()
public Map<String,?> getData()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||