Uses of Class
de.xima.fc.workflow.model.nodes.FcForEachLoopProps
-
-
Uses of FcForEachLoopProps in de.xima.fc.workflow.designer.bean.nodes
Methods in de.xima.fc.workflow.designer.bean.nodes that return types with arguments of type FcForEachLoopProps Modifier and Type Method Description IRetrieveElementPropsRetVal<FcForEachLoopProps>
FcForEachLoopBean. retrieveCurrentProperties(FcForEachLoopProps storedModel)
Methods in de.xima.fc.workflow.designer.bean.nodes with parameters of type FcForEachLoopProps Modifier and Type Method Description IRetrieveElementPropsRetVal<FcForEachLoopProps>
FcForEachLoopBean. retrieveCurrentProperties(FcForEachLoopProps storedModel)
Method parameters in de.xima.fc.workflow.designer.bean.nodes with type arguments of type FcForEachLoopProps Modifier and Type Method Description void
FcForEachLoopBean. prepareViewForElement(IElementPropInitParams<FcForEachLoopProps> params)
void
FcForEachLoopBean. updateCurrentProperties(IElementUpdateCurrentPropsParams<FcForEachLoopProps> params)
-
Uses of FcForEachLoopProps in de.xima.fc.workflow.designer.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes that return FcForEachLoopProps Modifier and Type Method Description FcForEachLoopProps
FcForEachLoopHandler. getPrototypeModelData(String label, IGuiIcon icon, IGetElementPrototypesParams params)
Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcForEachLoopProps Modifier and Type Method Description Class<FcForEachLoopProps>
FcForEachLoopHandler. getDataModelClass()
Class<? extends INodePropertiesBean<FcForEachLoopProps>>
FcForEachLoopHandler. getPropertiesBeanClass()
Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcForEachLoopProps Modifier and Type Method Description INormalCompletionResult
FcForEachLoopHandler. execute(INodeExecutionParams<FcForEachLoopProps> params)
ISummaryKeyValueModel
FcForEachLoopHandler. getElementSummaryKeyValueModel(IGetElementSummaryParams<FcForEachLoopProps> params)
-
Uses of FcForEachLoopProps in de.xima.fc.workflow.executor
Constructor parameters in de.xima.fc.workflow.executor with type arguments of type FcForEachLoopProps Constructor Description FcForEachLoopExecutor(INodeExecutionParams<FcForEachLoopProps> params)
Creates a new executor for executing a while loop node with the given params. -
Uses of FcForEachLoopProps in de.xima.fc.workflow.itemlist
Method parameters in de.xima.fc.workflow.itemlist with type arguments of type FcForEachLoopProps Modifier and Type Method Description static ItemList<List<String>>
FcForEachLoopItemListFieldValues. evaluate(INodeExecutionParams<FcForEachLoopProps> params, ListItemSourcePropsFieldValues sourceProps)
Resolves an item list for the for-each loop of typeFIELD_VALUES
. -
Uses of FcForEachLoopProps in de.xima.fc.workflow.retval.node
Methods in de.xima.fc.workflow.retval.node with parameters of type FcForEachLoopProps Modifier and Type Method Description default IAttachmentValueDescriptor
IFcForEachLoopDescriptors. getCurrentAttachmentValueDescriptor(FcForEachLoopProps props)
default IFileValueDescriptor
IFcForEachLoopDescriptors. getCurrentFileValueDescriptor(FcForEachLoopProps props)
default IValueDescriptor<?,? extends IValueBuilder<?>>
IFcForEachLoopDescriptors. getCurrentValueDescriptor(IValueDescriptorFactory factory, FcForEachLoopProps props)
default IUnionValueDescriptor<String>
IFcForEachLoopDescriptors. getErrorValueDescriptor(IValueDescriptorFactory f, FcForEachLoopProps props)
default IUnionValueDescriptor<String>
IFcForEachLoopDescriptors. getSoftErrorValueDescriptor(IValueDescriptorFactory f, FcForEachLoopProps props)
-