Uses of Class
com.activeviam.tech.core.api.exceptions.service.ForbiddenAccessException
Packages that use ForbiddenAccessException
Package
Description
-
Uses of ForbiddenAccessException in com.activeviam.activepivot.server.impl.private_.rest.database
Methods in com.activeviam.activepivot.server.impl.private_.rest.database that throw ForbiddenAccessExceptionModifier and TypeMethodDescriptionvoidDatastoreService.doDatastoreAction(IOpenedTransaction transaction, JsonDatabaseAction action, ICondition additionalCondition) Executes an action on the datastore. -
Uses of ForbiddenAccessException in com.activeviam.tech.contentserver.spring.private_
Methods in com.activeviam.tech.contentserver.spring.private_ that throw ForbiddenAccessExceptionModifier and TypeMethodDescriptionvoidRemoteContentService.createFile(String path, String content, List<String> owners, List<String> readers, boolean recursive) voidRemoteContentService.importSubtree(String path, IContentTree<?> subtree, boolean recursive, boolean overwrite) RemoteContentService.listDirs(Map<String, Integer> pathToDepth, boolean throwNotFound, boolean includeContent) voidvoidRemoteContentService.put(String path, String content, List<String> owners, List<String> readers, boolean recursive) voidRemoteContentService.putAll(Map<String, String> map, List<String> owners, List<String> readers, boolean recursive, boolean overwrite) RemoteContentService.removeAll(List<String> entriesToDelete, List<String> directoriesToClean, boolean throwNotFound) -
Uses of ForbiddenAccessException in com.activeviam.tech.contentserver.spring.private_.rest
Methods in com.activeviam.tech.contentserver.spring.private_.rest that throw ForbiddenAccessExceptionModifier and TypeMethodDescriptionRestBulkApiServerController.deleteMethod(String throwNotFoundParam, List<String> deleteParam) A specialized version of the DELETE method that deletes atomically all the given entries.RestBulkApiServerController.getFiles(String throwNotFoundParam, String includeContentParam, Map<String, Integer> pathToDepth) A specialized version of the GET method that retrieves the structure and the content of several entries.RestContentServerController.getFiles(String path, String recursiveParam, String includeContentParam) Retrieves data from the content server.RestBulkApiServerController.moveMethod(String throwNotFoundParam, Map<String, String> moveParam) A specialized version of the POST method that tries to move atomically all the given entries.voidRestBulkApiServerController.putMethod(RestBulkApiJsonParams.PutJsonParam putParam) A specialized version of the PUT method that tries to create or update multiple entries atomically. -
Uses of ForbiddenAccessException in com.activeviam.tech.contentserver.storage.api
Methods in com.activeviam.tech.contentserver.storage.api that throw ForbiddenAccessExceptionModifier and TypeMethodDescriptionvoidChanges the permissions for a given file.voidIContentService.cleanDirectory(String path) Empty the directory at the given path of all its files recursively.Create a new folder with a non-used name in the given folder.IContentService.createChildFile(String parent, String content, List<String> owners, List<String> readers) Create a new file with a non-used name in the given folder.voidIContentService.createDirectory(String path, List<String> owners, List<String> readers, boolean recursive) Creates a new directory at the given path.voidIContentService.createFile(String path, String content, List<String> owners, List<String> readers, boolean recursive) Creates a new file at the given path.Returns the entry with the specified path, ornullif it does not exist.Returns all the stored files which are in the directory with the specified path or the file with the specified path.voidIContentService.importSubtree(String path, IContentTree<?> subtree, boolean recursive, boolean overwrite) Imports the whole content subtree defined by the inputIContentTreeat the given path in this content service.default Map<String, IContentEntry> List directory contents.List directory contents.default Map<String, Map<String, IContentEntry>> List the structure and (eventually) the content of multiple entries.IContentService.listDirs(Map<String, Integer> pathToDepth, boolean throwNotFound, boolean includeContent) List the structure and (eventually) the content of multiple entries.voidMoves an entry from the given path to the target one.Movesall the given files.voidSugar method forIContentService.put(String, String, List, List, boolean), with null permissions and afalserecursiveparameter.voidIContentService.put(String path, String content, List<String> owners, List<String> readers, boolean recursive) Creates or update the file at the given path.voidIContentService.putAll(Map<String, String> map, List<String> owners, List<String> readers, boolean recursive, boolean overwrite) Put several files in bulk into the content service.voidRemoves the entry with the given path. -
Uses of ForbiddenAccessException in com.activeviam.tech.contentserver.storage.internal
Methods in com.activeviam.tech.contentserver.storage.internal that throw ForbiddenAccessExceptionModifier and TypeMethodDescriptionvoidvoidvoidContentServiceWithTracing.cleanDirectory(String path) voidPrefixedContentService.cleanDirectory(String path) ContentServiceWithTracing.createChildDirectory(String parent, List<String> owners, List<String> readers) PrefixedContentService.createChildDirectory(String parent, List<String> owners, List<String> readers) ContentServiceWithTracing.createChildFile(String parent, String content, List<String> owners, List<String> readers) PrefixedContentService.createChildFile(String parent, String content, List<String> owners, List<String> readers) voidContentServiceWithTracing.createDirectory(String path, List<String> owners, List<String> readers, boolean recursive) voidPrefixedContentService.createDirectory(String path, List<String> owners, List<String> readers, boolean recursive) voidContentServiceWithTracing.createFile(String path, String content, List<String> owners, List<String> readers, boolean recursive) voidPrefixedContentService.createFile(String path, String content, List<String> owners, List<String> readers, boolean recursive) voidContentServiceWithTracing.importSubtree(String path, IContentTree<?> subtree, boolean recursive, boolean overwrite) voidPrefixedContentService.importSubtree(String path, IContentTree<?> snapshot, boolean recursive, boolean overwrite) ContentServiceWithTracing.listDir(String directory, int depth, boolean throwNotFound, boolean includeContent) PrefixedContentService.listDir(String path, int depth, boolean throwNotFound, boolean includeContent) ContentServiceWithTracing.listDirs(Map<String, Integer> pathToDepth, boolean throwNotFound, boolean includeContent) PrefixedContentService.listDirs(Map<String, Integer> pathToDepth, boolean throwNotFound, boolean includeContent) voidvoidvoidvoidContentServiceWithTracing.put(String path, String content, List<String> owners, List<String> readers, boolean recursive) voidvoidPrefixedContentService.put(String path, String content, List<String> owners, List<String> readers, boolean recursive) voidContentServiceWithTracing.putAll(Map<String, String> map, List<String> owners, List<String> readers, boolean recursive, boolean overwrite) voidPrefixedContentService.putAll(Map<String, String> map, List<String> owners, List<String> readers, boolean recursive, boolean overwrite) voidvoidContentServiceWithTracing.removeAll(List<String> entriesToDelete, List<String> directoriesToClean, boolean throwNotFound) PrefixedContentService.removeAll(List<String> entriesToDelete, List<String> directoriesToClean, boolean throwNotFound) -
Uses of ForbiddenAccessException in com.activeviam.tech.contentserver.storage.private_
Methods in com.activeviam.tech.contentserver.storage.private_ that throw ForbiddenAccessExceptionModifier and TypeMethodDescriptionfinal voidAContentService.createDirectory(String path, List<String> owners, List<String> readers, boolean recursive) final voidAContentService.createFile(String path, String content, List<String> owners, List<String> readers, boolean recursive) final IContentEntryfinal Map<String, IContentEntry> final voidAContentService.importSubtree(String path, IContentTree<?> subtree, boolean recursive, boolean overwrite) final Map<String, IContentEntry> final Map<String, Map<String, IContentEntry>> AContentService.listDirs(Map<String, Integer> entries, boolean throwNotFound, boolean includeContent) final voidfinal voidAContentService.put(String path, String content, List<String> owners, List<String> readers, boolean recursive) final voidAContentService.putAll(Map<String, String> map, List<String> owners, List<String> readers, boolean recursive, boolean overwrite) AContentService.removeAll(List<String> entriesToDelete, List<String> directoriesToClean, boolean throwNotFound)