Uses of Class
de.xima.fc.workflow.designer.model.ValueDescriptorRow
-
Packages that use ValueDescriptorRow Package Description de.xima.fc.workflow.designer.helper de.xima.fc.workflow.designer.model -
-
Uses of ValueDescriptorRow in de.xima.fc.workflow.designer.helper
Methods in de.xima.fc.workflow.designer.helper that return types with arguments of type ValueDescriptorRow Modifier and Type Method Description List<ValueDescriptorRow>
ElementNodeInfoHelper. createAlwaysRows()
List<ValueDescriptorRow>
ElementNodeInfoHelper. createCurrentRows()
List<ValueDescriptorRow>
ElementNodeInfoHelper. createSuccessRows()
List<ValueDescriptorRow>
ElementTriggerInfoHelper. createTriggerDataRows()
-
Uses of ValueDescriptorRow in de.xima.fc.workflow.designer.model
Methods in de.xima.fc.workflow.designer.model that return types with arguments of type ValueDescriptorRow Modifier and Type Method Description List<ValueDescriptorRow>
ElementInfoPanelModel. getAlwaysRows()
A list of rows containing the values the node always provides, regardless of its mode of complete (normally or abruptly).List<ValueDescriptorRow>
ElementInfoPanelModel. getCurrentRows()
A list of rows containing the values the node provides while being executed.List<ValueDescriptorRow>
ElementInfoPanelModel. getSuccessRows()
A list of rows containing the values the node provides after its execution completes normally.List<ValueDescriptorRow>
ElementInfoPanelModel. getTriggerDataRows()
A list of rows containing the values the trigger provides when is fires.List<ValueDescriptorRow>
ErrorCodeSection. getValues()
Method parameters in de.xima.fc.workflow.designer.model with type arguments of type ValueDescriptorRow Modifier and Type Method Description void
ElementInfoPanelModel. setAlwaysRows(List<ValueDescriptorRow> alwaysRows)
A list of rows containing the values the node always provides, regardless of its mode of complete (normally or abruptly).void
ElementInfoPanelModel. setCurrentRows(List<ValueDescriptorRow> currentRows)
A list of rows containing the values the node provides while being executed.void
ElementInfoPanelModel. setSuccessRows(List<ValueDescriptorRow> successRows)
A list of rows containing the values the node provides after its execution completes normally.void
ElementInfoPanelModel. setTriggerDataRows(List<ValueDescriptorRow> triggerDataRows)
A list of rows containing the values the trigger provides when is fires.void
ErrorCodeSection. setValues(List<ValueDescriptorRow> values)
-