| Package | Description | 
|---|---|
| de.xima.fc.api.workflow | 
 Package für den API-Zugriff auf Workflowverarbeitung 
 | 
| de.xima.fc.bl.fdv | |
| de.xima.fc.bl.fdv.processing.helper | |
| de.xima.fc.bl.fdv.savedata | |
| de.xima.fc.com.interfaces | 
 Package with default remote interfaces for the communication between master- and frontend-server 
 | 
| de.xima.fc.data | |
| de.xima.fc.form | |
| de.xima.fc.form.identitytoken | |
| de.xima.fc.form.request | |
| de.xima.fc.fs.callback | |
| de.xima.fc.fs.server | 
 Die Frontendserver-Implementierung 
 | 
| de.xima.fc.handler.interfaces.workflow | |
| de.xima.fc.handler.workflow | |
| de.xima.fc.interfaces.form | |
| de.xima.fc.interfaces.placeholder | |
| de.xima.fc.interfaces.placeholder.params | |
| de.xima.fc.interfaces.plugin.param.replacer | |
| de.xima.fc.interfaces.processing | |
| de.xima.fc.mdl.form | |
| de.xima.fc.mdl.placeholder | |
| de.xima.fc.mdl.savedata | 
 Adapterklassen zur Formulardatenverarbeitung 
 | 
| de.xima.fc.mdl.workflow | |
| de.xima.fc.pdf | |
| de.xima.fc.placeholder | |
| de.xima.fc.plugin.models.params.replacer | |
| de.xima.fc.transform.xml | 
| Modifier and Type | Method and Description | 
|---|---|
IFormDataAdapter | 
FormDataAPI.instFor(UserContext uc,
       FormEingang fe)  | 
IFormDataAdapter | 
FormDataAPI.instFor(UserContext uc,
       Vorgang vorgang)
Methode zum Ermitteln der FlattenForm-Daten eines  
Vorgangs | 
| Modifier and Type | Method and Description | 
|---|---|
IFormDataAdapter | 
WorkflowProcessing.getFdaData()  | 
IFormDataAdapter | 
WorkflowProcessingContext.getFormDataAdapter()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
ConditionCheck.accept(IFormDataAdapter fd,
      WorkflowProcessingContext wpc)
Liefert  
true, wenn die Bedingung dieses Checks von den übergebenen Formulardaten erfüllt wird. | 
WorkflowProcessingContext | 
WorkflowProcessingContextManager.createContext(Vorgang process,
             IWorkflowProcessing processing,
             IXForm xForm,
             IXFormRenderConfig xformConfig,
             IFormDataAdapter formDataAdapter,
             IEntityContext entityContext,
             Map<String,Serializable> sessionAttributes)  | 
WorkflowProcessingContext | 
WorkflowProcessingContextManager.createContext(Vorgang vorgang,
             IWorkflowProcessing processing,
             IXForm xForm,
             IXFormRenderConfig xformConfig,
             IFormDataAdapter formDataAdapter,
             IEntityContext entityContext,
             SessionAttributes sessionAttributes)
 | 
void | 
WorkflowProcessingContext.setFormDataAdapter(IFormDataAdapter formDataAdapter)  | 
| Constructor and Description | 
|---|
WorkflowProcessing(Vorgang v,
                  Projekt p,
                  Status zielStatus,
                  Benutzer curBen,
                  IFormDataAdapter fdaData,
                  IEntityContext ec,
                  Map<String,Serializable> sessionAttributes,
                  IXFormRenderConfig xformConfig)  | 
WorkflowProcessing(Vorgang v,
                  Projekt p,
                  Status zielStatus,
                  Benutzer curBen,
                  IFormDataAdapter fdaData,
                  IEntityContext ec,
                  Map<String,Serializable> sessionAttributes,
                  IXFormRenderConfig xformConfig,
                  boolean anonymize)  | 
