Uses of Class
com.avoka.fc.core.entity.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
Modifier 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
Modifier 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.Modifier and TypeMethodDescription_Job.getJobEvents()
Return the JobEvents._JobAction.getJobEvents()
Return the JobEvents.Modifier 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.