Class VerarbeitungEmail
java.lang.Object
de.xima.fc.bl.fdv.processing.AVerarbeitung
de.xima.fc.bl.fdv.processing.VerarbeitungEmail
- All Implemented Interfaces:
ITransferable, IConsuming, INamedUiElement, IUploadConsuming, IMailDependent, IUserDependent, IUserGroupDependent, IProcessing, Serializable
@Deprecated
@Embeddable
public class VerarbeitungEmail
extends AVerarbeitung
implements IConsuming, IUploadConsuming, IMailDependent, IUserDependent, IUserGroupDependent
Deprecated.
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface IUploadConsuming
IUploadConsuming.uploadElements -
Field Summary
Fields inherited from class AVerarbeitung
LOGFields inherited from interface INamedUiElement
ATTR_DISPLAY_NAMEFields inherited from interface IProcessing
ATTR_VERARBEITUNGSNAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected IProcessingResultexec(IWorkflowProcessingContext wfpc, Aktion aktion) Deprecated.This is the method that should implement the business logic required by this action.Deprecated.Deprecated.getBcc()Deprecated.getBody()Deprecated.getCc()Deprecated.Deprecated.Deprecated.The display name of this element in the given locale.Deprecated.getFrom()Deprecated.getIcon()Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.getTo()Deprecated.Deprecated.Deprecated.Deprecated.UsegetDirectClientAuthorizationUUIDs()isntead.booleanisAvailable(IEntityContext ec, Mandant client) Deprecated.voidprefillProcessing(IProcessingPrefillData prefillData) Deprecated.Method which is called the processing is createdbooleanDeprecated.booleanDeprecated.voidsetActionIds(List<Long> aktionsIdErgebnisse) Deprecated.voidsetActionUUIDs(List<String> actionUUIDs) Deprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidsetDirectClientAuthorizationUUIDs(List<String> toDirectClientAuthorizations) Deprecated.voidsetEncryptionType(EMailEncrpytionType encryptionType) Deprecated.voidDeprecated.voidsetPlainBody(String plainBody) Deprecated.voidsetReplyTo(List<String> replyTo) Deprecated.voidsetSenderName(String senderName) Deprecated.voidsetSendMailType(String sendMailType) Deprecated.voidsetSendSeparateMails(Boolean sendSeparateMails) Deprecated.voidsetSubject(String subject) Deprecated.voidDeprecated.voidsetUploadElements(List<String> uploadElements) Deprecated.voidsetUserGroupUUIDs(List<String> userGroupUUIDs) Deprecated.voidsetUserUUIDs(List<String> userUUIDs) Deprecated.UsesetDirectClientAuthorizationUUIDs(List)instead.toString()Deprecated.Methods inherited from class AVerarbeitung
convertToLongList, execute, getDefaultProcessingPageFolder, getGuiIcon, getProcessingName, isFileProvidingMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface IConsuming
getAktionsIdErgebnisseMethods inherited from interface IProcessing
execute, getAvailableOverrideValue, getGuiIcon, getProcessingName, isFileProviding
-
Constructor Details
-
VerarbeitungEmail
public VerarbeitungEmail()Deprecated.
-
-
Method Details
-
getActionIds
Deprecated.- Specified by:
getActionIdsin interfaceIConsuming
-
setActionIds
Deprecated.- Specified by:
setActionIdsin interfaceIConsuming
-
getActionUUIDs
Deprecated.- Specified by:
getActionUUIDsin interfaceIConsuming- Returns:
- A list of
Aktion.getUUID()s. These are the actions which are consumed by this action
-
setActionUUIDs
Deprecated.- Specified by:
setActionUUIDsin interfaceIConsuming- Parameters:
actionUUIDs- A list ofAktion.getUUID()s. These are the actions which are consumed by this action
-
getBcc
Deprecated. -
setBcc
Deprecated. -
getBody
Deprecated. -
setBody
Deprecated. -
getCc
Deprecated. -
setCc
Deprecated. -
getDirectClientAuthorizationUUIDs
-
setDirectClientAuthorizationUUIDs
-
getDisplayName
Deprecated.Description copied from interface:INamedUiElementThe display name of this element in the given locale.- Specified by:
getDisplayNamein interfaceINamedUiElement- Overrides:
getDisplayNamein classAVerarbeitung- Parameters:
l- The locale to get the display name for.- Returns:
- The display name of this element in the given locale.
-
getEncryptionType
Deprecated. -
setEncryptionType
Deprecated. -
getFrom
Deprecated. -
setFrom
Deprecated. -
getIcon
Deprecated.- Specified by:
getIconin interfaceIProcessing- Overrides:
getIconin classAVerarbeitung- Returns:
- The icon ID for this action.
-
getLicenseKey
-
getPlainBody
Deprecated. -
setPlainBody
Deprecated. -
getProcessingKey
Deprecated.- Specified by:
getProcessingKeyin interfaceIProcessing
-
getProcessingPage
Deprecated.- Specified by:
getProcessingPagein interfaceIProcessing- Overrides:
getProcessingPagein classAVerarbeitung
-
getReplyTo
-
setReplyTo
-
getSendMailType
Deprecated. -
setSendMailType
Deprecated. -
getSendSeparateMails
Deprecated. -
setSendSeparateMails
Deprecated. -
getSenderName
Deprecated. -
setSenderName
Deprecated. -
getSubject
Deprecated. -
setSubject
Deprecated. -
getTo
Deprecated. -
setTo
Deprecated. -
getUploadElements
Deprecated.- Specified by:
getUploadElementsin interfaceIUploadConsuming- Returns:
- A list of
FormElement.getAlias()es. These are the upload elements whose files are consumed by this upload file consuming action.
-
setUploadElements
Deprecated.- Specified by:
setUploadElementsin interfaceIUploadConsuming- Parameters:
uploadElements- A list ofFormElement.getAlias()es. These are the upload elements whose files are consumed by this upload file consuming action.
-
getUserGroupUUIDs
Deprecated.- Specified by:
getUserGroupUUIDsin interfaceIUserGroupDependent- Returns:
Listof UUIDs of user groups, which this processing depends on
-
setUserGroupUUIDs
Deprecated.- Specified by:
setUserGroupUUIDsin interfaceIUserGroupDependent- Parameters:
userGroupUUIDs-Listof UUIDs, which this processing depends on
-
getUserUUIDs
Deprecated.UsegetDirectClientAuthorizationUUIDs()isntead.- Specified by:
getUserUUIDsin interfaceIUserDependent- Returns:
Listof UUIDs of user, which this processing depends on
-
setUserUUIDs
Deprecated.UsesetDirectClientAuthorizationUUIDs(List)instead.- Specified by:
setUserUUIDsin interfaceIUserDependent- Parameters:
userUUIDs-Listof UUIDs, which this processing depends on
-
isAvailable
Deprecated.- Specified by:
isAvailablein interfaceIProcessing- Overrides:
isAvailablein classAVerarbeitung
-
prefillProcessing
Deprecated.Description copied from interface:IProcessingMethod which is called the processing is created- Specified by:
prefillProcessingin interfaceIProcessing- Parameters:
prefillData- IProcessingPrefillData
-
renderHTML
public boolean renderHTML()Deprecated. -
renderPlain
public boolean renderPlain()Deprecated. -
toString
-
exec
Deprecated.Description copied from class:AVerarbeitungThis is the method that should implement the business logic required by this action. This method is called internally byAVerarbeitung.execute(IWorkflowProcessingContext, Aktion).- Specified by:
execin classAVerarbeitung- 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.
-
INodeHandler.