Class Automation

java.lang.Object
com.genologics.ri.automation.Automation
All Implemented Interfaces:
Locatable, Serializable

public class Automation extends Object implements Locatable, Serializable
The automation element integrates the process with the Automation Worker (previously called External Program Plugin or 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.
Since:
2.26
See Also:
  • Field Details

  • Constructor Details

    • Automation

      public Automation()
  • Method Details

    • getContext

      public Context getContext()
    • setContext

      public void setContext(Context value)
    • getScript

      public String getScript()
    • setScript

      public void setScript(String script)
    • isRunProgramPerEvent

      public Boolean isRunProgramPerEvent()
    • setRunProgramPerEvent

      public void setRunProgramPerEvent(Boolean value)
    • getChannel

      public String getChannel()
    • setChannel

      public void setChannel(String value)
    • getFiles

      public List<ClarityFile> getFiles()
    • getProcessTypes

      public List<ProcessTypeLink> getProcessTypes()
    • getUri

      public URI getUri()
      Description copied from interface: Locatable
      Get the URI of this object.
      Specified by:
      getUri in interface Locatable
      Returns:
      The URI.
    • setUri

      public void setUri(URI value)
      Description copied from interface: Locatable
      Set the URI of this object.
      Specified by:
      setUri in interface Locatable
      Parameters:
      value - The new URI.
    • getName

      public String getName()
    • setName

      public void setName(String value)