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 VorgangVorgangAPI. 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 voidVorgang. addSubmission(IUser user, EFormRecordSubmitContext submitContext, FrontendServer submitFrontendServer, String submitServerBaseUrl)Adds a new submission to the form record.voidFormRecordSubmission. 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 VorgangVorgangHandler. 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 VorgangIVorgangHandler. 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 EFormRecordSubmitContextEFormRecordSubmitContext. 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.
-