java.lang.Object
com.genologics.ri.automation.Automation
- All Implemented Interfaces:
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 Summary
Modifier and TypeFieldDescriptionprotected String
protected Context
protected List<ClarityFile>
protected String
protected List<ProcessTypeLink>
protected Boolean
protected String
protected URI
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetFiles()
getName()
getUri()
Get the URI of this object.void
setChannel
(String value) void
setContext
(Context value) void
void
setRunProgramPerEvent
(Boolean value) void
void
Set the URI of this object.
-
Field Details
-
context
-
script
-
runProgramPerEvent
-
channel
-
files
-
processTypes
-
uri
-
name
-
-
Constructor Details
-
Automation
public Automation()
-
-
Method Details
-
getContext
-
setContext
-
getScript
-
setScript
-
isRunProgramPerEvent
-
setRunProgramPerEvent
-
getChannel
-
setChannel
-
getFiles
-
getProcessTypes
-
getUri
Description copied from interface:Locatable
Get the URI of this object. -
setUri
Description copied from interface:Locatable
Set the URI of this object. -
getName
-
setName
-