Z T Activity Service
interface ZTActivityService
Content copied to clipboard
ZTActivityService
Author
Alexandre Lemoult <a.lemoult@zhortech.com>
Functions
addComment
Link copied to clipboard
abstract fun addComment(activityId: String, text: String, mediaFileTemplates: Array<ZTMediaFileTemplate>?): Observable<ZTActivityComment>
Content copied to clipboard
addData
Link copied to clipboard
addMediaFileToComment
Link copied to clipboard
abstract fun addMediaFileToComment(commentId: String, mediaFileTemplate: ZTMediaFileTemplate): Observable<ZTMediaFile>
Content copied to clipboard
addSegment
Link copied to clipboard
abstract fun addSegment(activityId: String, segment: ZTSegment): Completable
Content copied to clipboard
addSegments
Link copied to clipboard
abstract fun addSegments(activityId: String, segments: List<ZTSegment>): Completable
Content copied to clipboard
deleteActivity
Link copied to clipboard
deleteComment
Link copied to clipboard
deleteMediaFileFromComment
Link copied to clipboard
abstract fun deleteMediaFileFromComment(mediaFileId: String): Completable
Content copied to clipboard
editComment
Link copied to clipboard
abstract fun editComment(commentId: String, newText: String): Observable<ZTActivityComment>
Content copied to clipboard
getComment
Link copied to clipboard
abstract fun getComment(commentId: String): Observable<ZTActivityComment>
Content copied to clipboard
getComments
Link copied to clipboard
abstract fun getComments(activityId: String): Observable<Array<ZTActivityComment>>
Content copied to clipboard
getStatus
Link copied to clipboard
abstract fun getStatus(activityId: String): Observable<ZTActivitySummary<Any>>
Content copied to clipboard
start
Link copied to clipboard
syncStoppedActivity
Link copied to clipboard
abstract fun syncStoppedActivity(activity: ZTActivity): Single<ZTActivity>
Content copied to clipboard
updateAttributes
Link copied to clipboard
abstract fun updateAttributes(activityId: String, attributes: Map<String, Any>): Completable
Content copied to clipboard
Inheritors
ZTActivityServiceImpl
Link copied to clipboard