attachments
attachmentsTotalCount
attachmentsTotalCount: number
deleteAttachment
deleteAttachment: (attachmentId: string) => void
Type declaration
- (attachmentId: string): void
Returns void
downloadAttachment
downloadAttachment: (attachmentId: string) => void
Type declaration
- (attachmentId: string): void
Returns void
editAttachmentDescription
editAttachmentDescription: (attachmentId: string, description: string) => void
Type declaration
- (attachmentId: string, description: string): void
Parameters
- attachmentId: string
- description: string
Returns void
getAttachmentList
getAttachmentList: () => void
isCompletable
isCompletable: boolean
loadTask
loadTask: () => Promise<void>
needValidate
needValidate: boolean
processDefinition
publishAttachment
publishAttachment: (file: RcFile, description: string) => Promise<void> Type declaration
- (file: RcFile, description: string): Promise<void>
Parameters
- file: RcFile
- description: string
Returns Promise<void>
task
validationResultMap
Интерфейс описывающий хранилище задачи
Public