Class VerarbeitungWriteToFile

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

@Deprecated @Embeddable public class VerarbeitungWriteToFile extends AVerarbeitung implements IProviding, IAttachableFile
Deprecated.
This is part of the old workflow engine. Use the new workflow engine. Actions should implement INodeHandler.
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • VerarbeitungWriteToFile

      public VerarbeitungWriteToFile()
      Deprecated.
  • Method Details

    • getFileContent

      public String getFileContent()
      Deprecated.
      Returns:
      Content of the file. Line endings (CR, LF & LFCR) are converted to CRLF.
    • setFileContent

      public void setFileContent(String fileContent)
      Deprecated.
      Parameters:
      fileContent - to be set
    • setExportName

      public void setExportName(String exportName)
      Deprecated.
      Parameters:
      exportName - name of the file when exporting
    • getExportName

      public String getExportName()
      Deprecated.
      Returns:
      Name of the file when exporting
    • exec

      Deprecated.
      Writes the file contents to a file with the specified export name. Line endings (CR, LF & LFCR) are converted to CRLF. The Result will be added to the IWorkflowProcessingContext
      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:
      WorkflowProcessingException
    • 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.