Class VerarbeitungEmail

    • Constructor Detail

      • VerarbeitungEmail

        public VerarbeitungEmail()
        Deprecated.
    • Method Detail

      • setTo

        public void setTo​(String to)
        Deprecated.
      • getTo

        public String getTo()
        Deprecated.
      • setCc

        public void setCc​(String cc)
        Deprecated.
      • getCc

        public String getCc()
        Deprecated.
      • setBcc

        public void setBcc​(String bcc)
        Deprecated.
      • getBcc

        public String getBcc()
        Deprecated.
      • getSendSeparateMails

        public Boolean getSendSeparateMails()
        Deprecated.
      • setSendSeparateMails

        public void setSendSeparateMails​(Boolean sendSeparateMails)
        Deprecated.
      • setFrom

        public void setFrom​(String from)
        Deprecated.
      • getFrom

        public String getFrom()
        Deprecated.
      • getReplyTo

        public List<String> getReplyTo()
        Deprecated.
      • setReplyTo

        public void setReplyTo​(List<String> replyTo)
        Deprecated.
      • setSenderName

        public void setSenderName​(String senderName)
        Deprecated.
      • getSenderName

        public String getSenderName()
        Deprecated.
      • setSubject

        public void setSubject​(String subject)
        Deprecated.
      • getSubject

        public String getSubject()
        Deprecated.
      • setActionUUIDs

        public void setActionUUIDs​(List<String> actionUUIDs)
        Deprecated.
        Specified by:
        setActionUUIDs in interface IConsuming
        Parameters:
        actionUUIDs - A list of Aktion.getUUID()s. These are the actions which are consumed by this action
      • exec

        protected IProcessingResult exec​(IWorkflowProcessingContext wfpc,
                                         Aktion aktion)
                                  throws Exception
        Deprecated.
        This is the method that should implement the business logic required by this action. This method is called internally by AVerarbeitung.execute(IWorkflowProcessingContext, Aktion). Konkret realisiert diese Methode das senden einer E-Mail an einen angegebenen Empfänger. Es können hierbei Ressourcen bzw. Ergebnisse aus vorherigen Aktionen verwendet und mitgesandt werden.
        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.
      • prefillProcessing

        public void prefillProcessing​(IProcessingPrefillData prefillData)
        Deprecated.
        Description copied from interface: IProcessing
        Method which is called the processing is created
        Specified by:
        prefillProcessing in interface IProcessing
        Parameters:
        prefillData - IProcessingPrefillData
      • setUserUUIDs

        public void setUserUUIDs​(List<String> userUUIDs)
        Deprecated.
        Specified by:
        setUserUUIDs in interface IUserDependent
        Parameters:
        userUUIDs - List of UUIDs, which this processing depends on
      • getPlainBody

        public String getPlainBody()
        Deprecated.
      • setPlainBody

        public void setPlainBody​(String plainBody)
        Deprecated.
      • getBody

        public String getBody()
        Deprecated.
      • setBody

        public void setBody​(String htmlBody)
        Deprecated.
      • getSendMailType

        public String getSendMailType()
        Deprecated.
      • setSendMailType

        public void setSendMailType​(String sendMailType)
        Deprecated.
      • renderHTML

        public boolean renderHTML()
        Deprecated.
      • renderPlain

        public boolean renderPlain()
        Deprecated.
      • setEncryptionType

        public void setEncryptionType​(EMailEncrpytionType encryptionType)
        Deprecated.