Uses of Class
de.xima.fc.workflow.model.nodes.FcDoUntilLoopProps
-
Packages that use FcDoUntilLoopProps Package Description de.xima.fc.workflow.designer.registry.nodes de.xima.fc.workflow.executor -
-
Uses of FcDoUntilLoopProps in de.xima.fc.workflow.designer.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes that return FcDoUntilLoopProps Modifier and Type Method Description FcDoUntilLoopProps
FcDoUntilLoopHandler. getPrototypeModelData(String label, IGuiIcon icon, IGetElementPrototypesParams params)
Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcDoUntilLoopProps Modifier and Type Method Description Class<FcDoUntilLoopProps>
FcDoUntilLoopHandler. getDataModelClass()
Class<? extends INodePropertiesBean<FcDoUntilLoopProps>>
FcDoUntilLoopHandler. getPropertiesBeanClass()
Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcDoUntilLoopProps Modifier and Type Method Description INormalCompletionResult
FcDoUntilLoopHandler. execute(INodeExecutionParams<FcDoUntilLoopProps> params)
-
Uses of FcDoUntilLoopProps in de.xima.fc.workflow.executor
Constructor parameters in de.xima.fc.workflow.executor with type arguments of type FcDoUntilLoopProps Constructor Description FcDoUntilLoopExecutor(INodeExecutionParams<FcDoUntilLoopProps> params)
Creates a new executor for executing a while loop node with the given params.
-