ProjectDocumentService: ProjectDocumentService

ProjectDocumentServiceR Documentation

ProjectDocumentService

Description

ProjectDocumentService

ProjectDocumentService

Format

R6Class object.

Methods

getParentFolders(documentId)

method

cloneProjectDocument(documentId,projectId)

method

Super class

tercenApi::HttpClientService -> ProjectDocumentService

Methods

Public methods

Inherited methods

Method new()

Usage
ProjectDocumentService$new(baseRestUri, client)

Method findProjectObjectsByLastModifiedDate()

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

Method findProjectObjectsByFolderAndName()

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

Method findFileByLastModifiedDate()

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

Method findSchemaByLastModifiedDate()

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

Method findSchemaByOwnerAndLastModifiedDate()

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

Method findFileByOwnerAndLastModifiedDate()

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

Method getParentFolders()

Usage
ProjectDocumentService$getParentFolders(documentId)

Method cloneProjectDocument()

Usage
ProjectDocumentService$cloneProjectDocument(documentId, projectId)

Method clone()

The objects of this class are cloneable with this method.

Usage
ProjectDocumentService$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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