Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
LoadToCache
Details of what to load into the cache
Parameters
Name Type Description

documentGuids

Set(String)

Not null
Default value: new HashSet<>()

A Set of file guids.

folderGuids

Set(String)

Not null
Default value: new HashSet<>()

folderIds

Set(Integer)

Not null
Default value: new HashSet<>()

folderPaths

Set(String)

Not null
Default value: new HashSet<>()

A Set of folder paths or ids

roomGuid

String

roomId

Integer

Json Format
{
roomGuid: String,
roomId: Integer,
folderPaths: Set(String),
folderIds: Set(Integer),
folderGuids: Set(String),
documentGuids: Set(String)
}