FormSubmission
class FormSubmission[Owner, Schema, Domain]The exact valid edit state sent to one persistence operation.
Completion must return token to the workflow; revision records whether edits occurred while persistence was in flight.
Defined by scalive.FormSubmission. View source (scalive/api/src/scalive/forms/FormWorkflow.scala:41-46)
Methods2
value
def value: DomainDefined by scalive.FormSubmission.value. View source (scalive/api/src/scalive/forms/FormWorkflow.scala:46-46)
values
def values: FormValues[Owner, Schema]Defined by scalive.FormSubmission.values. View source (scalive/api/src/scalive/forms/FormWorkflow.scala:45-45)
Values3
revision
val revision: FormRevisionDefined by scalive.FormSubmission.revision. View source (scalive/api/src/scalive/forms/FormWorkflow.scala:43-43)
snapshot
val snapshot: ValidFormSnapshot[Owner, Schema, Domain]Defined by scalive.FormSubmission.snapshot. View source (scalive/api/src/scalive/forms/FormWorkflow.scala:44-44)
token
val token: FormSubmissionTokenDefined by scalive.FormSubmission.token. View source (scalive/api/src/scalive/forms/FormWorkflow.scala:42-42)