Package com.avoka.fc.core.service
Interface IStatusManagement
- All Known Implementing Classes:
StatusManagement
public interface IStatusManagement
Provides a Status Management service interface.
- Since:
- 22.04.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Handles the processing of Status updates based on Notification records.void
setLogToEventLog
(boolean value) Specify whether to log the results of the Status Management job to the event log.
-
Method Details
-
setLogToEventLog
void setLogToEventLog(boolean value) Specify whether to log the results of the Status Management job to the event log.- Parameters:
value
- boolean
-
processStatusUpdates
void processStatusUpdates()Handles the processing of Status updates based on Notification records.
-