Store.update()
Signature
void update (String url, String containerName, Object updateObject)
Description
Updates the given Item/Entity within the specified container(i.e.Table in ActiveSpaces or Name of the Ignite Cache). If transactional behavior is desired, call Store.Transactions.enableTransactions before opening the container and then perform put operation. Available only with ActiveSpaces 4.5.0 and above.
Parameters
| Name | Type | Description |
url | String | Url of the Store |
containerName | String | Name of the Container(i.e. Table in ActiveSpaces or Name of the Ignite Cache) where the item gets put |
updateObject | Object | Item or Entity(Concept/Event) to update in the container |