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 -
-
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()
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)
-
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.
-