FolderService: FolderService

FolderServiceR Documentation

FolderService

Description

FolderService

FolderService

Format

R6Class object.

Methods

getOrCreate(projectId,path)

method

getExternalStorageFolders(projectId,volume,path)

method

Super class

tercenApi::HttpClientService -> FolderService

Methods

Public methods

Inherited methods

Method new()

Usage
FolderService$new(baseRestUri, client)

Method findFolderByParentFolderAndName()

Usage
FolderService$findFolderByParentFolderAndName(
  startKey = NULL,
  endKey = NULL,
  limit = 20,
  skip = 0,
  descending = TRUE,
  useFactory = FALSE
)

Method getOrCreate()

Usage
FolderService$getOrCreate(projectId, path)

Method getExternalStorageFolders()

Usage
FolderService$getExternalStorageFolders(projectId, volume, path)

Method clone()

The objects of this class are cloneable with this method.

Usage
FolderService$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


tercen/teRcenApi documentation built on Feb. 8, 2024, 5:59 p.m.