Class VerarbeitungSendToSalesforce

All Implemented Interfaces:
ITransferable, INamedUiElement, IParameterProcessing, IProcessing, Serializable

@Deprecated public class VerarbeitungSendToSalesforce extends AParameterVerarbeitung implements IParameterProcessing
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

    • VerarbeitungSendToSalesforce

      public VerarbeitungSendToSalesforce()
      Deprecated.
  • Method Details

    • setTextbausteinId

      public void setTextbausteinId(long textbausteinId)
      Deprecated.
    • getTextbausteinId

      public long getTextbausteinId()
      Deprecated.
    • exec

      protected IProcessingResult exec(IWorkflowProcessingContext wfpc, Aktion aktion) throws Exception
      Deprecated.
      Description copied from class: AVerarbeitung
      This is the method that should implement the business logic required by this action. This method is called internally by AVerarbeitung.execute(IWorkflowProcessingContext, Aktion).
      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.
    • getSourceAktionId

      public long getSourceAktionId()
      Deprecated.
      Returns:
      the sourceAktionId
    • setSourceAktionId

      public void setSourceAktionId(long sourceAktionId)
      Deprecated.
      Parameters:
      sourceAktionId - the sourceAktionId to set
    • 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).