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.bean.nodes
Classes in de.xima.fc.workflow.designer.bean.nodes that implement interfaces with type arguments of type FcDoiInitPropsModifier and TypeClassDescriptionclassBean with additional logic for controlling theEWorkflowNodeType.FC_DOI_INITaction. -
Uses of FcDoiInitProps in de.xima.fc.workflow.designer.bpmn.node.action
Subclasses with type arguments of type FcDoiInitProps in de.xima.fc.workflow.designer.bpmn.node.actionFields in de.xima.fc.workflow.designer.bpmn.node.action with type parameters of type FcDoiInitPropsModifier and TypeFieldDescriptionFcDoiInitBpmnModeler.INSTANCEThe immutable singleton instance of this modeler.Method parameters in de.xima.fc.workflow.designer.bpmn.node.action with type arguments of type FcDoiInitPropsModifier and TypeMethodDescriptionprotected StringFcDoiInitBpmnModeler.createDetails(IModelWorkflowNodeParams<FcDoiInitProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer) protected StringFcDoiInitBpmnModeler.createName(IModelWorkflowNodeParams<FcDoiInitProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer) -
Uses of FcDoiInitProps 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 FcDoiInitPropsModifier and TypeClassDescriptionfinal classfinal classfinal classfinal classfinal classfinal classfinal classMethods 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.getBpmnModeler()FcDoiInitHandler.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) booleanFcDoiInitHandler.isAvailable(IIsAvailableParams<FcDoiInitProps> params) FcDoiInitHandler.validateLocal(IElementLocalValidationParams<FcDoiInitProps, WorkflowNode> params) -
Uses of FcDoiInitProps in de.xima.fc.workflow.executor
Subclasses with type arguments of type FcDoiInitProps in de.xima.fc.workflow.executorModifier and TypeClassDescriptionclassHandler for executing workflow actions of typeEWorkflowNodeType.FC_DOI_INIT.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 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 FcDoiInitPropsCreates 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.