Uses of Class
de.xima.fc.workflow.designer.model.FileDescriptorRow
Packages that use FileDescriptorRow
-
Uses of FileDescriptorRow in de.xima.fc.workflow.designer.helper
Methods in de.xima.fc.workflow.designer.helper that return types with arguments of type FileDescriptorRowModifier and TypeMethodDescriptionElementNodeInfoHelper.createCurrentFileRows()ElementNodeInfoHelper.createFileRows()ElementTriggerInfoHelper.createTriggerFileRows() -
Uses of FileDescriptorRow in de.xima.fc.workflow.designer.model
Methods in de.xima.fc.workflow.designer.model that return types with arguments of type FileDescriptorRowModifier and TypeMethodDescriptionElementInfoPanelModel.getCurrentFileRows()A list of rows containing the files the node provides while being executed.ElementInfoPanelModel.getFileRows()A list of rows containing the files the node provides.ElementInfoPanelModel.getTriggerFileRows()A list of rows containing the files the trigger provides.Method parameters in de.xima.fc.workflow.designer.model with type arguments of type FileDescriptorRowModifier and TypeMethodDescriptionvoidElementInfoPanelModel.setCurrentFileRows(List<FileDescriptorRow> currentFileRows) A list of rows containing the files the node provides while being executed.voidElementInfoPanelModel.setFileRows(List<FileDescriptorRow> fileRows) A list of rows containing the files the node provides.voidElementInfoPanelModel.setTriggerFileRows(List<FileDescriptorRow> triggerFileRows) A list of rows containing the files the trigger provides.