Uses of Class
com.avoka.fc.core.entity.JobProperty
-
Packages that use JobProperty Package Description com.avoka.fc.core.dao Provides the Data Access Objects used by SmartForm Manager.com.avoka.fc.core.entity Provides the SmartForm Manager entity classes.com.avoka.fc.core.entity.auto 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 JobProperty Modifier and Type Method Description List<JobProperty>
JobPropertyDao. 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 JobProperty Modifier and Type Method Description JobProperty
Job. 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 JobProperty Modifier and Type Field Description static 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 JobProperty Modifier and Type Method Description List<JobProperty>
_Job. getJobProperties()
Return the JobProperties.Methods in com.avoka.fc.core.entity.auto with parameters of type JobProperty Modifier and Type Method Description void
_Job. addToJobProperties(JobProperty obj)
Add the JobProperties object.void
_Job. removeFromJobProperties(JobProperty obj)
Remove the JobProperties object.
-