projects/m2-core/src/lib/core/service/data/resource/resource-read.service.ts
Methods |
|
constructor(http: HttpClient, utilService: UtilService, endpointService: EndpointConfigService)
|
||||||||||||
|
Parameters :
|
| Public exportAccountsToExcel | ||||||
exportAccountsToExcel(columns: string[])
|
||||||
|
Admin
Parameters :
Returns :
Observable<Blob>
|
| Public exportAccountsToExcelUrl | ||||||
exportAccountsToExcelUrl(columns: string[])
|
||||||
|
Parameters :
Returns :
string
|
| Public exportApplicationsReport |
exportApplicationsReport(tableId: number, fileType: FileType, async: boolean)
|
|
Returns :
Promise<Blob>
|
| Public exportClassifierToXml | ||||||
exportClassifierToXml(classifier: TaxonomyClassifier)
|
||||||
|
Parameters :
Returns :
void
|
| Public exportConstraintTableToExcel | ||||||||||||
exportConstraintTableToExcel(tableId: number, async)
|
||||||||||||
|
Constraints
Parameters :
Returns :
Promise<Blob>
|
| Public exportItemsToExcel | ||||||||||||||||||||
exportItemsToExcel(tableId: number, fileType: FileType, columnIds: string[], async)
|
||||||||||||||||||||
|
Items
Parameters :
Returns :
Promise<Blob>
|
| Public exportItemsToXml | ||||||
exportItemsToXml(request: XmlExportRequest)
|
||||||
|
Parameters :
Returns :
Promise<Response>
|
| Public exportMeasuresToXml |
exportMeasuresToXml()
|
|
Units
Returns :
Promise<Blob>
|
| Public exportNodesToExcel | ||||||
exportNodesToExcel(headNodeId: number)
|
||||||
|
Экспортировать ноды в Excel, подчинённые headNodeDescriptor. Сама headNodeDescriptor в выгрузку не попадает, т.к. формат файла предполагает пустой гуид родительской ноды, если нода подчинена root node
Parameters :
Returns :
Observable<Blob>
|
| Public exportPropertiesToExcel | ||||||
exportPropertiesToExcel(groupId: number)
|
||||||
|
Properties
Parameters :
Returns :
Promise<Blob>
|
| Public exportTransitionalKeysToExcel | ||||||||||||
exportTransitionalKeysToExcel(tableId: number, exportOnlyHeader)
|
||||||||||||
|
Parameters :
Returns :
Promise<Response>
|
| Public getApplicationAttributeFileBodyFromHistoryURL | ||||||||||||
getApplicationAttributeFileBodyFromHistoryURL(attributeId: number, preventCache)
|
||||||||||||
|
Parameters :
Returns :
string
|
| Public getApplicationAttributeValueFileBodyURL | ||||||||||||
getApplicationAttributeValueFileBodyURL(attributeId: number, preventCache)
|
||||||||||||
|
Applications
Parameters :
Returns :
string
|
| Public getApplicationTemplatePropertyFileBodyURL | ||||||||||||
getApplicationTemplatePropertyFileBodyURL(propertyId: number, preventCache)
|
||||||||||||
|
Parameters :
Returns :
string
|
| Public getAttributeValueFileBodyFromHistoryURL | ||||||||||||
getAttributeValueFileBodyFromHistoryURL(attributeValueId: number, preventCache)
|
||||||||||||
|
Parameters :
Returns :
string
|
| Public getAttributeValueFileBodyURL | ||||||||||||
getAttributeValueFileBodyURL(valueId: number, preventCache)
|
||||||||||||
|
Values
Parameters :
Returns :
string
|
| Public getExchangeClassXML | ||||||
getExchangeClassXML(classId: number)
|
||||||
|
Экспорт ExchangeClass в XML формате.
Parameters :
Returns :
Promise<Blob>
|
| Public getExportedItemFileBodyURL |
getExportedItemFileBodyURL(hash: string, fileName?: string)
|
|
Replication
Returns :
string
|
| Public getFeedBacks |
getFeedBacks()
|
|
Returns :
Promise<Blob>
|
| Public getInterStructureExportMessageById | |||||||||
getInterStructureExportMessageById(exportedStructureId: number, preventCache?)
|
|||||||||
|
Parameters :
Returns :
Promise<string>
|
| Public getInterStructureExportMessageByIdUrl | |||||||||
getInterStructureExportMessageByIdUrl(exportedStructureId: number, preventCache?)
|
|||||||||
|
Получить xml исходящего сообщения
Parameters :
Returns :
string
|
| Public getInterStructureSourceMessageById | |||||||||
getInterStructureSourceMessageById(sourceStructureId: number, preventCache?)
|
|||||||||
|
Parameters :
Returns :
Promise<string>
|
| Public getInterStructureSourceMessageByIdUrl |
getInterStructureSourceMessageByIdUrl(sourceStructureId: number, preventCache?: boolean)
|
|
Получить xml входящего сообщения
Returns :
string
Сообщение, файл xml в utf-8 |
| Public getLicenseClaim |
getLicenseClaim()
|
|
License
Returns :
Promise<Blob>
|
| Public getNodeDocumentation | ||||||
getNodeDocumentation(nodeId: number)
|
||||||
|
Получить документацию по ноде в формате MS Word *.docx
Parameters :
Returns :
Promise<Blob>
|
| Public getSourceRecordFileBodyURL | ||||||||||||||||
getSourceRecordFileBodyURL(sourceRecordId: number, fileId: number, fileName?: string)
|
||||||||||||||||
|
Получить тело файла.
Parameters :
Returns :
string
Тело файла |
| Public getSourceRecordsExcelTemplate | ||||||
getSourceRecordsExcelTemplate(classId: number)
|
||||||
|
Получить XLSX темплейт для заполнения данными для импорта в систему
Parameters :
Returns :
Promise<Blob>
|
| Public getTemporaryFileUrl | ||||||
getTemporaryFileUrl(fileUuid: string)
|
||||||
|
Misc
Parameters :
Returns :
string
|