Uses of Class
com.avoka.fc.core.entity.JobEventLog
Packages that use JobEventLog
Package
Description
Provides the Data Access Objects used by SmartForm Manager.
Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.
-
Uses of JobEventLog in com.avoka.fc.core.dao
Methods in com.avoka.fc.core.dao that return types with arguments of type JobEventLogModifier and TypeMethodDescriptionJobEventLogDao.getEventsForJob
(Object jobId) Return the list of events for the job with the given ID, sorted by creation time in ascending order.JobEventLogDao.getEventsForJobAction
(Object jobActionId) Return the list of events for the job action with the given ID, sorted by creation time in ascending order. -
Uses of JobEventLog in com.avoka.fc.core.entity.auto
Fields in com.avoka.fc.core.entity.auto with type parameters of type JobEventLogModifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property<List<JobEventLog>>
_Job.JOB_EVENTS
Provides the 'JOB_EVENTS' property.static final org.apache.cayenne.exp.Property<List<JobEventLog>>
_JobAction.JOB_EVENTS
Provides the 'JOB_EVENTS' property.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type JobEventLogModifier and TypeMethodDescription_Job.getJobEvents()
Return the JobEvents._JobAction.getJobEvents()
Return the JobEvents.Methods in com.avoka.fc.core.entity.auto with parameters of type JobEventLogModifier and TypeMethodDescriptionvoid
_Job.addToJobEvents
(JobEventLog obj) Add the JobEvents object.void
_JobAction.addToJobEvents
(JobEventLog obj) Add the JobEvents object.void
_Job.removeFromJobEvents
(JobEventLog obj) Remove the JobEvents object.void
_JobAction.removeFromJobEvents
(JobEventLog obj) Remove the JobEvents object.