| Modifier and Type | Method and Description |
|---|---|
List<DriveData> |
UIDriveList.getDriveList() |
List<DriveData> |
UIDriveList.getDrives() |
| Modifier and Type | Method and Description |
|---|---|
int |
UIDriveList.DriveComparator.compare(DriveData o1,
DriveData o2) |
String |
UIDriveList.getDriveViews(DriveData driveData)
Get Drive Views Labels from resource Bundle.
|
void |
UIViewsInputSet.update(DriveData drive) |
void |
UIDriveInputSet.update(DriveData drive) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
UIViewList.canDelete(List<DriveData> drivers,
String viewName) |
| Modifier and Type | Method and Description |
|---|---|
DriveData |
UIDocumentInfo.getDrive(List<DriveData> lstDrive,
javax.jcr.Node node) |
DriveData |
UIJCRExplorer.getDriveData() |
DriveData |
UIJCRExplorerPortlet.getUserDrive() |
| Modifier and Type | Method and Description |
|---|---|
List<DriveData> |
UIDriveSelector.getDrives() |
List<DriveData> |
UIDrivesArea.groupDrives() |
List<DriveData> |
UIDrivesArea.mainDrives() |
List<DriveData> |
UIDrivesArea.personalDrives() |
| Modifier and Type | Method and Description |
|---|---|
int |
UIDriveSelector.DriveComparator.compare(DriveData d1,
DriveData d2) |
String |
UIDrivesArea.getGroupLabel(DriveData driveData) |
void |
UIJCRExplorer.setDriveData(DriveData driveData) |
| Modifier and Type | Method and Description |
|---|---|
DriveData |
UIDocumentInfo.getDrive(List<DriveData> lstDrive,
javax.jcr.Node node) |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
Utils.getAllowedFolderTypesInCurrentPath(javax.jcr.Node currentNode,
DriveData currentDrive)
Get allowed folder types in current path.
|
| Modifier and Type | Method and Description |
|---|---|
DriveData |
DocumentService.getDriveOfNode(String nodePath)
Get the drive containing the node with the given node path, for the current user.
|
DriveData |
DocumentService.getDriveOfNode(String nodePath,
String userId,
List<String> memberships)
Get the drive containing the node with the given node path.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DocumentService.getLinkInDocumentsApp(String nodePath,
DriveData drive)
Get the link to display a document in the Documents app in the given drive.
|
| Modifier and Type | Method and Description |
|---|---|
DriveData |
DocumentServiceImpl.getDriveOfNode(String nodePath) |
DriveData |
DocumentServiceImpl.getDriveOfNode(String nodePath,
String userId,
List<String> memberships) |
| Modifier and Type | Method and Description |
|---|---|
String |
DocumentServiceImpl.getLinkInDocumentsApp(String nodePath,
DriveData drive)
Get link to open a document in the Documents application with the given drive
|
| Modifier and Type | Method and Description |
|---|---|
DriveData |
DriveData.clone()
Clone object
|
DriveData |
ManageDriveService.getDriveByName(String driveName)
Return an DriveData Object
|
DriveData |
ManageDriveService.getGroupDriveTemplate()
Get the Groups drive
|
| Modifier and Type | Method and Description |
|---|---|
List<DriveData> |
ManageDriveService.getAllDriveByPermission(String permission)
Return the list of DriveData
This method will look up in all workspaces of repository to find DriveData with
specified permission
|
List<DriveData> |
ManageDriveService.getAllDrives()
This method will look up in all workspaces of current repository to find DriveData
|
List<DriveData> |
ManageDriveService.getAllDrives(boolean withVirtualDrives)
This method will look up in all workspaces of current repository to find DriveData
|
List<DriveData> |
ManageDriveService.getDriveByUserRoles(String userId,
List<String> roles)
Get all drives by user roles
|
List<DriveData> |
ManageDriveService.getGroupDrives(String userId,
List<String> userRoles)
Get all group drives
|
List<DriveData> |
ManageDriveService.getMainDrives(String userId,
List<String> userRoles)
Get all main drives.
|
List<DriveData> |
ManageDriveService.getPersonalDrives(String userId)
Get all personal drives.
|
| Modifier and Type | Method and Description |
|---|---|
int |
DriveData.compareTo(DriveData arg) |
| Modifier and Type | Method and Description |
|---|---|
DriveData |
ManageDriveServiceImpl.getDriveByName(String name)
Return an DriveData Object
|
DriveData |
ManageDriveServiceImpl.getGroupDriveTemplate()
Get the Groups drive
|
| Modifier and Type | Method and Description |
|---|---|
List<DriveData> |
ManageDriveServiceImpl.getAllDriveByPermission(String permission)
Return the list of DriveData
This method will look up in all workspaces of repository to find DriveData with
specified permission
|
List<DriveData> |
ManageDriveServiceImpl.getAllDrives()
This method will look up in all workspaces of current repository to find DriveData
|
List<DriveData> |
ManageDriveServiceImpl.getAllDrives(boolean withVirtualDrives)
This method will look up in all workspaces of current repository to find DriveData
|
List<DriveData> |
ManageDriveServiceImpl.getDriveByUserRoles(String userId,
List<String> userRoles)
Get all drives by user roles
|
List<DriveData> |
ManageDriveServiceImpl.getGroupDrives(String userId,
List<String> userRoles)
Get all group drives
|
List<DriveData> |
ManageDriveServiceImpl.getMainDrives(String userId,
List<String> userRoles)
Get all main drives.
|
List<DriveData> |
ManageDriveServiceImpl.getPersonalDrives(String userId)
Get all personal drives.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
ManageDriveServiceImpl.hasPermissionOnDrive(DriveData drive,
List<String> userMemberships) |
| Modifier and Type | Method and Description |
|---|---|
DriveData |
WCMConfigurationService.getSiteDriveConfig() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
BaseSearchServiceConnector.getDriveTitle(DriveData driveData) |
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.