flux.file
Interface FileNotExistTrigger

All Superinterfaces:
Action, java.lang.Cloneable, FileTrigger, RuntimeDataMap, java.io.Serializable, SingleFileParameter, Trigger

public interface FileNotExistTrigger
extends FileTrigger

Fires when specified files and directories do not exist. The file not exist trigger periodically scans, as defined by setPollingDelay(), the appropriate file system and fires when no files or directories on the file system match the file criteria. In other words, the trigger fires when all files specified by the file criteria are non-existent.

Author:
Copyright 2014 Flux Corporation. All rights reserved.

Nested Class Summary
 
Nested classes/interfaces inherited from interface flux.file.FileTrigger
FileTrigger.File_Res, FileTrigger.FileTriggerResult
 
Method Summary
 
Methods inherited from interface flux.file.FileTrigger
getActiveWindow, getActiveWindowNamespace, getPollingDelay, getSortOrder, setActiveWindow, setActiveWindowNamespace, setPollingDelay, setSortOrder
 
Methods inherited from interface flux.Action
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
 
Methods inherited from interface flux.runtimedatamap.RuntimeDataMap
getRuntimeDataMap, setRuntimeDataMap
 
Methods inherited from interface flux.file.SingleFileParameter
addSource, clear, getSources
 



© 2014 Flux Corporation. All rights reserved.