public class ShareInfo
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.lang.String> |
getDatabaseOwners()
This method is used to get the workspace admins of the specified workspace.
|
java.util.ArrayList<java.util.HashMap> |
getGroupMembers()
This method is used to get the Group Members of the specified workspace.
|
java.util.ArrayList<PermissionInfo> |
getGroupPermissions()
This method is used to get the Permissions of the workspace Group.
|
java.util.ArrayList<PermissionInfo> |
getPrivateLinkPermissions()
This method is used to get the Permissions of the Private Link.
|
java.util.ArrayList<PermissionInfo> |
getPublicPermissions()
This method is used to get the Permissions of the Public Visitors.
|
java.util.HashMap<java.lang.String,java.util.ArrayList<PermissionInfo>> |
getSharedUserPermissions()
This method is used to get the Permissions of the Shared Users.
|
java.util.Set<java.lang.String> |
getSharedUsers()
This method is used to get the Shared Users of the specified workspace.
|
public java.util.Set<java.lang.String> getSharedUsers()
Set
.public java.util.ArrayList<java.util.HashMap> getGroupMembers()
Set
.public java.util.Set<java.lang.String> getDatabaseOwners()
Set
.public java.util.HashMap<java.lang.String,java.util.ArrayList<PermissionInfo>> getSharedUserPermissions()
HashMap
<String
,ArrayList
<PermissionInfo
>>.
This HashMap contains Shared User Vs. ArrayList
of PermissionInfo
.public java.util.ArrayList<PermissionInfo> getGroupPermissions()
ArrayList
<PermissionInfo
>. It contains the PermissionInfo list for the workspace Group.public java.util.ArrayList<PermissionInfo> getPrivateLinkPermissions()
ArrayList
<PermissionInfo
>. It contains the PermissionInfo list for the Private Link.public java.util.ArrayList<PermissionInfo> getPublicPermissions()
ArrayList
<PermissionInfo
>. It contains the PermissionInfo list for the Public Visitors.Copyright © 2024 AdventNet Inc. All Rights Reserved.