WorkflowProcessing(Vorgang v,
                  Projekt p,
                  Status zielStatus,
                  Benutzer curBen,
                  IFormDataAdapter fdaData,
                  IEntityContext ec,
                  SessionAttributes sessionAttributes,
                  IXFormRenderConfig xformConfig)
 | 
WorkflowProcessingContext(Vorgang process,
                         IWorkflowProcessing processing,
                         IXForm xForm,
                         IXFormRenderConfig xformConfig,
                         IFormDataAdapter formDataAdapter,
                         IEntityContext entityContext,
                         Map<String,Serializable> sessionAttributes)  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
PdfFillHelper.fillPdfForm(org.apache.pdfbox.pdmodel.PDDocument pdDoc,
           IFormDataAdapter fda,
           IWorkflowProcessingContext wpc)
Deprecated. 
 
use  
PDFFiller | 
static HashMap<String,HashMap<String,String>> | 
PdfFillHelper.getFieldOptions(String identifier,
               boolean asAlias,
               IFormDataAdapter fda)
Deprecated. 
 
 | 
static String | 
PdfFillHelper.getFunctionResultValue(String value,
                      String acroFieldName,
                      IFormDataAdapter fda)
 | 
| Modifier and Type | Method and Description | 
|---|---|
static IFormDataAdapter | 
SaveFormDataAdapter.extendSendData(IEntityContext ec,
              Vorgang vorgang,
              IFormDataAdapter fdaData,
              XForm xform)
 | 
static IFormDataAdapter | 
SaveFormDataAdapter.instFor(IEntityContext ec,
       FormEingang fe)
Deprecated. 
 
 | 
static IFormDataAdapter | 
SaveFormDataAdapter.instFor(IEntityContext ec,
       Map<String,List<String>> dataMap,
       Vorgang v)
Deprecated. 
 
 | 
static IFormDataAdapter | 
SaveFormDataAdapter.instFor(IEntityContext ec,
       Vorgang v)
Deprecated. 
 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static IFormDataAdapter | 
SaveFormDataAdapter.extendSendData(IEntityContext ec,
              Vorgang vorgang,
              IFormDataAdapter fdaData,
              XForm xform)
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IFSSession.callback(String callbackHandlerName,
        IFormDataAdapter formData,
        Vorgang process)
Method to perform an callback on the frontend-server 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static IFormDataAdapter | 
SaveFormDataInitializer.extendXFormData(IEntityContext ec,
               Vorgang vorgang,
               IFormDataAdapter fdaData,
               IXForm xform)
 | 
static IFormDataAdapter | 
SaveFormDataInitializer.extendXFormData(IEntityContext ec,
               Vorgang vorgang,
               IFormDataAdapter fdaData,
               IXForm xform,
               IXFormRenderConfig config)  | 
static IFormDataAdapter | 
SaveFormDataInitializer.initBy(IEntityContext ec,
      FormEingang fe)  | 
static IFormDataAdapter | 
SaveFormDataInitializer.initBy(IEntityContext ec,
      FormVersion formVersion)  | 
static IFormDataAdapter | 
SaveFormDataInitializer.initBy(IEntityContext ec,
      Map<String,List<String>> dataMap,
      Vorgang v)  | 
static IFormDataAdapter | 
SaveFormDataInitializer.initBy(IEntityContext ec,
      Vorgang v)  | 
| Modifier and Type | Method and Description | 
|---|---|
static String | 
FormProcessUtils.replaceProcessSubject(IEntityContext ec,
                     IFormDataAdapter formData,
                     Vorgang process)
Returns the subject of the given process while placeholders will be replaced by the given form data 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static IdentityTokenGeneration | 
IdentityTokenGeneration.perform(IEntityContext ec,
       IFormDataAdapter fda,
       FormVersion formVersion,
       Projekt project)
