ActivityService: ActivityService

ActivityServiceR Documentation

ActivityService

Description

ActivityService

ActivityService

Format

R6Class object.

Methods

getPublicActivityCount(kind,limit)

method

Super class

tercenApi::HttpClientService -> ActivityService

Methods

Public methods

Inherited methods

Method new()

Usage
ActivityService$new(baseRestUri, client)

Method findByUserAndDate()

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

Method findByTeamAndDate()

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

Method findByProjectAndDate()

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

Method getPublicActivityCount()

Usage
ActivityService$getPublicActivityCount(kind, limit)

Method clone()

The objects of this class are cloneable with this method.

Usage
ActivityService$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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