Class FcDoiInitBean
- java.lang.Object
-
- de.xima.fc.workflow.designer.bean.nodes.FcDoiInitBean
-
- All Implemented Interfaces:
IElementPropertiesBean<FcDoiInitProps,WorkflowNode>
,INodePropertiesBean<FcDoiInitProps>
,Serializable
@ViewScoped @Named public class FcDoiInitBean extends Object implements INodePropertiesBean<FcDoiInitProps>
Bean with additional logic for controlling theEWorkflowNodeType.FC_DOI_INIT
action.- Since:
- 8.0.3
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FcDoiInitBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isAllowCustomSenderAddress()
boolean
isMailServerSystemScope()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.xima.fc.interfaces.workflow.elements.IElementPropertiesBean
prepareViewForElement, updateCurrentProperties, updateCurrentTask
-
Methods inherited from interface de.xima.fc.interfaces.workflow.nodes.INodePropertiesBean
retrieveCurrentProperties
-
-
-
-
Method Detail
-
isAllowCustomSenderAddress
public boolean isAllowCustomSenderAddress()
- Returns:
- Whether the email server for this client allows a custom sender address to be configured.
-
isMailServerSystemScope
public boolean isMailServerSystemScope()
- Returns:
- Whether the system mail server is used for sending mails (as opposed to a client mail server).
-
-