@Embeddable public class VerarbeitungEmail extends AVerarbeitung implements IConsuming, IUploadConsuming, IMailDependent, IUserDependent, IUserGroupDependent
LOGATTR_VERARBEITUNGSNAMEATTR_DISPLAY_NAME| Constructor and Description |
|---|
VerarbeitungEmail() |
convertToLongList, execute, getDefaultProcessingPageFolder, getGuiIcon, getProcessingName, isFileProvidingclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAktionsIdErgebnisseexecute, getAvailableOverrideValue, getGuiIcon, getProcessingName, isFileProvidingpublic void setTo(String to)
public String getTo()
public void setCc(String cc)
public String getCc()
public void setBcc(String bcc)
public String getBcc()
public Boolean getSendSeparateMails()
public void setSendSeparateMails(Boolean sendSeparateMails)
public void setFrom(String from)
public String getFrom()
public void setSenderName(String senderName)
public String getSenderName()
public void setSubject(String subject)
public String getSubject()
public List<String> getUploadElements()
getUploadElements in interface IUploadConsumingFormElement.getAlias()es. These are the upload elements whose files are consumed by this
upload file consuming action.public void setUploadElements(List<String> uploadElements)
setUploadElements in interface IUploadConsuminguploadElements - A list of FormElement.getAlias()es. These are the upload elements whose files are
consumed by this upload file consuming action.public List<String> getActionUUIDs()
getActionUUIDs in interface IConsumingAktion.getUUID()s. These are the actions which are consumed by this actionpublic void setActionUUIDs(List<String> actionUUIDs)
setActionUUIDs in interface IConsumingactionUUIDs - A list of Aktion.getUUID()s. These are the actions which are consumed by this actionprotected IProcessingResult exec(IWorkflowProcessingContext wfpc, Aktion aktion) throws Exception
IProcessing, wird intern von
#execute(IWorkflowProcessingContext) aufgerufen. 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.exec in class AVerarbeitungwfpc - TODOaktion - TODOException - bei (beliebigen) nicht von dieser Implementierung selbst behandelbaren Ausnahmenpublic String getProcessingKey()
getProcessingKey in interface IProcessingpublic String getDisplayName(Locale l)
getDisplayName in interface INamedUiElementgetDisplayName in class AVerarbeitungpublic String getProcessingPage()
getProcessingPage in interface IProcessinggetProcessingPage in class AVerarbeitungpublic String getIcon()
getIcon in interface IProcessinggetIcon in class AVerarbeitungpublic boolean isAvailable(IEntityContext ec, Mandant man)
isAvailable in interface IProcessingpublic void prefillProcessing(IProcessingPrefillData prefillData)
IProcessingprefillProcessing in interface IProcessingprefillData - IProcessingPrefillDatapublic List<String> getUserUUIDs()
getUserUUIDs in interface IUserDependentList of UUIDs of user, which this processing depends onpublic void setUserUUIDs(List<String> userUUIDs)
setUserUUIDs in interface IUserDependentuserUUIDs - List of UUIDs, which this processing depends onpublic List<String> getUserGroupUUIDs()
getUserGroupUUIDs in interface IUserGroupDependentList of UUIDs of user groups, which this processing depends onpublic void setUserGroupUUIDs(List<String> userGroupUUIDs)
setUserGroupUUIDs in interface IUserGroupDependentuserGroupUUIDs - List of UUIDs, which this processing depends on@Deprecated public void setActionIds(List<Long> aktionsIdErgebnisse)
setActionIds in interface IConsuming@Deprecated public List<Long> getActionIds()
getActionIds in interface IConsumingpublic String getPlainBody()
public void setPlainBody(String plainBody)
public String getBody()
public void setBody(String htmlBody)
public String getSendMailType()
public void setSendMailType(String sendMailType)
public boolean renderHTML()
public boolean renderPlain()
public EMailEncrpytionType getEncryptionType()
public void setEncryptionType(EMailEncrpytionType encryptionType)
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.