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 Stringprotected StringDeprecated.protected List<ClarityFile>protected InvocationTypeDeprecated.protected Stringprotected BooleanDeprecated.protected StringThe EPP script text that will actually run. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFile()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()Deprecated.This property is no longer supported.voidsetChannel(String channel) voidDeprecated.voidsetInvocationType(InvocationType invocationType) Deprecated.voidvoidsetRunProgramPerEvent(Boolean runProgramPerEvent) Deprecated.void
-
Field Details
-
file
Deprecated. -
script
The EPP script text that will actually run. -
runProgramPerEvent
Deprecated. -
channel
-
invocationType
Deprecated. -
files
- Since:
- 2.26
-
name
-
-
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. -
getScript
-
setScript
-
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. -
getChannel
-
setChannel
-
getInvocationType
Deprecated.This property is no longer supported.The epp invocation type of this script.- Returns:
- The invocation type.
-
setInvocationType
Deprecated. -
getName
-
setName
-
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
-