public interface FileTrigger extends Trigger, SingleFileParameter
Modifier and Type | Interface and Description |
---|---|
static class |
FileTrigger.File_Res
Deprecated.
Use FileTriggerResult instead. Deprecated in Flux 7.2. Will be
removed in Flux 8.0.
|
static class |
FileTrigger.FileTriggerResult
File trigger result, which contains matching files and directories from a
concrete file trigger.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getActiveWindowNamespace()
Returns a repository namespace to a business interval, which indicates the times when this file trigger may scan for files.
|
java.lang.String |
getPollingDelay()
Returns the delay that occurs between file polling.
|
SortOrder |
getSortOrder()
Returns the sorting algorithm used to order the file trigger result
contents.
|
void |
setActiveWindowNamespace(java.lang.String activeWindowNamespace)
Sets a repository namespace to a business interval, which indicates the times when this file trigger may scan for files.
|
void |
setPollingDelay(java.lang.String timeExpression)
Sets the delay that occurs between file polling.
|
void |
setSortOrder(SortOrder sortingAlgorithm)
Sets the sorting algorithm used to order the file trigger result contents.
|
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
java.lang.String getActiveWindowNamespace()
java.lang.String getPollingDelay()
SortOrder getSortOrder()
SortOrder.FILENAME_ASCENDING
.void setActiveWindowNamespace(java.lang.String activeWindowNamespace)
activeWindowNamespace
- A repository namespace to a business interval, which indicates the times when this file trigger may scan for files. May be null.void setPollingDelay(java.lang.String timeExpression) throws EngineException
timeExpression
- The delay that occurs between file polling.EngineException
- If the time expression is invalid or not a positive
value or a system error occurs.void setSortOrder(SortOrder sortingAlgorithm)
sortingAlgorithm
- The sorting algorithm used to order the file
trigger result contents.© 2000-2025 Flux Corporation. All rights reserved.