Uses of Class
com.broadleafcommerce.common.messaging.domain.ScheduledJobDetailRef
Packages that use ScheduledJobDetailRef
-
Uses of ScheduledJobDetailRef in com.broadleafcommerce.common.messaging.domain
Methods in com.broadleafcommerce.common.messaging.domain that return types with arguments of type ScheduledJobDetailRefMethod parameters in com.broadleafcommerce.common.messaging.domain with type arguments of type ScheduledJobDetailRefModifier and TypeMethodDescriptionvoid
ScheduledJobRef.setDetails
(List<ScheduledJobDetailRef> details) Constructor parameters in com.broadleafcommerce.common.messaging.domain with type arguments of type ScheduledJobDetailRefModifierConstructorDescriptionScheduledJobRef
(String type, List<ScheduledJobDetailRef> detailRefs) ScheduledJobRef
(String type, List<ScheduledJobDetailRef> detailRefs, String tenantId) ScheduledJobRef
(String type, List<ScheduledJobDetailRef> detailRefs, String tenantId, Instant lastExecuted) ScheduledJobRef
(String type, List<ScheduledJobDetailRef> detailRefs, String tenantId, Instant lastExecuted, String jobId, boolean trackExecutionDetails, ScheduledJobExecutionDetailRef lastExecutionDetail) ScheduledJobRef
(String type, List<ScheduledJobDetailRef> details, String tenantId, Instant lastExecuted, String jobId, boolean trackExecutionDetails, ScheduledJobExecutionDetailRef lastExecutionDetail, Map<String, Object> additionalParameters)