Store.getAll()
Signature
Object[] getAll (String url, Object[] getObjects)
Description
Gets the items from the store. Need to make sure all containers for the associated item/entity are opened using Store.open api before getAll call. Make sure concept and container name should be same for getAll() Operation.
Parameters
| Name | Type | Description |
url | String | Url of the Store |
getObjects | Object[] | Item or Entity(Concept/Event) object's (with key) to get from the store |
Returns
| Type | Description |
Object[] | Item or Entity(Concept/Event) objects |