Store.update()

Signature

void update (String url, String containerName, Object updateObject)

Domain

ACTION

Description

Updates the given Item/Entity within the specified container(i.e.Table in ActiveSpaces). 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

NameTypeDescription
urlStringUrl of the Store
containerNameStringName of the Container(i.e. Table in ActiveSpaces) where the item gets put
updateObjectObjectItem or Entity(Concept/Event) to update in the container

Returns

TypeDescription
void

Cautions

none