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 - long getRepeatInterval()
void setRepeatInterval(long repeatInterval)
repeatInterval - void setRepeatIntervalMinutes(long repeatIntervalMinutes)
repeatIntervalMinutes - long getStartDelay()
void setStartDelay(long startDelay)
startDelay - void setStartDelayMinutes(long startDelayMinutes)
startDelayMinutes - Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.