Class VerarbeitungExportPersistence

java.lang.Object
de.xima.fc.bl.fdv.processing.AVerarbeitung
de.xima.fc.bl.fdv.processing.VerarbeitungExportPersistence
All Implemented Interfaces:
ITransferable, IAttachableFile, INamedUiElement, IProviding, IProcessing, Serializable

@Deprecated @Embeddable public class VerarbeitungExportPersistence extends AVerarbeitung implements IProviding, IAttachableFile
Deprecated.
This is part of the old workflow engine. Use the new workflow engine. Actions should implement INodeHandler.
Formulardatenverarbeitung - Export von eingegangenen Formulardaten als Persistence-Datei.
See Also:
  • Constructor Details

    • VerarbeitungExportPersistence

      public VerarbeitungExportPersistence()
      Deprecated.
  • Method Details

    • setExportFileName

      public void setExportFileName(String exportFileName)
      Deprecated.
      Setter für den Dateinamen der Zieldatei.
    • getExportFileName

      public String getExportFileName()
      Deprecated.
      Getter für den Dateinamen der Zieldatei.
    • exec

      protected IProcessingResult exec(IWorkflowProcessingContext wfpc, Aktion aktion) throws Exception
      Deprecated.
      Stellt die Formulardaten als Persistence-Datei bereit.
      Specified by:
      exec in class AVerarbeitung
      Parameters:
      wfpc - The current workflow processing context that should be used to execute this action.
      aktion - The action entity corresponding to the action to be executed.
      Throws:
      Exception - When this action could not be executed and the error could not be handled by this action.
    • getProcessingKey

      public String getProcessingKey()
      Deprecated.
      Specified by:
      getProcessingKey in interface IProcessing
    • getLicenseKey

      public String getLicenseKey()
      Deprecated.
      Specified by:
      getLicenseKey in interface IProcessing
    • getDisplayName

      public String getDisplayName(Locale l)
      Deprecated.
      Specified by:
      getDisplayName in interface INamedUiElement
      Overrides:
      getDisplayName in class AVerarbeitung
      Returns:
      Wert, der das entsprechende Objekt an Oberfläche repräsentiert (wird i.A. zur Laufzeit ermittelt).
    • getProcessingPage

      public String getProcessingPage()
      Deprecated.
      Specified by:
      getProcessingPage in interface IProcessing
      Overrides:
      getProcessingPage in class AVerarbeitung
    • getIcon

      public String getIcon()
      Deprecated.
      Specified by:
      getIcon in interface IProcessing
      Overrides:
      getIcon in class AVerarbeitung
      Returns:
      The icon ID for this action.
    • isAttachToFormRecord

      public boolean isAttachToFormRecord()
      Deprecated.
      Specified by:
      isAttachToFormRecord in interface IAttachableFile
      Returns:
      Whether files created by this file providing action are attached to the form record.
    • setAttachToFormRecord

      public void setAttachToFormRecord(boolean attachToFormRecord)
      Deprecated.
      Specified by:
      setAttachToFormRecord in interface IAttachableFile
      Parameters:
      attachToFormRecord - Whether files created by this file providing action are attached to the form record.