public class DirectDFSAccess extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DirectDFSAccess.MoveInfo |
| Constructor and Description |
|---|
DirectDFSAccess() |
| Modifier and Type | Method and Description |
|---|---|
static int |
destroyAllFileInUsersRootDir(GetStorage.SystemRootAndStorageService source,
UserID userID) |
static boolean |
doesDocumentExistInUsersRootDir(GetStorage.SystemRootAndStorageService source,
UserID userID,
DocumentFQN documentFQN) |
static boolean |
doesUserExist(GetStorage.SystemRootAndStorageService source,
UserID userID) |
static List<String> |
listAllFiles(GetStorage.SystemRootAndStorageService source) |
static DirectDFSAccess.MoveInfo |
moveAllFiles(GetStorage.SystemRootAndStorageService source,
GetStorage.SystemRootAndStorageService dest,
UserID userID) |
static void |
storeFileInUsersRootDir(GetStorage.SystemRootAndStorageService storage,
UserID userID,
DSDocument document) |
public static void storeFileInUsersRootDir(GetStorage.SystemRootAndStorageService storage, UserID userID, DSDocument document)
public static int destroyAllFileInUsersRootDir(GetStorage.SystemRootAndStorageService source, UserID userID)
public static boolean doesDocumentExistInUsersRootDir(GetStorage.SystemRootAndStorageService source, UserID userID, DocumentFQN documentFQN)
public static DirectDFSAccess.MoveInfo moveAllFiles(GetStorage.SystemRootAndStorageService source, GetStorage.SystemRootAndStorageService dest, UserID userID)
public static List<String> listAllFiles(GetStorage.SystemRootAndStorageService source)
public static boolean doesUserExist(GetStorage.SystemRootAndStorageService source, UserID userID)
Copyright © 2019. All rights reserved.