Interface ParallelParticipantsBatchJobContribution
- All Known Implementing Classes:
DefaultParallelParticipantsBatchJobContribution
public interface ParallelParticipantsBatchJobContribution
-
Method Summary
Modifier and TypeMethodDescriptiondefault int
applyCustomLogic
(Entity parallelEvent, Context context) Allows contributions to apply custom logic.Default implementation for relevant statuses.default TextMessage
getTextMessage
(int registrationsCreated, int registrationsDeleted, int customLogicRegistrations) Allows contributions to customize the log message.
-
Method Details
-
getRelevantStatus
Default implementation for relevant statuses.- Returns:
- a default set of relevant statuses.
-
applyCustomLogic
Allows contributions to apply custom logic.- Returns:
- The number of entities updated.
-
getTextMessage
default TextMessage getTextMessage(int registrationsCreated, int registrationsDeleted, int customLogicRegistrations) Allows contributions to customize the log message.- Returns:
- An additional message to append or override.
-