java.lang.Object
com.genologics.ri.processtype.Parameter
- All Implemented Interfaces:
Serializable
The parameter element integrates the process with the External Program
Integration plug-in (EPP). When a user runs the process, the system
automatically issue a command, or submits files and scripts to third-party
programs for further processing. The parameter element is a child element of
process-type.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe channel on which the EPP runs.protected StringDeprecated.This property is no longer supported.protected List<ClarityFile>Files associated with this parameter.protected InvocationTypeDeprecated.This property is no longer supported.protected StringThe name of the parameter.protected BooleanDeprecated.This property is no longer supported.protected StringThe EPP script text that will actually run. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the channel on which the EPP runs.getFile()Deprecated.This property is no longer supported.getFiles()Each File provides a URI linking to the detailed representation of a File associated with the Process Parameter.Deprecated.This property is no longer supported.getName()Gets the name of the parameter.Gets the EPP script text that will actually run.Deprecated.This property is no longer supported.voidsetChannel(String channel) Sets the channel on which the EPP runs.voidDeprecated.This property is no longer supported.voidsetInvocationType(InvocationType invocationType) Deprecated.This property is no longer supported.voidSets the name of the parameter.voidsetRunProgramPerEvent(Boolean runProgramPerEvent) Deprecated.This property is no longer supported.voidSets the EPP script text that will actually run.
-
Field Details
-
file
Deprecated.This property is no longer supported.The file of the parameter. -
script
The EPP script text that will actually run. -
runProgramPerEvent
Deprecated.This property is no longer supported.Whether the EPP should run once for each process-related event. -
channel
The channel on which the EPP runs. -
invocationType
Deprecated.This property is no longer supported.The invocation type of the EPP. -
files
Files associated with this parameter.- Since:
- 2.26
-
name
The name of the parameter.
-
-
Constructor Details
-
Parameter
public Parameter()
-
-
Method Details
-
getFile
Deprecated.This property is no longer supported.The file of the parameter.- Returns:
- The file name (presumably).
-
setFile
Deprecated.This property is no longer supported.Sets the file of the parameter.- Parameters:
file- the file name.
-
getScript
Gets the EPP script text that will actually run.- Returns:
- the script text.
-
setScript
Sets the EPP script text that will actually run.- Parameters:
script- the script text.
-
isRunProgramPerEvent
Deprecated.This property is no longer supported.Should the EPP run once for each process related event?- Returns:
- true if it should run once per event, false if not.
-
setRunProgramPerEvent
Deprecated.This property is no longer supported.Sets whether the EPP should run once for each process related event.- Parameters:
runProgramPerEvent- true if it should run once per event.
-
getChannel
Gets the channel on which the EPP runs.- Returns:
- the channel.
-
setChannel
Sets the channel on which the EPP runs.- Parameters:
channel- the channel.
-
getInvocationType
Deprecated.This property is no longer supported.The epp invocation type of this script.- Returns:
- The invocation type.
-
setInvocationType
Deprecated.This property is no longer supported.Sets the epp invocation type of this script.- Parameters:
invocationType- the invocation type.
-
getName
Gets the name of the parameter.- Returns:
- the parameter name.
-
setName
Sets the name of the parameter.- Parameters:
name- the parameter name.
-
getFiles
Each File provides a URI linking to the detailed representation of a File associated with the Process Parameter.- Returns:
- A list of files.
- Since:
- 2.26
-