Uses of Class
com.genologics.ri.stepconfiguration.SharedResultFile
Packages that use SharedResultFile
Package
Description
Entities for step configuration in the Clarity system.
-
Uses of SharedResultFile in com.genologics.ri.stepconfiguration
Fields in com.genologics.ri.stepconfiguration with type parameters of type SharedResultFileModifier and TypeFieldDescriptionprotected List<SharedResultFile>StepSetup.filesList of shared result files for the step setup view.Methods in com.genologics.ri.stepconfiguration that return SharedResultFileModifier and TypeMethodDescriptionStepSetup.addFile(SharedResultFile file) Adds a shared result file to the step setup view.ObjectFactory.createSharedResultFile()Creates a new SharedResultFile instance.Methods in com.genologics.ri.stepconfiguration that return types with arguments of type SharedResultFileModifier and TypeMethodDescriptionStepSetup.getFiles()Gets the list of shared result files for the step setup view.Methods in com.genologics.ri.stepconfiguration with parameters of type SharedResultFileModifier and TypeMethodDescriptionStepSetup.addFile(SharedResultFile file) Adds a shared result file to the step setup view.