public class WorkspaceSmartSharingController extends Object
Modifier and Type | Field and Description |
---|---|
static WorkspaceSharingServiceAsync |
rpcWorkspaceSharingService |
Constructor and Description |
---|
WorkspaceSmartSharingController(FileModel file,
List<CredentialModel> listAlreadySharedContact) |
WorkspaceSmartSharingController(FileModel file,
List<CredentialModel> listAlreadySharedContact,
boolean readGroupsFromHL,
boolean readGroupsFromPortal) |
Modifier and Type | Method and Description |
---|---|
SmartShare |
getSharingDialog() |
boolean |
isReadGroupsFromHL() |
boolean |
isReadGroupsFromPortal() |
public static final WorkspaceSharingServiceAsync rpcWorkspaceSharingService
public WorkspaceSmartSharingController(FileModel file, List<CredentialModel> listAlreadySharedContact)
file
- - a fake file to display the field name ("filename") into dialoglistAlreadySharedContact
- - list of already shared contacts to show into dialog
base constructor by default does not retrieve the groupspublic WorkspaceSmartSharingController(FileModel file, List<CredentialModel> listAlreadySharedContact, boolean readGroupsFromHL, boolean readGroupsFromPortal)
file
- - a fake file to display the field name ("filename") into dialoglistAlreadySharedContact
- - list of already shared contacts to show into dialogreadGroupsFromHL
- - if true, read group names from HLreadGroupsFromPortal
- - if true, read group names from Portal (as VRE)public SmartShare getSharingDialog()
public boolean isReadGroupsFromHL()
public boolean isReadGroupsFromPortal()
Copyright © 2014. All Rights Reserved.