public interface FileStableTrigger
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getStablePeriod()
Returns the period during which a candidate file for triggering must not
be modified before the trigger will fire.
|
void |
setStablePeriod(java.lang.String timeExpression)
Sets the period during which a candidate file for triggering must not be
modified before the trigger will fire.
|
java.lang.String getStablePeriod()
void setStablePeriod(java.lang.String timeExpression) throws EngineException
timeExpression
- The period during which a candidate file for
triggering must not be modified before the trigger will fire.EngineException
- If the Time Expression is invalid or not a
positive value.© 2000-2025 Flux Corporation. All rights reserved.