Uses of Interface
de.xima.fc.interfaces.workflow.execution.INodeExecutionData
Packages that use INodeExecutionData
Package
Description
-
Uses of INodeExecutionData in de.xima.fc.interfaces.workflow.execution
Subinterfaces of INodeExecutionData in de.xima.fc.interfaces.workflow.executionModifier and TypeInterfaceDescriptioninterfaceTheINodeExecutionDatapublished by theEWorkflowNodeType.FC_FOR_EACH_LOOP.static interfaceTheINodeExecutionDatapublished by theEWorkflowNodeType.FC_FOR_EACH_LOOPwhen iterating over items provided by an attachments item source.static interfaceTheINodeExecutionDatapublished by theEWorkflowNodeType.FC_FOR_EACH_LOOPwhen iterating over items provided by a character separated values item source.static interfaceTheINodeExecutionDatapublished by theEWorkflowNodeType.FC_FOR_EACH_LOOPwhen iterating over items provided by a field values item source.static interfaceTheINodeExecutionDatapublished by theEWorkflowNodeType.FC_FOR_EACH_LOOPwhen iterating over items provided by a files item source.static interfaceTheINodeExecutionDatapublished by theEWorkflowNodeType.FC_FOR_EACH_LOOPwhen iterating over items provided by a form element repetitions value item source.static interfaceTheINodeExecutionDatapublished by theEWorkflowNodeType.FC_FOR_EACH_LOOPwhen iterating over items provided by a JSON value item source.static interfaceTheINodeExecutionDatapublished by theEWorkflowNodeType.FC_FOR_EACH_LOOPwhen iterating over items provided by a rows of character separated values item source.interfaceINodeExecutionDatafor nodes that wish to enter a form element field value index context during their execution.interfaceINodeExecutionDatafor nodes that wish to enter a form element repetition context during their execution.interfaceBase interface for data provided by workflow nodes that represent a loop.Methods in de.xima.fc.interfaces.workflow.execution with type parameters of type INodeExecutionDataModifier and TypeMethodDescription<T extends INodeExecutionData>
List<T> IWorkflowVariableHandler.getExecutionDataForCurrentNodeStack(Class<T> type) Each node may provide additional data viaIWorkflowExecutor.provideExecutionData(WorkflowNode, INodeExecutionData)that is available while the node is executed.default <T extends INodeExecutionData>
Iterable<T> IWorkflowVariableHandler.getExecutionDataForNode(WorkflowNode node, Class<T> type) Same asIWorkflowVariableHandler.getExecutionDataForNode(WorkflowNode), but filters the results to the given type.Methods in de.xima.fc.interfaces.workflow.execution that return types with arguments of type INodeExecutionDataModifier and TypeMethodDescriptionIWorkflowVariableHandler.getExecutionDataForNode(WorkflowNode node) Each node may provide additional data viaIWorkflowExecutor.provideExecutionData(WorkflowNode, INodeExecutionData)that is available while the node is executed.Methods in de.xima.fc.interfaces.workflow.execution with parameters of type INodeExecutionDataModifier and TypeMethodDescriptiondefault voidIWorkflowExecutor.provideExecutionData(WorkflowNode node, INodeExecutionData data) Sets additional data available while the node is executed , which can be accessed viagetExecutionDataForNode(node).Method parameters in de.xima.fc.interfaces.workflow.execution with type arguments of type INodeExecutionDataModifier and TypeMethodDescriptionvoidIWorkflowExecutor.provideExecutionData(WorkflowNode node, Iterable<? extends INodeExecutionData> data) Sets additional data available while the node is executed , which can be accessed viagetExecutionDataForNode(node). -
Uses of INodeExecutionData in de.xima.fc.workflow.itemlist
Methods in de.xima.fc.workflow.itemlist that return INodeExecutionDataMethods in de.xima.fc.workflow.itemlist with parameters of type INodeExecutionDataModifier and TypeMethodDescriptionItemData.Builder.nodeExecutionData(INodeExecutionData nodeExecutionData) Sets additional data to make available while the loop body is executed with the current value. -
Uses of INodeExecutionData in de.xima.fc.workflow.mixin
Methods in de.xima.fc.workflow.mixin that return INodeExecutionDataModifier and TypeMethodDescriptiondefault INodeExecutionDataIWorkflowLoopDataProviding.getLoopData() -
Uses of INodeExecutionData in de.xima.fc.workflow.model.loop_data
Classes in de.xima.fc.workflow.model.loop_data that implement INodeExecutionDataModifier and TypeClassDescriptionfinal classTheINodeExecutionDatapublished by theEWorkflowNodeType.FC_DO_UNTIL_LOOP.classTheINodeExecutionDatapublished by theFC_FOR_EACH_LOOP.static final classTheINodeExecutionDatapublished by theFC_FOR_EACH_LOOPwhen iterating of items provided by aATTACHMENTSitem source.static final classTheINodeExecutionDatapublished by theFC_FOR_EACH_LOOPwhen iterating of items provided by aCHARACTER_SEPARATED_VALUESitem source.static final classTheINodeExecutionDatapublished by theFC_FOR_EACH_LOOPwhen iterating of items provided by aFIELD_VALUESitem source.static final classTheINodeExecutionDatapublished by theFC_FOR_EACH_LOOPwhen iterating of items provided by aFILESitem source.static final classTheINodeExecutionDatapublished by theFC_FOR_EACH_LOOPwhen iterating of items provided by aFORM_FIELD_REPETITIONSitem source.static final classTheINodeExecutionDatapublished by theFC_FOR_EACH_LOOPwhen iterating of items provided by aJSON_VALUEitem source.static final classTheINodeExecutionDatapublished by theFC_FOR_EACH_LOOPwhen iterating of items provided by aROWS_OF_CHARACTER_SEPARATED_VALUESitem source.final classTheINodeExecutionDatapublished by theEWorkflowNodeType.FC_WHILE_LOOP.