Uses of Class
de.xima.fc.workflow.model.nodes.FcDoiInitProps
Packages that use FcDoiInitProps
Package
Description
-
Uses of FcDoiInitProps in de.xima.fc.workflow.designer.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes that return FcDoiInitPropsModifier and TypeMethodDescriptionFcDoiInitHandler.getPrototypeModelData
(String label, IGuiIcon icon, IGetElementPrototypesParams params) Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcDoiInitPropsModifier and TypeMethodDescriptionFcDoiInitHandler.getDataModelClass()
Class<? extends INodePropertiesBean<FcDoiInitProps>>
FcDoiInitHandler.getPropertiesBeanClass()
Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcDoiInitPropsModifier and TypeMethodDescriptionFcDoiInitHandler.execute
(INodeExecutionParams<FcDoiInitProps> params) FcDoiInitHandler.getElementSummaryKeyValueModel
(IGetElementSummaryParams<FcDoiInitProps> params) boolean
FcDoiInitHandler.isAvailable
(IIsAvailableParams<FcDoiInitProps> params) FcDoiInitHandler.validateLocal
(IElementLocalValidationParams<FcDoiInitProps, WorkflowNode> params) -
Uses of FcDoiInitProps in de.xima.fc.workflow.executor
Constructor parameters in de.xima.fc.workflow.executor with type arguments of type FcDoiInitPropsModifierConstructorDescriptionCreates a new executor for executing a double opt-in initialization with the given parameters. -
Uses of FcDoiInitProps in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return FcDoiInitPropsModifier and TypeMethodDescriptionstatic FcDoiInitProps
WorkflowNodePropsFactory.doiInit
(String from, Iterable<String> to, String subject, String htmlBody, String plainTextBody, Textbaustein doiFailTemplate) Creates a new workflow node model for aEWorkflowNodeType.FC_DOI_INIT
that initializes the double opt-in process.static FcDoiInitProps
Creates a new workflow node model for aEWorkflowNodeType.FC_DOI_INIT
that initializes the double opt-in process.static FcDoiInitProps
WorkflowNodePropsFactory.doiInitHtml
(String from, Iterable<String> to, String subject, String body, Textbaustein doiFailTemplate) Creates a new workflow node model for aEWorkflowNodeType.FC_DOI_INIT
that initializes the double opt-in process.static FcDoiInitProps
WorkflowNodePropsFactory.doiInitPlain
(String from, Iterable<String> to, String subject, String body) Creates a new workflow node model for aEWorkflowNodeType.FC_DOI_INIT
that initializes the double opt-in process.static FcDoiInitProps
WorkflowNodePropsFactory.doiInitPlain
(String from, Iterable<String> to, String subject, String body, Textbaustein doiFailTemplate) Creates a new workflow node model for aEWorkflowNodeType.FC_DOI_INIT
that initializes the double opt-in process.