Object get (String url, String containerName, Object getObject)
Object get (String url, String containerName, Object getObject)
Name | Type | Description |
---|---|---|
url | String | Url of the Store |
containerName | String | Name of the Container(i.e. Table in ActiveSpaces) from where the item is fetched |
getObject | Object | Item or Entity(Concept/Event) object (with key) to get from the container |
Type | Description |
---|---|
Object | Item or Entity(Concept/Event) |