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