Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AssetStorageService

Hierarchy

Index

Constructors

constructor

Properties

Protected httpRequest

httpRequest: HttpRequest

Protected options

Methods

create

  • create(projectId: string, filePath: string, file: File): Observable<any>

delete

  • delete(projectId: string, filePath: string): Observable<any>

getAsset

  • getAsset(projectId: string, filePath: string): Observable<any>

getProfileSyncDefinition

getRobotSyncDefinitions

list

  • list(projectId: string, filePath?: string): Observable<any>

listFlowAssets

  • listFlowAssets(projectId: string, flowId: string, flowInstance: string, parent?: string, includeSignedUrl?: boolean): Observable<RocosResponse<AssetItemModel[]>>

listRobotAssets

  • listRobotAssets(projectId: string, callsign: string, parent?: string, includeSignedUrl?: boolean): Observable<RocosResponse<AssetItemModel[]>>

setProfileSyncDefinitions

setRobotSyncDefinitions

update

  • update(projectId: string, filePath: string, file: File): Observable<any>

Generated using TypeDoc