Store.putAll()

Signature

void putAll (String url, Object[] putObjects)

Domain

ACTION

Description

Puts the items into the store. Need to make sure all containers for the associated item/entity are opened using Store.open api before putAll call.

Parameters

NameTypeDescription
urlStringUrl of the Store
putObjectsObject[]Item or Entity(Concept/Event) object's (with key) to put into the store

Returns

TypeDescription
void

Cautions

none