Uses of Class
com.avoka.fc.core.entity.JobProperty
Packages that use JobProperty
Package
Description
Provides the Data Access Objects used by SmartForm Manager.
Provides the SmartForm Manager entity classes.
Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.
-
Uses of JobProperty in com.avoka.fc.core.dao
Methods in com.avoka.fc.core.dao that return types with arguments of type JobPropertyModifier and TypeMethodDescriptionJobPropertyDao.getPropertiesForJob
(Object jobId) Return the list of properties for the job with the given ID, sorted by name. -
Uses of JobProperty in com.avoka.fc.core.entity
Methods in com.avoka.fc.core.entity that return JobPropertyModifier and TypeMethodDescriptionJob.getJobProperty
(String name) Return the job property with the given name -
Uses of JobProperty in com.avoka.fc.core.entity.auto
Fields in com.avoka.fc.core.entity.auto with type parameters of type JobPropertyModifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property<List<JobProperty>>
_Job.JOB_PROPERTIES
Provides the 'JOB_PROPERTIES' property.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type JobPropertyMethods in com.avoka.fc.core.entity.auto with parameters of type JobPropertyModifier and TypeMethodDescriptionvoid
_Job.addToJobProperties
(JobProperty obj) Add the JobProperties object.void
_Job.removeFromJobProperties
(JobProperty obj) Remove the JobProperties object.