@Embeddable public class VerarbeitungEmail extends AVerarbeitung implements IConsuming, IUploadConsuming, IMailDependent, IUserDependent, IUserGroupDependent
LOG
ATTR_VERARBEITUNGSNAME
ATTR_DISPLAY_NAME
Constructor and Description |
---|
VerarbeitungEmail() |
convertToLongList, execute, getDefaultProcessingPageFolder, getGuiIcon, getProcessingName, isFileProviding
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAktionsIdErgebnisse
execute, getAvailableOverrideValue, getGuiIcon, getProcessingName, isFileProviding
public 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 IUploadConsuming
FormElement.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 IUploadConsuming
uploadElements
- 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 IConsuming
Aktion.getUUID()
s. These are the actions which are consumed by this actionpublic void setActionUUIDs(List<String> actionUUIDs)
setActionUUIDs
in interface IConsuming
actionUUIDs
- 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 AVerarbeitung
wfpc
- TODOaktion
- TODOException
- bei (beliebigen) nicht von dieser Implementierung selbst behandelbaren Ausnahmenpublic String getProcessingKey()
getProcessingKey
in interface IProcessing
public String getDisplayName(Locale l)
getDisplayName
in interface INamedUiElement
getDisplayName
in class AVerarbeitung
public String getProcessingPage()
getProcessingPage
in interface IProcessing
getProcessingPage
in class AVerarbeitung
public String getIcon()
getIcon
in interface IProcessing
getIcon
in class AVerarbeitung
public boolean isAvailable(IEntityContext ec, Mandant man)
isAvailable
in interface IProcessing
public void prefillProcessing(IProcessingPrefillData prefillData)
IProcessing
prefillProcessing
in interface IProcessing
prefillData
- IProcessingPrefillDatapublic List<String> getUserUUIDs()
getUserUUIDs
in interface IUserDependent
List
of UUIDs of user, which this processing depends onpublic void setUserUUIDs(List<String> userUUIDs)
setUserUUIDs
in interface IUserDependent
userUUIDs
- List
of UUIDs, which this processing depends onpublic List<String> getUserGroupUUIDs()
getUserGroupUUIDs
in interface IUserGroupDependent
List
of UUIDs of user groups, which this processing depends onpublic void setUserGroupUUIDs(List<String> userGroupUUIDs)
setUserGroupUUIDs
in interface IUserGroupDependent
userGroupUUIDs
- 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 IConsuming
public 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.