Uses of Class
de.xima.fc.workflow.designer.model.ValueDescriptorRow
Packages that use ValueDescriptorRow
-
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 ValueDescriptorRowModifier and TypeMethodDescriptionElementNodeInfoHelper.createAlwaysRows()ElementNodeInfoHelper.createCurrentRows()ElementNodeInfoHelper.createSuccessRows()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 ValueDescriptorRowModifier and TypeMethodDescriptionElementInfoPanelModel.getAlwaysRows()A list of rows containing the values the node always provides, regardless of its mode of complete (normally or abruptly).ElementInfoPanelModel.getCurrentRows()A list of rows containing the values the node provides while being executed.ElementInfoPanelModel.getSuccessRows()A list of rows containing the values the node provides after its execution completes normally.ElementInfoPanelModel.getTriggerDataRows()A list of rows containing the values the trigger provides when is fires.ErrorCodeSection.getValues()Method parameters in de.xima.fc.workflow.designer.model with type arguments of type ValueDescriptorRowModifier and TypeMethodDescriptionvoidElementInfoPanelModel.setAlwaysRows(List<ValueDescriptorRow> alwaysRows) A list of rows containing the values the node always provides, regardless of its mode of complete (normally or abruptly).voidElementInfoPanelModel.setCurrentRows(List<ValueDescriptorRow> currentRows) A list of rows containing the values the node provides while being executed.voidElementInfoPanelModel.setSuccessRows(List<ValueDescriptorRow> successRows) A list of rows containing the values the node provides after its execution completes normally.voidElementInfoPanelModel.setTriggerDataRows(List<ValueDescriptorRow> triggerDataRows) A list of rows containing the values the trigger provides when is fires.voidErrorCodeSection.setValues(List<ValueDescriptorRow> values)