public class SimpleMultiDragWorkspaceContact extends Object
Constructor and Description |
---|
SimpleMultiDragWorkspaceContact(ConstantsSharing.LOAD_CONTACTS_AS load,
String workspaceItemId,
boolean readGroupsFromHL,
boolean readGroupsFromPortal,
boolean hiddenMySelf)
Load administrators or shared users to workspace item id
|
Modifier and Type | Method and Description |
---|---|
void |
addTargetContact(List<InfoContactModel> listContacts) |
DialogMultiDragContact |
getDialogMultiDragContact() |
List<InfoContactModel> |
getTargetContacts() |
List<InfoContactModel> |
getTargetContactsWithMyLogin() |
void |
show() |
public SimpleMultiDragWorkspaceContact(ConstantsSharing.LOAD_CONTACTS_AS load, String workspaceItemId, boolean readGroupsFromHL, boolean readGroupsFromPortal, boolean hiddenMySelf)
load
- if LOAD_CONTACTS_AS.SHARED_USER loads target users from Shared Users
if LOAD_CONTACTS_AS.ADMINISTRATOR loads target users from AdministratorsworkspaceItemId
- readGroupsFromHL
- readGroupsFromPortal
- hiddenMySelf
- if true the login read from ASL is hidden (so it's not removable to target users), the login returned anyway among the target userspublic void addTargetContact(List<InfoContactModel> listContacts)
public DialogMultiDragContact getDialogMultiDragContact()
public void show()
public List<InfoContactModel> getTargetContacts()
public List<InfoContactModel> getTargetContactsWithMyLogin()
Copyright © 2015. All Rights Reserved.