When enabled, an ID is generated based on the data of a submitted form. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected IFormDataAdapter | 
FormRequestContext.formData  | 
| Modifier and Type | Method and Description | 
|---|---|
IFormDataAdapter | 
FormRequestContext.getFormData()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
FormRequestContext.setFormData(IFormDataAdapter formData)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ICallback.execute(IFormDataAdapter saveFormData,
       Vorgang vorgang)  | 
static void | 
CallbackExecuter.resolveCallback(String callbackName,
               IFormDataAdapter saveFormData,
               Vorgang vorgang)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
FSSessionImpl.callback(String callbackName,
        IFormDataAdapter saveFormData,
        Vorgang vorgang)  | 
static void | 
FSServer.execCallback(String connectionID,
            String callbackName,
            IFormDataAdapter saveFormData,
            Vorgang vorgang)  | 
| Modifier and Type | Method and Description | 
|---|---|
IFormDataAdapter | 
IFormDataHandler.instFor(UserContext uc,
       FormEingang fe)  | 
IFormDataAdapter | 
IFormDataHandler.instFor(UserContext uc,
       Vorgang v)  | 
| Modifier and Type | Method and Description | 
|---|---|
IFormDataAdapter | 
FormDataHandler.instFor(UserContext uc,
       FormEingang fe)  | 
IFormDataAdapter | 
FormDataHandler.instFor(UserContext uc,
       Vorgang v) | 
| Modifier and Type | Method and Description | 
|---|---|
IFormDataAdapter | 
IFormRequestContext.getFormData()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IFormRequestContext.setFormData(IFormDataAdapter formData)  | 
| Modifier and Type | Method and Description | 
|---|---|
default String | 
IFormValueReplacer.replace(IEntityContext ec,
       String placeholder,
       String placeholderContent,
       IFormDataAdapter fda,
       FormVersion fv,
       boolean encodeForHTML)  | 
| Modifier and Type | Method and Description | 
|---|---|
IFormDataAdapter | 
IFormReplacerParams.getFormData()  | 
| Modifier and Type | Method and Description | 
|---|---|
IFormDataAdapter | 
IPluginFormReplacerParams.getFormDataAdapter()  | 
| Modifier and Type | Method and Description | 
|---|---|
IFormDataAdapter | 
IWorkflowProcessingContext.getFormDataAdapter()  | 
| Modifier and Type | Method and Description | 
|---|---|
IFormDataAdapter | 
FormRenderData.getFormData()  | 
IFormDataAdapter | 
FormRequestData.getFormDataTemplate()  | 
IFormDataAdapter | 
FormPersistData.getMergedFormData()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
FormRenderData.setFormData(IFormDataAdapter formData)  | 
void | 
FormRequestData.setFormDataTemplate(IFormDataAdapter formDataTemplate)  | 
void | 
FormPersistData.setMergedFormData(IFormDataAdapter mergedFormData)  | 
| Modifier and Type | Method and Description | 
|---|---|
IFormDataAdapter | 
DefaultReplacerParameters.getFormData()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DefaultReplacerParameters.setFormData(IFormDataAdapter formData)  | 
| Constructor and Description | 
|---|
DefaultReplacerParameters(IFormDataAdapter formData,
                         FormVersion formVersion,
                         boolean encodeForHTML)  | 
DefaultReplacerParameters(IFormDataAdapter formData,
                         Vorgang process)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ASaveFormData  | 
class  | 
GenericSaveFormData  | 
| Modifier and Type | Method and Description | 
|---|---|
static IFormDataAdapter | 
SaveFormDataFactory.getNewSaveData(FormVersion fv)  | 
| Modifier and Type | Method and Description | 
|---|---|
IFormDataAdapter | 
WorkflowStartingContext.getFDAData()  | 
| Constructor and Description | 
|---|
WorkflowStartingContext(UserContext usersContext,
                       Vorgang vorgang,
                       IFormDataAdapter fdaData,
                       boolean isReSubmit)  | 
