public abstract class LogViewerFilterBasedController extends LogViewerBaseController
Modifier and Type | Field and Description |
---|---|
protected static String |
EMPTY_STRING
empty string
|
Constructor and Description |
---|
LogViewerFilterBasedController() |
Modifier and Type | Method and Description |
---|---|
protected Filter |
createFilter(String workflowExecutionId,
String scenarioExecutionId,
String connectionId,
String packageName,
List<String> categories,
List<String> errorTypes,
List<String> applications,
Long offset)
Create filter.
|
constraintViolation, createErrorResponse, invalidContextException, invalidPackageFile, otherErrors, packageAlreadyExists, unableToCreateDumpException, unableToDeleteTemporaryFiles, unableToPruneWorkflowExecutionException, workflowDoesNotExistException
protected static final String EMPTY_STRING
protected Filter createFilter(String workflowExecutionId, String scenarioExecutionId, String connectionId, String packageName, List<String> categories, List<String> errorTypes, List<String> applications, Long offset)
workflowExecutionId
- the workflow execution idscenarioExecutionId
- the scenario execution idconnectionId
- the connection idpackageName
- the package namecategories
- the categorieserrorTypes
- the error typesapplications
- the applicationsoffset
- the offsetCopyright © 2020. All rights reserved.