Uses of Class
de.xima.fc.entities.FormEingang
-
Packages that use FormEingang Package Description de.xima.fc.api.entity Package for the API access of the model classes.de.xima.fc.api.workflow Package für den API-Zugriff auf Workflowverarbeitungde.xima.fc.bl.fdv.savedata de.xima.fc.dao.impl de.xima.fc.dao.interfaces de.xima.fc.data de.xima.fc.entities Package für Datenbankentitätende.xima.fc.form de.xima.fc.form.persist de.xima.fc.handler.entity de.xima.fc.handler.interfaces.entity de.xima.fc.handler.interfaces.workflow de.xima.fc.handler.workflow de.xima.fc.interfaces.form de.xima.fc.logic.form_record.upload de.xima.fc.ms.test.workflow de.xima.fc.testhelper -
-
Uses of FormEingang in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return FormEingang Modifier and Type Method Description FormEingang
FormEingangAPI. create(UserContext uc, FormEingang formEingang, Benutzer vorgangsOwner, Benutzer benutzer)
Deprecated.UseAEntityAPI.create(UserContext, ITransferableEntity)
Method for determining of aFormEingang
.FormEingang
FormEingangAPI. getByUuidAndUser(UserContext uc, UUID recordDataUuid, IUser user)
FormEingang
FormEingangAPI. mostCurrent(UserContext uc, Vorgang vorgang)
Method for determining the most currentFormEingang
elements.Methods in de.xima.fc.api.entity that return types with arguments of type FormEingang Modifier and Type Method Description List<FormEingang>
FormEingangAPI. getAllByPostfost(UserContext uc, Postfach postfach)
Deprecated.List<FormEingang>
FormEingangAPI. getAllByVorgang(UserContext uc, Vorgang vorgang)
Deprecated.List<FormEingang>
FormEingangAPI. getCurrentsByPostfost(UserContext uc, Postfach postfach)
Method for determining all currentFormEingang
objects of aPostfach
.Methods in de.xima.fc.api.entity with parameters of type FormEingang Modifier and Type Method Description FormEingang
FormEingangAPI. create(UserContext uc, FormEingang formEingang, Benutzer vorgangsOwner, Benutzer benutzer)
Deprecated.UseAEntityAPI.create(UserContext, ITransferableEntity)
Method for determining of aFormEingang
. -
Uses of FormEingang in de.xima.fc.api.workflow
Methods in de.xima.fc.api.workflow that return FormEingang Modifier and Type Method Description FormEingang
FormDataAPI. setFormData(UserContext uc, Map<String,List<String>> nvPairs, Vorgang v, FormEingang fe)
Deprecated.Methods in de.xima.fc.api.workflow with parameters of type FormEingang Modifier and Type Method Description String
FormDataAPI. getFormData(UserContext uc, FormEingang fe)
Map<String,List<String>>
FormDataAPI. getFormDataMap(UserContext uc, FormEingang fe)
IFormDataAdapter
FormDataAPI. instFor(UserContext uc, FormEingang fe)
FormEingang
FormDataAPI. setFormData(UserContext uc, Map<String,List<String>> nvPairs, Vorgang v, FormEingang fe)
Deprecated. -
Uses of FormEingang in de.xima.fc.bl.fdv.savedata
Methods in de.xima.fc.bl.fdv.savedata with parameters of type FormEingang Modifier and Type Method Description static IFormDataAdapter
SaveFormDataAdapter. instFor(IEntityContext ec, FormEingang fe)
Deprecated. -
Uses of FormEingang in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return FormEingang Modifier and Type Method Description FormEingang
FormEingangDao. create(IEntityContext ec, FormEingang fe, Benutzer owner, Benutzer updater)
Deprecated.FormEingang
FormEingangDao. mostCurrent(IEntityContext ec, Vorgang v)
FormEingang
FormEingangDao. setFormData(IEntityContext ec, FormEingang fe, String formData)
Methods in de.xima.fc.dao.impl that return types with arguments of type FormEingang Modifier and Type Method Description List<FormEingang>
FormEingangDao. all(IEntityContext ec, de.xima.cmn.criteria.QueryCriteriaManager qcm, Postfach pf)
Deprecated.List<FormEingang>
FormEingangDao. all(IEntityContext ec, Vorgang v)
Deprecated.protected IFCDaoActionHook<FormEingang>
FormEingangDao. getPreActionHook()
Methods in de.xima.fc.dao.impl with parameters of type FormEingang Modifier and Type Method Description FormEingang
FormEingangDao. create(IEntityContext ec, FormEingang fe, Benutzer owner, Benutzer updater)
Deprecated.String
FormEingangDao. getFormData(IEntityContext ec, FormEingang fe)
FormEingang
FormEingangDao. setFormData(IEntityContext ec, FormEingang fe, String formData)
-
Uses of FormEingang in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return FormEingang Modifier and Type Method Description FormEingang
IFormEingangDao. create(IEntityContext ec, FormEingang fe, Benutzer owner, Benutzer updater)
Deprecated.FormEingang
IFormEingangDao. mostCurrent(IEntityContext ec, Vorgang v)
Speziell: für 'Portal'-ZeugFormEingang
IFormEingangDao. setFormData(IEntityContext ec, FormEingang fe, String formData)
Methods in de.xima.fc.dao.interfaces that return types with arguments of type FormEingang Modifier and Type Method Description List<FormEingang>
IFormEingangDao. all(IEntityContext ec, de.xima.cmn.criteria.QueryCriteriaManager qcm, Postfach pf)
Deprecated.List<FormEingang>
IFormEingangDao. all(IEntityContext ec, Vorgang v)
Deprecated.Methods in de.xima.fc.dao.interfaces with parameters of type FormEingang Modifier and Type Method Description FormEingang
IFormEingangDao. create(IEntityContext ec, FormEingang fe, Benutzer owner, Benutzer updater)
Deprecated.String
IFormEingangDao. getFormData(IEntityContext ec, FormEingang fe)
FormEingang
IFormEingangDao. setFormData(IEntityContext ec, FormEingang fe, String formData)
-
Uses of FormEingang in de.xima.fc.data
Methods in de.xima.fc.data with parameters of type FormEingang Modifier and Type Method Description static IFormDataAdapter
SaveFormDataInitializer. initBy(IEntityContext ec, FormEingang fe)
-
Uses of FormEingang in de.xima.fc.entities
Methods in de.xima.fc.entities that return FormEingang Modifier and Type Method Description FormEingang
FormEingangDatei. getBaseEntity()
FormEingang
Vorgang. getCurrentFormeingang()
FormEingang
Attachment. getFormEingang()
Optional.FormEingang
FormRecordSubmission. getFormRecordData()
Gets the form record data (= the submitted form data) of this submission.Methods in de.xima.fc.entities that return types with arguments of type FormEingang Modifier and Type Method Description List<FormEingang>
Vorgang. getFormeingaenge()
Deprecated.Methods in de.xima.fc.entities with parameters of type FormEingang Modifier and Type Method Description void
Vorgang. addFormeingang(FormEingang formeingang)
Deprecated.void
Vorgang. removeFormeingang(FormEingang formeingang)
Deprecated.void
FormEingangDatei. setBaseEntity(FormEingang baseEntity)
void
Vorgang. setCurrentFormeingang(FormEingang currentFormeingang)
Deprecated.void
Attachment. setFormEingang(FormEingang formRecordData)
Optional.void
FormRecordSubmission. setFormRecordData(FormEingang formRecordData)
Gets the form record data (= the submitted form data) of this submission.Method parameters in de.xima.fc.entities with type arguments of type FormEingang Modifier and Type Method Description void
Vorgang. setFormeingaenge(List<FormEingang> formeingaenge)
Deprecated. -
Uses of FormEingang in de.xima.fc.form
Methods in de.xima.fc.form that return FormEingang Modifier and Type Method Description static FormEingang
FormProcessUtil. createFormEingang(IFormRequestContext requestCtx, Vorgang v)
Deprecated.static FormEingang
FormProcessUtil. updateFormEingang(IFormRequestContext requestCtx, Vorgang v)
Deprecated. -
Uses of FormEingang in de.xima.fc.form.persist
Fields in de.xima.fc.form.persist declared as FormEingang Modifier and Type Field Description protected FormEingang
FormPersistContext. formEingang
Methods in de.xima.fc.form.persist that return FormEingang Modifier and Type Method Description FormEingang
FormPersistContext. getFormEingang()
Methods in de.xima.fc.form.persist with parameters of type FormEingang Modifier and Type Method Description void
FormPersistContext. setFormEingang(FormEingang formEingang)
-
Uses of FormEingang in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return FormEingang Modifier and Type Method Description FormEingang
FormEingangHandler. create(UserContext uc, FormEingang fe, Benutzer vorgangsOwner, Benutzer benutzer)
Deprecated.FormEingang
FormEingangHandler. getByUuidAndUser(UserContext uc, UUID recordDataUuid, IUser user)
FormEingang
FormEingangHandler. mostCurrent(UserContext uc, Vorgang v)
Methods in de.xima.fc.handler.entity that return types with arguments of type FormEingang Modifier and Type Method Description List<FormEingang>
FormEingangHandler. getAllBy(UserContext uc, Postfach pf)
Deprecated.List<FormEingang>
FormEingangHandler. getAllBy(UserContext uc, Vorgang v)
Deprecated.List<FormEingang>
FormEingangHandler. getCurrentsBy(UserContext uc, Postfach pf)
Methods in de.xima.fc.handler.entity with parameters of type FormEingang Modifier and Type Method Description FormEingang
FormEingangHandler. create(UserContext uc, FormEingang fe, Benutzer vorgangsOwner, Benutzer benutzer)
Deprecated. -
Uses of FormEingang in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return FormEingang Modifier and Type Method Description FormEingang
IFormEingangHandler. create(UserContext uc, FormEingang fe, Benutzer vorgangsOwner, Benutzer benutzer)
Deprecated.FormEingang
IFormEingangHandler. getByUuidAndUser(UserContext uc, UUID recordDataUuid, IUser user)
Gets the form record data by the given UUID if the user can access it.FormEingang
IFormEingangHandler. mostCurrent(UserContext uc, Vorgang v)
Most current.Methods in de.xima.fc.handler.interfaces.entity that return types with arguments of type FormEingang Modifier and Type Method Description List<FormEingang>
IFormEingangHandler. getAllBy(UserContext uc, Postfach pf)
Deprecated.List<FormEingang>
IFormEingangHandler. getAllBy(UserContext uc, Vorgang v)
Deprecated.List<FormEingang>
IFormEingangHandler. getCurrentsBy(UserContext uc, Postfach pf)
Methods in de.xima.fc.handler.interfaces.entity with parameters of type FormEingang Modifier and Type Method Description FormEingang
IFormEingangHandler. create(UserContext uc, FormEingang fe, Benutzer vorgangsOwner, Benutzer benutzer)
Deprecated. -
Uses of FormEingang in de.xima.fc.handler.interfaces.workflow
Methods in de.xima.fc.handler.interfaces.workflow that return FormEingang Modifier and Type Method Description FormEingang
IFormDataHandler. setFormData(UserContext uc, Map<String,List<String>> nvPairs, Vorgang v, FormEingang fe)
Deprecated.Methods in de.xima.fc.handler.interfaces.workflow with parameters of type FormEingang Modifier and Type Method Description String
IFormDataHandler. getFormData(UserContext uc, FormEingang fe)
Map<String,List<String>>
IFormDataHandler. getFormDataMap(UserContext uc, FormEingang fe)
IFormDataAdapter
IFormDataHandler. instFor(UserContext uc, FormEingang fe)
FormEingang
IFormDataHandler. setFormData(UserContext uc, Map<String,List<String>> nvPairs, Vorgang v, FormEingang fe)
Deprecated. -
Uses of FormEingang in de.xima.fc.handler.workflow
Methods in de.xima.fc.handler.workflow that return FormEingang Modifier and Type Method Description FormEingang
FormDataHandler. setFormData(UserContext uc, Map<String,List<String>> nvPairs, Vorgang v, FormEingang fe)
Deprecated.Methods in de.xima.fc.handler.workflow with parameters of type FormEingang Modifier and Type Method Description String
FormDataHandler. getFormData(UserContext uc, FormEingang fe)
Map<String,List<String>>
FormDataHandler. getFormDataMap(UserContext uc, FormEingang fe)
IFormDataAdapter
FormDataHandler. instFor(UserContext uc, FormEingang fe)
FormEingang
FormDataHandler. setFormData(UserContext uc, Map<String,List<String>> nvPairs, Vorgang v, FormEingang fe)
Deprecated. -
Uses of FormEingang in de.xima.fc.interfaces.form
Methods in de.xima.fc.interfaces.form that return FormEingang Modifier and Type Method Description FormEingang
IFormPersistContext. getFormEingang()
Methods in de.xima.fc.interfaces.form with parameters of type FormEingang Modifier and Type Method Description void
IFormPersistContext. setFormEingang(FormEingang formEingang)
-
Uses of FormEingang in de.xima.fc.logic.form_record.upload
Methods in de.xima.fc.logic.form_record.upload with parameters of type FormEingang Modifier and Type Method Description static FormDataUpdater
FormDataUpdater. forFormRecordData(IEntityContext ec, FormEingang formRecordData, IUser user)
-
Uses of FormEingang in de.xima.fc.ms.test.workflow
Fields in de.xima.fc.ms.test.workflow declared as FormEingang Modifier and Type Field Description protected FormEingang
AWorkflowEngineTest. formData
Methods in de.xima.fc.ms.test.workflow with parameters of type FormEingang Modifier and Type Method Description protected IFormDataAdapter
AWorkflowEngineTest. createFormDataAdapter(FormEingang formData)
Creates the form data adapter for accessing the values of the given form submission. -
Uses of FormEingang in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return FormEingang Modifier and Type Method Description static FormEingang
EntityDummyFactory. dummyFormData(Vorgang formRecord, String formData)
-