Uses of Class
de.xima.fc.workflow.model.nodes.FcEmailProps
Packages that use FcEmailProps
Package
Description
- 
Uses of FcEmailProps in de.xima.fc.workflow.designer.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes that return FcEmailPropsModifier and TypeMethodDescriptionFcEmailHandler.getPrototypeModelData(String label, IGuiIcon icon, IGetElementPrototypesParams params) Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcEmailPropsModifier and TypeMethodDescriptionFcEmailHandler.getDataModelClass()Class<? extends INodePropertiesBean<FcEmailProps>>FcEmailHandler.getPropertiesBeanClass()Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcEmailPropsModifier and TypeMethodDescriptionFcEmailHandler.execute(INodeExecutionParams<FcEmailProps> params) FcEmailHandler.getElementSummaryKeyValueModel(IGetElementSummaryParams<FcEmailProps> params) booleanFcEmailHandler.isAvailable(IIsAvailableParams<FcEmailProps> params) 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 FcEmailPropsModifierConstructorDescriptionCreates 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 FcEmailPropsModifier and TypeMethodDescriptionstatic voidFcEmailUserReferenceMigrator.migrateUsersToDirectClienAuthorizers(IEntityContext ec, Mandant client, FcEmailProps mailProps)  - 
Uses of FcEmailProps in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return FcEmailPropsModifier and TypeMethodDescriptionIEmailNodeBuilder.buildProps()Creates a new model for a workflow action that sends an email.static FcEmailPropsWorkflowNodePropsFactory.email(String from, Iterable<String> to, String subject, String htmlBody, String plainTextBody) Creates a new workflow node model for aEWorkflowNodeType.FC_EMAILthat sends an email to one or more recipients.static FcEmailPropsWorkflowNodePropsFactory.email(String from, Iterable<String> to, String subject, String htmlBody, String plainTextBody, MultiFile attachments) Creates a new workflow node model for aEWorkflowNodeType.FC_EMAILthat sends an email to one or more recipients.static FcEmailPropsCreates a new workflow node model for aEWorkflowNodeType.FC_EMAILthat sends an HTML email to one or more recipients.static FcEmailPropsWorkflowNodePropsFactory.emailHtml(String from, Iterable<String> to, String subject, String body, MultiFile attachments) Creates a new workflow node model for aEWorkflowNodeType.FC_EMAILthat sends an HTML email to one or more recipients.static FcEmailPropsWorkflowNodePropsFactory.emailPlainText(String from, Iterable<String> to, String subject, String body) Creates a new workflow node model for aEWorkflowNodeType.FC_EMAILthat sends a plain text email to one or more recipients.static FcEmailPropsWorkflowNodePropsFactory.emailPlainText(String from, Iterable<String> to, String subject, String body, MultiFile attachments) Creates a new workflow node model for aEWorkflowNodeType.FC_EMAILthat sends a plain text email to one or more recipients.