Uses of Class
it.sistematica.isharedoc.model.dms.Drive

Packages that use Drive
it.sistematica.isharedoc.action.dms   
it.sistematica.isharedoc.action.isd   
it.sistematica.isharedoc.action.workgroup   
it.sistematica.isharedoc.model   
it.sistematica.isharedoc.service.dms   
 

Uses of Drive in it.sistematica.isharedoc.action.dms
 

Methods in it.sistematica.isharedoc.action.dms that return types with arguments of type Drive
 java.util.List<Drive> TopicAction.getDrives()
           
 java.util.List<Drive> FileAction.getDrives()
           
 

Uses of Drive in it.sistematica.isharedoc.action.isd
 

Methods in it.sistematica.isharedoc.action.isd that return Drive
 Drive MessageboxAction.getDefaultSystemDrive()
           
 

Methods in it.sistematica.isharedoc.action.isd that return types with arguments of type Drive
 java.util.List<Drive> MessageboxAction.getDrives()
           
 java.util.List<Drive> PartitionAction.getSystemDisks()
           
 

Uses of Drive in it.sistematica.isharedoc.action.workgroup
 

Methods in it.sistematica.isharedoc.action.workgroup that return types with arguments of type Drive
 java.util.List<Drive> PreferencesAction.getDrives()
           
 java.util.List<Drive> DesktopAction.getDrives()
          Exclude hidden repositories
 

Uses of Drive in it.sistematica.isharedoc.model
 

Fields in it.sistematica.isharedoc.model declared as Drive
protected  Drive Partition.systemDisk
           
 

Methods in it.sistematica.isharedoc.model that return Drive
 Drive Partition.getSystemDisk()
           
 

Methods in it.sistematica.isharedoc.model with parameters of type Drive
 void Partition.setSystemDisk(Drive systemDisk)
           
 

Uses of Drive in it.sistematica.isharedoc.service.dms
 

Methods in it.sistematica.isharedoc.service.dms that return Drive
 Drive DocumentManagerImpl.createDrive(java.lang.String name, java.lang.String description, boolean hidden, it.neverworks.security.User owner)
           
 Drive DocumentManager.createDrive(java.lang.String name, java.lang.String description, boolean hidden, it.neverworks.security.User owner)
          Creates the drive.
 

Methods in it.sistematica.isharedoc.service.dms with parameters of type Drive
 java.util.List<Folder> DocumentManagerImpl.getTopFolders(Drive drive)
           
 java.util.List<Folder> DocumentManager.getTopFolders(Drive drive)
          Gets the top folders.