Modifier and Type | Method and Description |
---|---|
ArrayList<UserBean> |
WorkflowDocService.getVREUsers() |
Modifier and Type | Method and Description |
---|---|
void |
WorkflowDocServiceAsync.getVREUsers(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<UserBean>> callback) |
Boolean |
WorkflowDocService.saveWorkflow(String selectedReportid,
String selectedReportName,
org.gcube.portlets.admin.wfdocslibrary.shared.WfGraph toSave,
HashMap<String,List<UserBean>> rolesAndUsersToCreate) |
void |
WorkflowDocServiceAsync.saveWorkflow(String selectedReportid,
String selectedReportName,
org.gcube.portlets.admin.wfdocslibrary.shared.WfGraph toSave,
HashMap<String,List<UserBean>> rolesAndUsersToCreate,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
Modifier and Type | Method and Description |
---|---|
HashMap<String,com.extjs.gxt.ui.client.widget.ListView<UserBean>> |
Display.getUsersAndRoles() |
Modifier and Type | Method and Description |
---|---|
void |
Display.showAssignRolesToUsersPanel(ArrayList<org.gcube.portlets.admin.wfdocslibrary.shared.WfRole> roles,
ArrayList<UserBean> users) |
Modifier and Type | Method and Description |
---|---|
HashMap<String,com.extjs.gxt.ui.client.widget.ListView<UserBean>> |
WorkflowDocsView.getUsersAndRoles()
return a map containing for each key (rolename) the list of associated users listView
|
Modifier and Type | Method and Description |
---|---|
void |
WorkflowDocsView.showAssignRolesToUsersPanel(ArrayList<org.gcube.portlets.admin.wfdocslibrary.shared.WfRole> roles,
ArrayList<UserBean> users)
Shows the roles defined for this report Workflow and the allows to assign them users
|
Modifier and Type | Method and Description |
---|---|
ArrayList<UserBean> |
WorkflowDocServiceImpl.getVREUsers()
retrieves the lis of user from the current VO/VRE
|
Modifier and Type | Method and Description |
---|---|
Boolean |
WorkflowDocServiceImpl.saveWorkflow(String selectedReportid,
String selectedReportName,
org.gcube.portlets.admin.wfdocslibrary.shared.WfGraph toSave,
HashMap<String,List<UserBean>> rolesAndUsersToCreate) |
Copyright © 2016. All Rights Reserved.