Uses of Class
com.avoka.fc.core.entity.SubmissionExtractJson
-
Packages that use SubmissionExtractJson Package Description com.avoka.fc.core.entity.auto Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne. -
-
Uses of SubmissionExtractJson in com.avoka.fc.core.entity.auto
Fields in com.avoka.fc.core.entity.auto with type parameters of type SubmissionExtractJson Modifier and Type Field Description static org.apache.cayenne.exp.Property<SubmissionExtractJson>
_Submission. EXTRACT_JSON
Provides the 'EXTRACT_JSON' property.Methods in com.avoka.fc.core.entity.auto that return SubmissionExtractJson Modifier and Type Method Description SubmissionExtractJson
_Submission. getExtractJson()
Return the ExtractJson.Methods in com.avoka.fc.core.entity.auto with parameters of type SubmissionExtractJson Modifier and Type Method Description void
_Submission. setExtractJson(SubmissionExtractJson extractJson)
Set the ExtractJson.
-