Uses of Class
com.avoka.fc.core.entity.SubmissionMilestone
-
Packages that use SubmissionMilestone Package Description com.avoka.fc.core.dao Provides the Data Access Objects used by SmartForm Manager.com.avoka.fc.core.entity.auto Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.com.avoka.fc.core.sysevent -
-
Uses of SubmissionMilestone in com.avoka.fc.core.dao
Methods in com.avoka.fc.core.dao that return SubmissionMilestone Modifier and Type Method Description SubmissionMilestone
SubmissionMilestoneDao. addMilestone(Submission submission, String milestone, RequestLog requestLog)
Add a submission milestone and registers it with the data context.SubmissionMilestone
SubmissionMilestoneDao. getMostRecentMilestone(Submission submission)
Return the most recent milestone logged against the submission, if any. -
Uses of SubmissionMilestone in com.avoka.fc.core.entity.auto
Fields in com.avoka.fc.core.entity.auto with type parameters of type SubmissionMilestone Modifier and Type Field Description static org.apache.cayenne.exp.Property<List<SubmissionMilestone>>
_RequestLog. MILESTONES
Provides the 'MILESTONES' property.static org.apache.cayenne.exp.Property<List<SubmissionMilestone>>
_Submission. MILESTONES
Provides the 'MILESTONES' property.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type SubmissionMilestone Modifier and Type Method Description List<SubmissionMilestone>
_RequestLog. getMilestones()
Return the Milestones.List<SubmissionMilestone>
_Submission. getMilestones()
Return the Milestones.Methods in com.avoka.fc.core.entity.auto with parameters of type SubmissionMilestone Modifier and Type Method Description void
_RequestLog. addToMilestones(SubmissionMilestone obj)
Add the Milestones object.void
_Submission. addToMilestones(SubmissionMilestone obj)
Add the Milestones object.void
_RequestLog. removeFromMilestones(SubmissionMilestone obj)
Remove the Milestones object.void
_Submission. removeFromMilestones(SubmissionMilestone obj)
Remove the Milestones object. -
Uses of SubmissionMilestone in com.avoka.fc.core.sysevent
Methods in com.avoka.fc.core.sysevent with parameters of type SubmissionMilestone Modifier and Type Method Description void
SysEventBuilder.ISysEventBuilder. addMilestone(SubmissionMilestone sm)
Registers the submission milestone for inclusion in the system event messages.
-