Uses of Class
de.xima.fc.workflow.designer.model.FileDescriptorRow
-
Packages that use FileDescriptorRow Package Description de.xima.fc.workflow.designer.helper de.xima.fc.workflow.designer.model -
-
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 FileDescriptorRow Modifier and Type Method Description List<FileDescriptorRow>
ElementNodeInfoHelper. createCurrentFileRows()
List<FileDescriptorRow>
ElementNodeInfoHelper. createFileRows()
List<FileDescriptorRow>
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 FileDescriptorRow Modifier and Type Method Description List<FileDescriptorRow>
ElementInfoPanelModel. getCurrentFileRows()
A list of rows containing the files the node provides while being executed.List<FileDescriptorRow>
ElementInfoPanelModel. getFileRows()
A list of rows containing the files the node provides.List<FileDescriptorRow>
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 FileDescriptorRow Modifier and Type Method Description void
ElementInfoPanelModel. setCurrentFileRows(List<FileDescriptorRow> currentFileRows)
A list of rows containing the files the node provides while being executed.void
ElementInfoPanelModel. setFileRows(List<FileDescriptorRow> fileRows)
A list of rows containing the files the node provides.void
ElementInfoPanelModel. setTriggerFileRows(List<FileDescriptorRow> triggerFileRows)
A list of rows containing the files the trigger provides.
-