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.bean.nodes
Classes in de.xima.fc.workflow.designer.bean.nodes that implement interfaces with type arguments of type FcEmailPropsModifier and TypeClassDescriptionclassBean with additional logic for controlling theEWorkflowNodeType.FC_EMAILaction. -
Uses of FcEmailProps in de.xima.fc.workflow.designer.bpmn.node.action
Subclasses with type arguments of type FcEmailProps in de.xima.fc.workflow.designer.bpmn.node.actionFields in de.xima.fc.workflow.designer.bpmn.node.action with type parameters of type FcEmailPropsModifier and TypeFieldDescriptionstatic IWorkflowNodeBpmnModeler<FcEmailProps> FcEmailBpmnModeler.INSTANCEThe immutable singleton instance of this modeler.Method parameters in de.xima.fc.workflow.designer.bpmn.node.action with type arguments of type FcEmailPropsModifier and TypeMethodDescriptionprotected StringFcEmailBpmnModeler.createDetails(IModelWorkflowNodeParams<FcEmailProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer) protected StringFcEmailBpmnModeler.createName(IModelWorkflowNodeParams<FcEmailProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer) -
Uses of FcEmailProps in de.xima.fc.workflow.designer.registry.nodes
Classes in de.xima.fc.workflow.designer.registry.nodes that implement interfaces with type arguments of type FcEmailPropsModifier and TypeClassDescriptionfinal classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_EMAIL.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_EMAIL.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_EMAIL.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_EMAIL.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_EMAIL.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_EMAIL.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_EMAIL.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_EMAIL.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.getBpmnModeler()FcEmailHandler.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
Subclasses with type arguments of type FcEmailProps in de.xima.fc.workflow.executorModifier and TypeClassDescriptionfinal classHandler for executing a workflow action of typeEWorkflowNodeType.FC_EMAIL.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.model.nodes
Subclasses with type arguments of type FcEmailProps in de.xima.fc.workflow.model.nodesMethod parameters in de.xima.fc.workflow.model.nodes with type arguments of type FcEmailPropsModifier and TypeMethodDescriptionvoidFcEmailProps.ValidationGroup.addGroups(BaseGroupSequenceProvider.IGroupBuilder<FcEmailProps> builder) -
Uses of FcEmailProps in de.xima.fc.workflow.processor.factory
Subinterfaces with type arguments of type FcEmailProps in de.xima.fc.workflow.processor.factoryModifier and TypeInterfaceDescriptioninterfaceBuilder for configuring aEWorkflowNodeType.FC_EMAILaction.Methods in de.xima.fc.workflow.processor.factory that return FcEmailPropsModifier and TypeMethodDescriptionstatic 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. -
Uses of FcEmailProps in de.xima.fc.workflow.retval.node
Subinterfaces with type arguments of type FcEmailProps in de.xima.fc.workflow.retval.nodeModifier and TypeInterfaceDescriptioninterfaceThe result descriptors for the data returned by theEWorkflowNodeType.FC_EMAILaction.Methods in de.xima.fc.workflow.retval.node with parameters of type FcEmailPropsModifier and TypeMethodDescriptiondefault IFileProvisionIFcEmailDescriptors.extractSingleFileProvision(FcEmailProps props)