Class Parameter

java.lang.Object
com.genologics.ri.processtype.Parameter
All Implemented Interfaces:
Serializable

public class Parameter extends Object implements 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 Details

  • Constructor Details

    • Parameter

      public Parameter()
  • Method Details

    • getFile

      @Deprecated public String getFile()
      Deprecated.
      This property is no longer supported.
      The file of the parameter.
      Returns:
      The file name (presumably).
    • setFile

      @Deprecated public void setFile(String file)
      Deprecated.
    • getScript

      public String getScript()
    • setScript

      public void setScript(String script)
    • isRunProgramPerEvent

      @Deprecated public Boolean 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 public void setRunProgramPerEvent(Boolean runProgramPerEvent)
      Deprecated.
    • getChannel

      public String getChannel()
    • setChannel

      public void setChannel(String channel)
    • getInvocationType

      @Deprecated public InvocationType getInvocationType()
      Deprecated.
      This property is no longer supported.
      The epp invocation type of this script.
      Returns:
      The invocation type.
    • setInvocationType

      @Deprecated public void setInvocationType(InvocationType invocationType)
      Deprecated.
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getFiles

      public List<ClarityFile> 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