FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Action Summary | |
---|---|
void |
addOrUpdate(com.apama.utils.Params params)
Add or Update a row in the DataView. |
void |
clear()
Clear all items/rows from the DataView. |
void |
create(context mainContext, com.apama.utils.Params config, com.apama.utils.ParamsSchema schema)
Create a new DataView where the Columns are set to the fields in the supplied ParamsSchema. |
void |
delete()
Unregister and delete the DataView. |
void |
onSpawn()
Must be called after spawning to clear out its instance state and register the context with the ScenarioService. |
void |
remove(com.apama.utils.Params params)
Removes a row from the DataView. |
Action Detail |
---|
void addOrUpdate(com.apama.utils.Params params)Add or Update a row in the DataView.
void clear()Clear all items/rows from the DataView.
void create(context mainContext, com.apama.utils.Params config, com.apama.utils.ParamsSchema schema)Create a new DataView where the Columns are set to the fields in the supplied ParamsSchema.
void delete()Unregister and delete the DataView.
void onSpawn()Must be called after spawning to clear out its instance state and register the context with the ScenarioService.
void remove(com.apama.utils.Params params)Removes a row from the DataView.
FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |