Store.get()

Signature

Object get (String url, String containerName, Object getObject)

Domain

ACTION

Description

Gets the item from the specified container(i.e. Table in ActiveSpaces).

Parameters

NameTypeDescription
urlStringUrl of the Store
containerNameStringName of the Container(i.e. Table in ActiveSpaces) from where the item is fetched
getObjectObjectItem or Entity(Concept/Event) object (with key) to get from the container

Returns

TypeDescription
ObjectItem or Entity(Concept/Event)

Cautions

none