Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<List<DistinctErrorType>> |
MetadataController.getDistinctErrorTypes(List<String> categories,
List<String> applications)
Distinct error types from the repository
|
org.springframework.http.ResponseEntity<List<DistinctErrorType>> |
MetadataController.getDistinctErrorTypes(String workflowExecutionId,
List<String> categories,
List<String> applications)
Distinct error types from the repository
|
org.springframework.http.ResponseEntity<List<DistinctErrorType>> |
MetadataController.getDistinctErrorTypes(String workflowExecutionId,
String scenarioExecutionId,
List<String> categories,
List<String> applications)
Distinct error types from the repository
|
org.springframework.http.ResponseEntity<List<DistinctErrorType>> |
MetadataController.getDistinctErrorTypes(String workflowExecutionId,
String scenarioExecutionId,
String connectionId,
List<String> categories,
List<String> applications)
Distinct error types from the repository
|
org.springframework.http.ResponseEntity<List<DistinctErrorType>> |
MetadataController.getDistinctErrorTypesPackage(String packageName,
List<String> categories,
List<String> applications)
Distinct error types from an uploaded package
|
Modifier and Type | Method and Description |
---|---|
List<DistinctErrorType> |
RepositoryMetadataDAO.getDistinctErrorTypes(Filter filter)
Distinct error types fitting a passed filter
|
Modifier and Type | Method and Description |
---|---|
List<DistinctErrorType> |
RepositoryMetadataDAOImpl.getDistinctErrorTypes(Filter filter) |
Modifier and Type | Method and Description |
---|---|
List<DistinctErrorType> |
MetadataMapper.getDistinctErrorTypes(Filter filter)
Distinct error types fitting a passed filter
|
Modifier and Type | Method and Description |
---|---|
List<DistinctErrorType> |
MetadataProviderService.getDistinctErrorTypes(Filter filter)
Distinct error types fitting the filter settings
|
Modifier and Type | Method and Description |
---|---|
List<DistinctErrorType> |
MetadataProviderServiceImpl.getDistinctErrorTypes(Filter filter) |
Copyright © 2020. All rights reserved.