Uses of Class
de.xima.fc.workflow.model.nodes.FcEmailProps
-
-
Uses of FcEmailProps in de.xima.fc.workflow.designer.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes that return FcEmailProps Modifier and Type Method Description FcEmailProps
FcEmailHandler. getPrototypeModelData(String label, IGuiIcon icon, IGetElementPrototypesParams params)
Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcEmailProps Modifier and Type Method Description Class<FcEmailProps>
FcEmailHandler. getDataModelClass()
Class<? extends INodePropertiesBean<FcEmailProps>>
FcEmailHandler. getPropertiesBeanClass()
Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcEmailProps Modifier and Type Method Description INormalCompletionResult
FcEmailHandler. execute(INodeExecutionParams<FcEmailProps> params)
ISummaryKeyValueModel
FcEmailHandler. getElementSummaryKeyValueModel(IGetElementSummaryParams<FcEmailProps> params)
boolean
FcEmailHandler. isAvailable(IIsAvailableParams<FcEmailProps> params)
IWorkflowElementValidationResult
FcEmailHandler. validateLocal(IElementLocalValidationParams<FcEmailProps,WorkflowNode> params)
-
Uses of FcEmailProps in de.xima.fc.workflow.executor
Constructor parameters in de.xima.fc.workflow.executor with type arguments of type FcEmailProps Constructor Description FcEmailExecutor(INodeExecutionParams<FcEmailProps> params)
Creates a new executor for executing an email action with the given params. -
Uses of FcEmailProps in de.xima.fc.workflow.migrate
Methods in de.xima.fc.workflow.migrate with parameters of type FcEmailProps Modifier and Type Method Description static void
FcEmailUserReferenceMigrator. migrateUsersToDirectClienAuthorizers(IEntityContext ec, Mandant client, FcEmailProps mailProps)
-
Uses of FcEmailProps in de.xima.fc.workflow.model.nodes
Method parameters in de.xima.fc.workflow.model.nodes with type arguments of type FcEmailProps Modifier and Type Method Description void
FcEmailProps.ValidationGroup. addGroups(BaseGroupSequenceProvider.IGroupBuilder<FcEmailProps> builder)
-
Uses of FcEmailProps in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return FcEmailProps Modifier and Type Method Description FcEmailProps
IEmailNodeBuilder. buildProps()
Creates a new model for a workflow action that sends an email.static FcEmailProps
WorkflowNodePropsFactory. email(String from, Iterable<String> to, String subject, String htmlBody, String plainTextBody)
Creates a new workflow node model for aEWorkflowNodeType.FC_EMAIL
that sends an email to one or more recipients.static FcEmailProps
WorkflowNodePropsFactory. email(String from, Iterable<String> to, String subject, String htmlBody, String plainTextBody, MultiFile attachments)
Creates a new workflow node model for aEWorkflowNodeType.FC_EMAIL
that sends an email to one or more recipients.static FcEmailProps
WorkflowNodePropsFactory. emailHtml(String from, Iterable<String> to, String subject, String body)
Creates a new workflow node model for aEWorkflowNodeType.FC_EMAIL
that sends an HTML email to one or more recipients.static FcEmailProps
WorkflowNodePropsFactory. emailHtml(String from, Iterable<String> to, String subject, String body, MultiFile attachments)
Creates a new workflow node model for aEWorkflowNodeType.FC_EMAIL
that sends an HTML email to one or more recipients.static FcEmailProps
WorkflowNodePropsFactory. emailPlainText(String from, Iterable<String> to, String subject, String body)
Creates a new workflow node model for aEWorkflowNodeType.FC_EMAIL
that sends a plain text email to one or more recipients.static FcEmailProps
WorkflowNodePropsFactory. emailPlainText(String from, Iterable<String> to, String subject, String body, MultiFile attachments)
Creates a new workflow node model for aEWorkflowNodeType.FC_EMAIL
that sends a plain text email to one or more recipients. -
Uses of FcEmailProps in de.xima.fc.workflow.retval.node
Methods in de.xima.fc.workflow.retval.node with parameters of type FcEmailProps Modifier and Type Method Description default IFileProvision
IFcEmailDescriptors. extractSingleFileProvision(FcEmailProps props)
-