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 FcEmailPropsFcEmailHandler. 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 INormalCompletionResultFcEmailHandler. execute(INodeExecutionParams<FcEmailProps> params)ISummaryKeyValueModelFcEmailHandler. getElementSummaryKeyValueModel(IGetElementSummaryParams<FcEmailProps> params)booleanFcEmailHandler. isAvailable(IIsAvailableParams<FcEmailProps> params)IWorkflowElementValidationResultFcEmailHandler. 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 voidFcEmailUserReferenceMigrator. 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 voidFcEmailProps.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 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 FcEmailPropsWorkflowNodePropsFactory. emailHtml(String from, Iterable<String> to, String subject, String body)Creates 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. -
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 IFileProvisionIFcEmailDescriptors. extractSingleFileProvision(FcEmailProps props)
-