Store.get()
Signature
Object get (String url, String containerName, Object getObject)
Description
Gets the item from the specified container(i.e. Table in ActiveSpaces or Name of the Ignite Cache).
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) from where the item is fetched |
getObject | Object | Item or Entity(Concept/Event) object (with key) to get from the container |
Returns
| Type | Description |
Object | Item or Entity(Concept/Event) |