public class AgentFileTriggerResult extends FileTrigger.FileTriggerResult implements AgentResult
fileinfo_matches, filename_matches, url_object_matches, url_string_matches
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getBeginning()
Returns the timestamp at which this process began executing.
|
long |
getElapsedTime()
Returns the number of milliseconds that this process executed.
|
java.util.Date |
getEnding()
Returns the timestamp at which this process began executing.
|
java.lang.String |
getEngineName()
Returns the name of the engine which assigned this process to the agent.
|
ErrorResultElement |
getError()
If this agent action ended with an error, returns the error that occurred when
the execution of an Action was attempted.
|
java.util.List<FileInfo> |
getFileInfoMatches()
Returns details about files against which the file trigger matched using
its file criteria.
|
java.util.List<java.lang.String> |
getFilenameMatches()
Returns simple, base file names, without path information, of files
against which the file trigger matched using its file criteria.
|
java.lang.String |
getFlowChartName()
Returns the name of the flow chart which assigned this process to the
agent.
|
AgentProcessCompletionState |
getProcessCompletionState()
Indicates how this process terminated: normally, with an error that occurred
when the execution of the process was attempted, after timing out but still
running to completion, after being destroyed due to a timeout, after being
destroyed when a signal was received, or after being destroyed due to the
process being interrupted.
|
java.util.List<java.lang.String> |
getUrlStringMatches()
Returns URLs of files and directories against which the file trigger
matched using its file criteria.
|
clone, createdVariable, persistingVariable
public java.util.Date getBeginning()
AgentResult
getBeginning
in interface AgentResult
public long getElapsedTime()
AgentResult
getElapsedTime
in interface AgentResult
AgentProcessCompletionState.NORMAL
,
AgentProcessCompletionState.TIMEOUT
public java.util.Date getEnding()
AgentResult
getEnding
in interface AgentResult
AgentProcessCompletionState.NORMAL
,
AgentProcessCompletionState.TIMEOUT
public java.lang.String getEngineName()
AgentResult
getEngineName
in interface AgentResult
public ErrorResultElement getError()
AgentResult
getError
in interface AgentResult
AgentProcessCompletionState.ERROR
public java.util.List<FileInfo> getFileInfoMatches()
public java.util.List<java.lang.String> getFilenameMatches()
public java.lang.String getFlowChartName()
AgentResult
getFlowChartName
in interface AgentResult
public AgentProcessCompletionState getProcessCompletionState()
AgentResult
getProcessCompletionState
in interface AgentResult
public java.util.List<java.lang.String> getUrlStringMatches()
© 2000-2025 Flux Corporation. All rights reserved.