Uses of Class
com.logicaldoc.webservice.model.WSFolder
Packages that use WSFolder
Package
Description
-
Uses of WSFolder in com.logicaldoc.webservice.model
Methods in com.logicaldoc.webservice.model that return WSFolderModifier and TypeMethodDescriptionstatic WSFolderWSFolder.fromFolder(Folder folder) static WSFolderWSFolder.fromFolder(Folder folder, boolean withCollections) -
Uses of WSFolder in com.logicaldoc.webservice.rest
Methods in com.logicaldoc.webservice.rest that return WSFolderModifier 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.Methods in com.logicaldoc.webservice.rest with parameters of type WSFolder -
Uses of WSFolder in com.logicaldoc.webservice.rest.client
Methods in com.logicaldoc.webservice.rest.client that return WSFolderModifier 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) Methods in com.logicaldoc.webservice.rest.client with parameters of type WSFolder -
Uses of WSFolder in com.logicaldoc.webservice.rest.endpoint
Methods in com.logicaldoc.webservice.rest.endpoint that return WSFolderModifier 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()Methods in com.logicaldoc.webservice.rest.endpoint with parameters of type WSFolder -
Uses of WSFolder in com.logicaldoc.webservice.soap
Methods in com.logicaldoc.webservice.soap that return WSFolderModifier 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.Methods in com.logicaldoc.webservice.soap with parameters of type WSFolder -
Uses of WSFolder in com.logicaldoc.webservice.soap.client
Methods in com.logicaldoc.webservice.soap.client that return WSFolderModifier 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) Methods in com.logicaldoc.webservice.soap.client with parameters of type WSFolder -
Uses of WSFolder in com.logicaldoc.webservice.soap.endpoint
Methods in com.logicaldoc.webservice.soap.endpoint that return WSFolderModifier 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) Methods in com.logicaldoc.webservice.soap.endpoint with parameters of type WSFolder