Class VerarbeitungExportPersistence

    • Constructor Detail

      • VerarbeitungExportPersistence

        public VerarbeitungExportPersistence()
        Deprecated.
    • Method Detail

      • 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.
      • 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.