WorkflowStartingContext(UserContext usersContext,
                       Vorgang vorgang,
                       IFormDataAdapter fdaData,
                       boolean isReSubmit,
                       Map<String,Serializable> sessionAttributes,
                       IXFormRenderConfig formConfig)  | 
WorkflowStartingContext(UserContext usersContext,
                       Vorgang vorgang,
                       IFormDataAdapter fdaData,
                       boolean isReSubmit,
                       Map<String,Serializable> sessionAttributes,
                       IXFormRenderConfig formConfig,
                       boolean anonymize)  | 
WorkflowStartingContext(UserContext usersContext,
                       Vorgang vorgang,
                       IFormDataAdapter fdaData,
                       boolean isReSubmit,
                       Map<String,Serializable> sessionAttributes,
                       XFormRenderConfig formConfig)
Deprecated. 
 
 | 
WorkflowStartingContext(UserContext usersContext,
                       Vorgang vorgang,
                       IFormDataAdapter fdaData,
                       boolean isReSubmit,
                       SessionAttributes sessionAttributes,
                       XFormRenderConfig formConfig)
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PDFFiller.fill(IFormDataAdapter fda,
    IWorkflowProcessingContext wpc,
    boolean flatten)  | 
static HashMap<String,HashMap<String,String>> | 
PDFFiller.getFieldOptions(String identifier,
               boolean asAlias,
               IFormDataAdapter fda)  | 
static String | 
PDFFiller.getFunctionResultValue(String value,
                      String acroFieldName,
                      IFormDataAdapter fda)  | 
| Modifier and Type | Method and Description | 
|---|---|
static String | 
PlaceholderReplacer.parse(IEntityContext ec,
     String text,
     IFormDataAdapter fda,
     IWorkflowProcessingContext wpc,
     Vorgang vorgang,
     Mandant mandant,
     boolean encodeForHTML)
Diese Methode dient dazu, all verfügbaren Parser auf einen Text anzuwenden. 
 | 
static String | 
PlaceholderReplacer.parse(IEntityContext ec,
     String text,
     IFormDataAdapter fda,
     Mandant client,
     FormVersion formVersion,
     boolean encodeForHTML)
This method applies all available placeholder replacers on the given text. 
 | 
static String | 
PlaceholderReplacer.parse(IEntityContext ec,
     String text,
     IFormDataAdapter fda,
     Mandant client,
     Vorgang formRecord,
     boolean encodeForHTML)
This method applies all available placeholder replacers on the given text. 
 | 
static String | 
PlaceholderReplacer.parseForFormValues(IEntityContext ec,
                  String text,
                  IFormDataAdapter formData,
                  FormVersion formVersion,
                  boolean encodeForHTML)
Diese Methode dient dazu, Formularelementplatzhalter durch Formularwerte zu ersetzten. 
 | 
static String | 
PlaceholderReplacer.replaceFormValue(IEntityContext ec,
                String placeholder,
                String placeholderContent,
                IFormDataAdapter formData,
                FormVersion formVersion,
                boolean encodeForHTML)  | 
| Modifier and Type | Method and Description | 
|---|---|
IFormDataAdapter | 
PluginFormReplacerParams.getFormDataAdapter()  | 
| Constructor and Description | 
|---|
PluginFormReplacerParams(IEntityContext ec,
                        String placeholder,
                        String placeholderContent,
                        IFormDataAdapter fda,
                        FormVersion formversion,
                        boolean encodeForHTML)  | 
| Modifier and Type | Method and Description | 
|---|---|
FdToXmlResult | 
FdToXmlBuilder.buildForProcess(UserContext uc,
               Vorgang formRecord,
               IFormDataAdapter fda,
               IXForm xform)
Builds the XML export of an single form record 
 | 
static RootFdXml | 
FDToXmlTransformer.createForSingleVorgang(Vorgang process,
                      IFormDataAdapter formData,
                      IXForm xform)
 | 
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.