public interface FileExistTrigger extends FileTrigger, FileStableTrigger, AgentAction
Flow Context Variable | Field | Java Type | Description |
---|---|---|---|
RESULT | url_string_matches | java.util.List<java.lang.String> | Contains URLs of files and directories against which the file trigger matched using its file criteria. This field contains the same information as the "url_object_matches" field but in string form. |
RESULT | url_object_matches | java.util.List<java.net.URL> | Contains URLs of files and directories against which the file trigger matched using its file criteria. This field contains the same information as the "url_string_matches" field but in URL object form. |
RESULT | fileinfo_matches | java.util.List<FileInfo > | Contains details about files against which the file trigger matched using its file criteria. Details include file size, last modified date, and file permissions. |
RESULT | filename_matches | java.util.List<java.lang.String> | Contains simple, base file names, without path information, of files against which the file trigger matched using its file criteria. |
FileTrigger.File_Res, FileTrigger.FileTriggerResult
getActiveWindowNamespace, getPollingDelay, getSortOrder, setActiveWindowNamespace, setPollingDelay, setSortOrder
addFlow, addFlow, addSignalFlow, clone, execute, getDescription, getFlows, getHiddenVariableNames, getJoinExpression, getName, getPostscript, getPostscriptLanguage, getPrescript, getPrescriptLanguage, getResultInfo, getSignalsToMonitor, getTimeoutBusinessInterval, getTimeoutBusinessIntervalNamespace, getTimeoutExpression, getVariableManager, isEndOfRun, isJoinPoint, isSkippable, isStartAction, isStartOfRun, isTransactionBreak, removeFlow, reset, setDescription, setElseFlow, setEndOfRun, setErrorFlow, setErrorFlowWithoutRollback, setErrorFlowWithRollback, setJoinExpression, setJoinPoint, setName, setPostscript, setPostscriptLanguage, setPrescript, setPrescriptLanguage, setSignalsToMonitor, setSkippable, setStartAction, setStartOfRun, setTimeoutBusinessInterval, setTimeoutBusinessIntervalNamespace, setTimeoutExpression, setTimeoutFlow, setTransactionBreak, verify, verifyOnClient
getRuntimeDataMap, setRuntimeDataMap
addSource, clear, getSources
getStablePeriod, setStablePeriod
getAgentPool, setAgentPool
© 2000-2025 Flux Corporation. All rights reserved.