Interface OutputJobArchivationService
- All Known Implementing Classes:
OutputJobArchivationServiceImpl
public interface OutputJobArchivationService
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getArchiveFlag
(String outputJobKey) boolean
switchArchiveFlag
(String outputJobKey) Switch the archive flag of the given Output_job and returns the flag
-
Method Details
-
getArchiveFlag
- Throws:
InterruptedException
-
switchArchiveFlag
Switch the archive flag of the given Output_job and returns the flag- Parameters:
outputJobKey
- String representing the primary key of the Output_job- Returns:
- archive flag after switching
- Throws:
InterruptedException
-