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 FcDoiInitPropsFcDoiInitHandler. 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 INormalCompletionResultFcDoiInitHandler. execute(INodeExecutionParams<FcDoiInitProps> params)ISummaryKeyValueModelFcDoiInitHandler. getElementSummaryKeyValueModel(IGetElementSummaryParams<FcDoiInitProps> params)booleanFcDoiInitHandler. isAvailable(IIsAvailableParams<FcDoiInitProps> params)IWorkflowElementValidationResultFcDoiInitHandler. 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 FcDoiInitPropsWorkflowNodePropsFactory. doiInit(String from, Iterable<String> to, String subject, String htmlBody, String plainTextBody, Textbaustein doiFailTemplate)Creates a new workflow node model for aEWorkflowNodeType.FC_DOI_INITthat initializes the double opt-in process.static FcDoiInitPropsWorkflowNodePropsFactory. doiInitHtml(String from, Iterable<String> to, String subject, String body)Creates a new workflow node model for aEWorkflowNodeType.FC_DOI_INITthat initializes the double opt-in process.static FcDoiInitPropsWorkflowNodePropsFactory. doiInitHtml(String from, Iterable<String> to, String subject, String body, Textbaustein doiFailTemplate)Creates a new workflow node model for aEWorkflowNodeType.FC_DOI_INITthat initializes the double opt-in process.static FcDoiInitPropsWorkflowNodePropsFactory. doiInitPlain(String from, Iterable<String> to, String subject, String body)Creates a new workflow node model for aEWorkflowNodeType.FC_DOI_INITthat initializes the double opt-in process.static FcDoiInitPropsWorkflowNodePropsFactory. doiInitPlain(String from, Iterable<String> to, String subject, String body, Textbaustein doiFailTemplate)Creates a new workflow node model for aEWorkflowNodeType.FC_DOI_INITthat initializes the double opt-in process.
-