public interface PackageCreateMapper
Modifier and Type | Method and Description |
---|---|
void |
createDumpForApplication(String application,
String path)
Creates CSV dump of logs for a given application.
|
Integer |
createDumpForConnection(Long connDbId,
String path)
Creates a CSV dump for a queried scenario execution.
|
void |
createErrorDefinitionsDump(List<Long> errorIds,
String path)
Create dump of given error metadata
|
List<Long> |
getErrorIdsForApplication(String application)
Get error metadata ids for a given application
|
List<Long> |
getErrorIdsForConnection(Long connDbId)
Get error ids for the connection
|
PackageMetadata |
getPackageMetadata(Connection connection)
Build package metadata for a given connection (scenario, phase, ...)
|
void createDumpForApplication(@Param(value="application") String application, @Param(value="path") String path)
application
- application of which logs should be exportedpath
- file path to the dumpInteger createDumpForConnection(@Param(value="connDbId") Long connDbId, @Param(value="path") String path)
connDbId
- connection db idpath
- path to the dumpvoid createErrorDefinitionsDump(@Param(value="errorIds") List<Long> errorIds, @Param(value="path") String path)
errorIds
- ids of the wanted metadatapath
- path to the dumpList<Long> getErrorIdsForApplication(@Param(value="application") String application)
application
- wanted applicationList<Long> getErrorIdsForConnection(@Param(value="connDbId") Long connDbId)
connDbId
- db id of the connectionPackageMetadata getPackageMetadata(@Param(value="connection") Connection connection)
connection
- packaged connectionCopyright © 2020. All rights reserved.