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 pathFolderService.getDefaultWorkspace()
Gets the Default workspaceFolderService.getFolder
(long folderId) FolderService.getRootFolder()
Gets the root folderModifier and TypeMethodDescriptionSearchService.findFolders
(String name) Finds authorized folders for the current user containing the given name (like operator is used)TagService.findFoldersByTag
(String tag) Finds authorized folders for the current user having a specified tag.FolderService.getPath
(long folderId) FolderService.listChildren
(long folderId) 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) RestFolderClient.getFolder
(long folderId) RestFolderClient.getRootFolder()
Modifier and TypeMethodDescriptionRestTagClient.findFoldersByTag
(String tag) 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) RestFolderService.getDefaultWorkspace()
RestFolderService.getFolder
(long folderId) RestFolderService.getRootFolder()
Modifier and TypeMethodDescriptionRestSearchService.findFolders
(String name) RestTagService.findFoldersByTag
(String tag) RestFolderService.getPath
(long folderId) RestFolderService.listChildren
(long folderId) 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 pathFolderService.getDefaultWorkspace
(String sid) Gets the Default workspaceGets an existing folderFolderService.getRootFolder
(String sid) Gets root metadataModifier and TypeMethodDescriptionSearchService.findFolders
(String sid, String name) Finds authorized folders for the current user containing the given name (like operator is used)TagService.findFoldersByTag
(String sid, String tag) Finds authorized folders for the current user having a specified tagComputes the path from the root to the target folder.Lists all direct folders of a parent folder.
Attention: readable sub-folders only are returned.FolderService.listChildren
(String sid, long folderId) Lists all direct folders of a parent folder.
Attention: readable only sub-folders are returned.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) SoapFolderClient.getDefaultWorkspace
(String sid) SoapFolderClient.getRootFolder
(String sid) Modifier and TypeMethodDescriptionSoapSearchClient.findFolders
(String sid, String name) SoapTagClient.findFoldersByTag
(String sid, String tag) SoapFolderClient.listChildren
(String sid, long folderId) 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) SoapFolderService.getDefaultWorkspace
(String sid) SoapFolderService.getRootFolder
(String sid) Modifier and TypeMethodDescriptionSoapSearchService.findFolders
(String sid, String name) SoapTagService.findFoldersByTag
(String sid, String tag) SoapFolderService.listChildren
(String sid, long folderId) SoapFolderService.listWorkspaces
(String sid)