Uses of Interface
de.xima.fc.interfaces.workflow.execution.IMultiDimensionalReadOnlyList
-
Packages that use IMultiDimensionalReadOnlyList Package Description de.xima.fc.interfaces.workflow.execution -
-
Uses of IMultiDimensionalReadOnlyList in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return IMultiDimensionalReadOnlyList Modifier and Type Method Description IMultiDimensionalReadOnlyList<IWorkflowNodeResult>
IWorkflowVariableHandler. getDeclaredSuccessValuesForNode(WorkflowNode node)
Finds all results for the given node, see alsohandler.getSuccessValueDescriptor()
..IMultiDimensionalReadOnlyList<TItem>
IMultiDimensionalReadOnlyList. immutableCopy()
Methods in de.xima.fc.interfaces.workflow.execution that return types with arguments of type IMultiDimensionalReadOnlyList Modifier and Type Method Description com.google.common.collect.ImmutableMap<Long,IMultiDimensionalReadOnlyList<IWorkflowNodeResult>>
ITaskExecutionResult. getResultsMap()
-