public interface TriggerBeanSPI
Modifier and Type | Method and Description |
---|---|
int |
getRepeatCount() |
long |
getRepeatInterval() |
long |
getStartDelay() |
void |
setRepeatCount(int repeatCount) |
void |
setRepeatInterval(long repeatInterval) |
void |
setRepeatIntervalMinutes(long repeatIntervalMinutes) |
void |
setStartDelay(long startDelay) |
void |
setStartDelayMinutes(long startDelayMinutes) |
int getRepeatCount()
void setRepeatCount(int repeatCount)
repeatCount
- intlong getRepeatInterval()
void setRepeatInterval(long repeatInterval)
repeatInterval
- longvoid setRepeatIntervalMinutes(long repeatIntervalMinutes)
repeatIntervalMinutes
- longlong getStartDelay()
void setStartDelay(long startDelay)
startDelay
- longvoid setStartDelayMinutes(long startDelayMinutes)
startDelayMinutes
- longCopyright © 2005–2020 Alfresco Software. All rights reserved.