Uses of Class
de.xima.fc.workflow.model.nodes.FcEmailProps
-
Packages that use FcEmailProps Package Description de.xima.fc.workflow.designer.registry.nodes de.xima.fc.workflow.executor -
-
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()
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)
-
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.
-