Uses of Class
com.logicaldoc.webservice.model.WSFolder
Package
Description
-
Uses of WSFolder in com.logicaldoc.webservice.model
Modifier and TypeMethodDescriptionstatic WSFolder
WSFolder.fromFolder
(Folder folder) static WSFolder
WSFolder.fromFolder
(Folder folder, boolean withCollections) -
Uses of WSFolder in com.logicaldoc.webservice.rest
Modifier and TypeMethodDescriptionFolderService.createAlias
(long parentId, long foldRef) Creates a new folder aliasFolderService.createPath
(long parentId, String path) FolderService.createSimple
(String folderPath) FolderService.createSimpleForm
(String folderPath) FolderService.createSimpleJSON
(String jsonstr) FolderService.findByPath
(String path) Finds the folder at the specified pathWSFolder[]
SearchService.findFolders
(String name) Finds authorized folders for the current user containing the given name (like operator is used)WSFolder[]
TagService.findFoldersByTag
(String tag) Finds authorized folders for the current user having a specified tag.FolderService.getDefaultWorkspace()
Gets the Default workspaceFolderService.getFolder
(long folderId) WSFolder[]
FolderService.getPath
(long folderId) FolderService.getRootFolder()
Gets the root folderWSFolder[]
FolderService.listChildren
(long folderId) WSFolder[]
FolderService.listWorkspaces()
Retrieves the list of all workspaces. -
Uses of WSFolder in com.logicaldoc.webservice.rest.client
Modifier and TypeMethodDescriptionRestFolderClient.createPath
(long rootFolder, String path) RestFolderClient.findByPath
(String path) WSFolder[]
RestTagClient.findFoldersByTag
(String tag) RestFolderClient.getFolder
(long folderId) RestFolderClient.getRootFolder()
WSFolder[]
RestFolderClient.listChildren
(long folderId) -
Uses of WSFolder in com.logicaldoc.webservice.rest.endpoint
Modifier and TypeMethodDescriptionRestFolderService.createAlias
(long parentId, long foldRef) RestFolderService.createPath
(long parentId, String path) RestFolderService.createSimple
(String folderPath) RestFolderService.createSimpleForm
(String folderPath) RestFolderService.createSimpleJSON
(String jsonstr) RestFolderService.findByPath
(String path) WSFolder[]
RestSearchService.findFolders
(String name) WSFolder[]
RestTagService.findFoldersByTag
(String tag) RestFolderService.getDefaultWorkspace()
RestFolderService.getFolder
(long folderId) WSFolder[]
RestFolderService.getPath
(long folderId) RestFolderService.getRootFolder()
WSFolder[]
RestFolderService.listChildren
(long folderId) WSFolder[]
RestFolderService.listWorkspaces()
-
Uses of WSFolder in com.logicaldoc.webservice.soap
Modifier and TypeMethodDescriptionCreates a new folder.FolderService.createAlias
(String sid, long parentId, long foldRef) Creates a new folder aliasFolderService.createPath
(String sid, long parentId, String path) Creates the folder for the specified path.FolderService.findByPath
(String sid, String path) Finds the folder at the specified pathWSFolder[]
SearchService.findFolders
(String sid, String name) Finds authorized folders for the current user containing the given name (like operator is used)WSFolder[]
TagService.findFoldersByTag
(String sid, String tag) Finds authorized folders for the current user having a specified tagFolderService.getDefaultWorkspace
(String sid) Gets the Default workspaceGets an existing folderWSFolder[]
Computes the path from the root to the target folder.FolderService.getRootFolder
(String sid) Gets root metadataWSFolder[]
FolderService.listChildren
(String sid, long folderId) Lists all direct folders of a parent folder.
Attention: readable only sub-folders are returned.WSFolder[]
FolderService.listWorkspaces
(String sid) Retrieves the list of all workspaces. -
Uses of WSFolder in com.logicaldoc.webservice.soap.client
Modifier and TypeMethodDescriptionSoapFolderClient.createAlias
(String sid, long parentId, long foldRef) SoapFolderClient.createPath
(String sid, long parentId, String path) SoapFolderClient.findByPath
(String sid, String path) WSFolder[]
SoapSearchClient.findFolders
(String sid, String name) WSFolder[]
SoapTagClient.findFoldersByTag
(String sid, String tag) SoapFolderClient.getDefaultWorkspace
(String sid) WSFolder[]
SoapFolderClient.getRootFolder
(String sid) WSFolder[]
SoapFolderClient.listChildren
(String sid, long folderId) WSFolder[]
SoapFolderClient.listWorkspaces
(String sid) -
Uses of WSFolder in com.logicaldoc.webservice.soap.endpoint
Modifier and TypeMethodDescriptionSoapFolderService.createAlias
(String sid, long parentId, long foldRef) SoapFolderService.createPath
(String sid, long parentId, String path) SoapFolderService.findByPath
(String sid, String path) WSFolder[]
SoapSearchService.findFolders
(String sid, String name) WSFolder[]
SoapTagService.findFoldersByTag
(String sid, String tag) SoapFolderService.getDefaultWorkspace
(String sid) WSFolder[]
SoapFolderService.getRootFolder
(String sid) WSFolder[]
SoapFolderService.listChildren
(String sid, long folderId) WSFolder[]
SoapFolderService.listWorkspaces
(String sid)