Modifier and Type | Class and Description |
---|---|
class |
ErrorDefinitionDAOImpl
Error Definition DAO implementation
|
Constructor and Description |
---|
PruningCommon(ErrorMetadataDAO errorMetadataDAO,
ErrorDefinitionDAO errorDefinitionDAO)
Instantiates a new Pruning common.
|
Constructor and Description |
---|
ForcePruneServiceImpl(WorkflowExecutionDAO workflowExecutionDAO,
LogDAO logDAO,
PruneService pruneService,
ErrorDefinitionDAO errorDefinitionDAO,
ErrorMetadataDAO errorMetadataDAO,
ScenarioExecutionDAO scenarioExecutionDAO,
ConnectionsDAO connectionsDAO,
PackageDAO packageDAO) |
LogPersistenceServiceImpl(LogDAO logDAO,
WorkflowExecutionDAO workflowExecutionDAO,
ScenarioExecutionDAO scenarioExecutionDAO,
PruneService pruneService,
ErrorMetadataDAO errorMetadataDAO,
ErrorDefinitionDAO errorDefinitionDAO,
ConnectionsDAO connectionsDAO)
Service handling business logic for logs
|
PruneServiceImpl(WorkflowExecutionDAO workflowExecutionDAO,
double pruneAfter,
org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler threadPoolTaskScheduler,
ErrorDefinitionDAO errorDefinitionDAO,
ErrorMetadataDAO errorMetadataDAO,
LogDAO logDAO)
Instantiates a new Prune service.
|
UploadPackageServiceImpl(PackageUploadDAO packageUploadDAO,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
String uploadBaseDirectory,
ErrorDefinitionDAO errorDefinitionDAO,
ErrorMetadataDAO errorMetadataDAO)
Instantiates a new Upload package service.
|
Copyright © 2020. All rights reserved.