Uses of Class
com.broadleafcommerce.scheduledjob.domain.ScheduledJobDetail
-
Packages that use ScheduledJobDetail Package Description com.broadleafcommerce.scheduledjob.domain -
-
Uses of ScheduledJobDetail in com.broadleafcommerce.scheduledjob.domain
Methods in com.broadleafcommerce.scheduledjob.domain that return types with arguments of type ScheduledJobDetail Modifier and Type Method Description List<ScheduledJobDetail>
ScheduledJob. getDetails()
Collection of detailed information for the jobMethod parameters in com.broadleafcommerce.scheduledjob.domain with type arguments of type ScheduledJobDetail Modifier and Type Method Description void
ScheduledJob. setDetails(List<ScheduledJobDetail> details)
Collection of detailed information for the jobConstructor parameters in com.broadleafcommerce.scheduledjob.domain with type arguments of type ScheduledJobDetail Constructor Description ScheduledJob(boolean enabled, String id, String name, String type, String timingType, boolean executed, Instant previousLastExecuted, Instant lastExecuted, Instant updated, Instant targetDate, String cron, List<ScheduledJobDetail> details, boolean manageInAdmin, String author, com.broadleafcommerce.data.tracking.core.filtering.business.domain.ContextState contextState)
-