Uses of Class
de.xima.fc.mdl.enums.EFormRecordSubmitContext
-
Packages that use EFormRecordSubmitContext Package Description de.xima.fc.api.entity Package for the API access of the model classes.de.xima.fc.entities Package für Datenbankentitätende.xima.fc.handler.entity de.xima.fc.handler.interfaces.entity de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes. -
-
Uses of EFormRecordSubmitContext in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity with parameters of type EFormRecordSubmitContext Modifier and Type Method Description Vorgang
VorgangAPI. addSubmission(UserContext uc, Vorgang formRecord, EFormRecordSubmitContext submitContext, FrontendServer submitFrontendServer, String submitServerBaseUrl)
Adds a new submission to the form record. -
Uses of EFormRecordSubmitContext in de.xima.fc.entities
Methods in de.xima.fc.entities with parameters of type EFormRecordSubmitContext Modifier and Type Method Description void
Vorgang. addSubmission(IUser user, EFormRecordSubmitContext submitContext, FrontendServer submitFrontendServer, String submitServerBaseUrl)
Adds a new submission to the form record.void
FormRecordSubmission. setSubmitContext(EFormRecordSubmitContext submitContext)
-
Uses of EFormRecordSubmitContext in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity with parameters of type EFormRecordSubmitContext Modifier and Type Method Description Vorgang
VorgangHandler. addSubmission(UserContext uc, Vorgang formRecord, EFormRecordSubmitContext submitContext, FrontendServer submitFrontendServer, String submitServerBaseUrl)
-
Uses of EFormRecordSubmitContext in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity with parameters of type EFormRecordSubmitContext Modifier and Type Method Description Vorgang
IVorgangHandler. addSubmission(UserContext uc, Vorgang formRecord, EFormRecordSubmitContext submitContext, FrontendServer submitFrontendServer, String submitServerBaseUrl)
Adds a new submission to the form record. -
Uses of EFormRecordSubmitContext in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EFormRecordSubmitContext Modifier and Type Method Description static EFormRecordSubmitContext
EFormRecordSubmitContext. valueOf(String name)
Returns the enum constant of this type with the specified name.static EFormRecordSubmitContext[]
EFormRecordSubmitContext. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-