Package org.alfresco.util
Interface TriggerBeanSPI
-
public interface TriggerBeanSPI- Author:
- Andy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetRepeatCount()longgetRepeatInterval()longgetStartDelay()voidsetRepeatCount(int repeatCount)voidsetRepeatInterval(long repeatInterval)voidsetRepeatIntervalMinutes(long repeatIntervalMinutes)voidsetStartDelay(long startDelay)voidsetStartDelayMinutes(long startDelayMinutes)
-
-
-
Method Detail
-
getRepeatCount
int getRepeatCount()
- Returns:
- int
-
setRepeatCount
void setRepeatCount(int repeatCount)
- Parameters:
repeatCount- int
-
getRepeatInterval
long getRepeatInterval()
- Returns:
- long
-
setRepeatInterval
void setRepeatInterval(long repeatInterval)
- Parameters:
repeatInterval- long
-
setRepeatIntervalMinutes
void setRepeatIntervalMinutes(long repeatIntervalMinutes)
- Parameters:
repeatIntervalMinutes- long
-
getStartDelay
long getStartDelay()
- Returns:
- long
-
setStartDelay
void setStartDelay(long startDelay)
- Parameters:
startDelay- long
-
setStartDelayMinutes
void setStartDelayMinutes(long startDelayMinutes)
- Parameters:
startDelayMinutes- long
-
-