Store.deleteAll()

Signature

void deleteAll (String url, Object[] deleteObjects)

Domain

ACTION

Description

Deletes the items from the store. Need to make sure all containers for the associated item/entity are opened using Store.open api before deleteAll call.

Parameters

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

Returns

TypeDescription
void

Cautions

none