Modifier and Type | Method and Description |
---|---|
ItemListJson<WorkspaceInfoJson> |
SignInManager.getUserRooms()
returns the list of VDRs the user is permitted to
|
ItemListJson<WorkspaceInfoJson> |
APISession.listAvailableVDRs(List<String> roomTypes)
listAvailableVDRs
|
Modifier and Type | Method and Description |
---|---|
void |
SignInManager.setUserRooms(ItemListJson<WorkspaceInfoJson> m_UserRooms)
setUserRooms
|
Modifier and Type | Method and Description |
---|---|
WorkspaceInfoJson |
WorkspacesExample.infoRoom(String roomId) |
Modifier and Type | Method and Description |
---|---|
ItemListJson<WorkspaceInfoJson> |
WorkspacesExample.listRooms() |
Modifier and Type | Method and Description |
---|---|
ItemListJson<WorkspaceInfoJson> |
UserDataJson.getRoomList()
List of rooms
|
ItemListJson<WorkspaceInfoJson> |
NewSessionJson.getRooms()
Used to return the workspace list when prefetchRooms parameter was
passed along with the login information.
|
Modifier and Type | Method and Description |
---|---|
void |
UserDataJson.setRoomList(ItemListJson<WorkspaceInfoJson> roomList)
List of rooms
|
void |
NewSessionJson.setRooms(ItemListJson<WorkspaceInfoJson> rooms)
Used to return the workspace list when prefetchRooms parameter was
passed along with the login information.
|
Modifier and Type | Method and Description |
---|---|
WorkspaceInfoJson |
Rooms.getInfoForAdminV30(String roomId,
boolean addExternalData,
boolean fetchEvenIfDeleted,
boolean includeWorkspacePolicyData)
Gets workspace info.
|
WorkspaceInfoJson |
Workspaces.getInfoForAdminV30(String roomId,
boolean addExternalData,
boolean fetchEvenIfDeleted,
boolean includeWorkspacePolicyData)
Gets workspace info.
|
WorkspaceInfoJson |
Rooms.getInfoV30(String roomId,
boolean addExternalData,
boolean adminMode,
boolean fetchEvenIfDeleted,
boolean includeSyncData,
boolean includeWorkspacePolicyData)
Gets workspace info.
|
WorkspaceInfoJson |
Workspaces.getInfoV30(String roomId,
boolean addExternalData,
boolean adminMode,
boolean fetchEvenIfDeleted,
boolean includeSyncData,
boolean includeWorkspacePolicyData)
Gets workspace info.
|
Modifier and Type | Method and Description |
---|---|
ItemListJson<WorkspaceInfoJson> |
Rooms.listRoomsForAdminV30(boolean addExternalData,
Set<String> workspaceTypes)
Retrieves a list of all the workspaces for a user with VIEW_ALL_ROOMS
capability.
|
ItemListJson<WorkspaceInfoJson> |
Workspaces.listRoomsForAdminV30(boolean addExternalData,
Set<String> workspaceTypes)
Retrieves a list of all the workspaces for a user with VIEW_ALL_ROOMS
capability.
|
ItemListJson<WorkspaceInfoJson> |
Rooms.listRoomsV30(boolean addExternalData,
boolean adminMode,
boolean includeSyncData,
boolean includeWorkspacePolicyData,
Set<String> workspaceTypes)
Retrieves a list of all the workspaces of the current user.
|
ItemListJson<WorkspaceInfoJson> |
Workspaces.listRoomsV30(boolean addExternalData,
boolean adminMode,
boolean includeSyncData,
boolean includeWorkspacePolicyData,
Set<String> workspaceTypes)
Retrieves a list of all the workspaces of the current user.
|
PagingItemListJson<WorkspaceInfoJson> |
Rooms.listWorkspacesRecycleBinWorkspacesV30(ListWorkspaceRecycleBinWorkspacesJson listWorkspaceRecycleBinWorkspacesJson)
Lists workspaces in the workspaces Recycle bin.
|
PagingItemListJson<WorkspaceInfoJson> |
Workspaces.listWorkspacesRecycleBinWorkspacesV30(ListWorkspaceRecycleBinWorkspacesJson listWorkspaceRecycleBinWorkspacesJson)
Lists workspaces in the workspaces Recycle bin.
|
Copyright © 2019. All rights reserved.