Store.getAll()

Signature

Object[] getAll (String url, Object[] getObjects)

Domain

ACTION

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.

Parameters

NameTypeDescription
urlStringUrl of the Store
getObjectsObject[]Item or Entity(Concept/Event) object's (with key) to get from the store

Returns

TypeDescription
Object[]Item or Entity(Concept/Event) objects

Cautions

none