Uses of Class
de.xima.fc.workflow.model.nodes.FcDoiInitProps
-
Packages that use FcDoiInitProps Package Description de.xima.fc.workflow.designer.registry.nodes de.xima.fc.workflow.executor de.xima.fc.workflow.processor.factory -
-
Uses of FcDoiInitProps in de.xima.fc.workflow.designer.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes that return FcDoiInitProps Modifier and Type Method Description FcDoiInitProps
FcDoiInitHandler. getPrototypeModelData(String label, IGuiIcon icon, IGetElementPrototypesParams params)
Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcDoiInitProps Modifier and Type Method Description Class<FcDoiInitProps>
FcDoiInitHandler. getDataModelClass()
Class<? extends INodePropertiesBean<FcDoiInitProps>>
FcDoiInitHandler. getPropertiesBeanClass()
Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcDoiInitProps Modifier and Type Method Description INormalCompletionResult
FcDoiInitHandler. execute(INodeExecutionParams<FcDoiInitProps> params)
ISummaryKeyValueModel
FcDoiInitHandler. getElementSummaryKeyValueModel(IGetElementSummaryParams<FcDoiInitProps> params)
boolean
FcDoiInitHandler. isAvailable(IIsAvailableParams<FcDoiInitProps> params)
IWorkflowElementValidationResult
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 FcDoiInitProps Constructor Description FcDoiInitExecutor(INodeExecutionParams<FcDoiInitProps> params)
Creates 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 FcDoiInitProps Modifier and Type Method Description static 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
WorkflowNodePropsFactory. doiInitHtml(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. 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.
-