Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
ShareTransientDocumentAnnotation
Parameters
Name Type Description

activeDirectoryGroupsGuids

Set(String)

Default value: new HashSet<>()

List of active directory groups

documentPath

String

Required
Not null

groupsToShareWith

Set(String)

Default value: new HashSet<>()

mailBody

String

mailSubject

String

shareWithAllWorkspaceGroups

Boolean

Not null
Default value: FALSE

shareWithUsersAsDirectMembers

Boolean

Not null
Default value: FALSE

shareWithWorkspaceAdmins

Boolean

Not null
Default value: FALSE

userAddressesToShareWith

Set(String)

Default value: new HashSet<>()

workspaceGuid

String

Required
Not null

Json Format
{
workspaceGuid: String,
documentPath: String,
userAddressesToShareWith: Set(String),
groupsToShareWith: Set(String),
shareWithWorkspaceAdmins: Boolean,
shareWithAllWorkspaceGroups: Boolean,
mailBody: String,
activeDirectoryGroupsGuids: Set(String),
shareWithUsersAsDirectMembers: Boolean,
mailSubject: String
}