java.lang.Object
com.genologics.ri.processtype.StepSetup
- All Implemented Interfaces:
Serializable
Step-setup is a child element that describes the shared result file placeholder information for the step-setup view.
- Since:
- 2.25
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BooleanWhether the step setup view is enabled for this process type.protected List<SharedResultFile>The list of shared result file configurations. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets whether the step setup view is enabled for this process type.getFiles()Gets the list of shared result file configurations.voidsetEnabled(Boolean enabled) Sets whether the step setup view is enabled for this process type.
-
Field Details
-
files
The list of shared result file configurations. -
enabled
Whether the step setup view is enabled for this process type.
-
-
Constructor Details
-
StepSetup
public StepSetup()Constructs a new step setup.
-
-
Method Details
-
getFiles
Gets the list of shared result file configurations.- Returns:
- a list of shared result files.
-
getEnabled
Gets whether the step setup view is enabled for this process type.- Returns:
- true if step setup is enabled, false otherwise.
-
setEnabled
Sets whether the step setup view is enabled for this process type.- Parameters:
enabled- true if step setup should be enabled.
-