Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
OpenForAllRoomEdit
Used for setting a workspace to be open to all entities
Parameters
Name Type Description

documentGuids

Set(String)

Not null
Default value: new HashSet<>()

List of file guids

folderGuids

Set(String)

Not null
Default value: new HashSet<>()

List of folder guids for files

folderIds

Set(Integer)

Not null
Default value: new HashSet<>()

List of folder ids for files

folderPaths

Set(String)

Not null
Default value: new HashSet<>()

List of folder paths for files

openForAllRoom

boolean

Not null
Default value: false

This flag indicates this file should be open to all present and future workspace entities.

Json Format
{
documentGuids: Set(String),
folderPaths: Set(String),
folderIds: Set(Integer),
folderGuids: Set(String),
openForAllRoom: Boolean
}