Uses of Class
org.alfresco.service.cmr.action.scheduled.SchedulableAction.IntervalPeriod
-
Packages that use SchedulableAction.IntervalPeriod Package Description org.alfresco.repo.action.scheduled org.alfresco.repo.quickshare org.alfresco.repo.replication org.alfresco.service.cmr.action.scheduled -
-
Uses of SchedulableAction.IntervalPeriod in org.alfresco.repo.action.scheduled
Methods in org.alfresco.repo.action.scheduled that return SchedulableAction.IntervalPeriod Modifier and Type Method Description SchedulableAction.IntervalPeriodScheduledPersistedActionImpl. getScheduleIntervalPeriod()How long areScheduledPersistedActionImpl.getScheduleIntervalCount()counts measured in?Methods in org.alfresco.repo.action.scheduled with parameters of type SchedulableAction.IntervalPeriod Modifier and Type Method Description voidScheduledPersistedActionImpl. setScheduleIntervalPeriod(SchedulableAction.IntervalPeriod period)Sets the interval period -
Uses of SchedulableAction.IntervalPeriod in org.alfresco.repo.quickshare
Methods in org.alfresco.repo.quickshare that return SchedulableAction.IntervalPeriod Modifier and Type Method Description SchedulableAction.IntervalPeriodQuickShareLinkExpiryActionImpl. getScheduleIntervalPeriod()Methods in org.alfresco.repo.quickshare with parameters of type SchedulableAction.IntervalPeriod Modifier and Type Method Description voidQuickShareLinkExpiryActionImpl. setScheduleIntervalPeriod(SchedulableAction.IntervalPeriod period) -
Uses of SchedulableAction.IntervalPeriod in org.alfresco.repo.replication
Methods in org.alfresco.repo.replication that return SchedulableAction.IntervalPeriod Modifier and Type Method Description SchedulableAction.IntervalPeriodReplicationDefinitionImpl. getScheduleIntervalPeriod()Methods in org.alfresco.repo.replication with parameters of type SchedulableAction.IntervalPeriod Modifier and Type Method Description voidReplicationDefinitionImpl. setScheduleIntervalPeriod(SchedulableAction.IntervalPeriod period) -
Uses of SchedulableAction.IntervalPeriod in org.alfresco.service.cmr.action.scheduled
Methods in org.alfresco.service.cmr.action.scheduled that return SchedulableAction.IntervalPeriod Modifier and Type Method Description SchedulableAction.IntervalPeriodSchedulableAction. getScheduleIntervalPeriod()How long areSchedulableAction.getScheduleIntervalCount()counts measured in?static SchedulableAction.IntervalPeriodSchedulableAction.IntervalPeriod. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SchedulableAction.IntervalPeriod[]SchedulableAction.IntervalPeriod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.alfresco.service.cmr.action.scheduled with parameters of type SchedulableAction.IntervalPeriod Modifier and Type Method Description voidSchedulableAction. setScheduleIntervalPeriod(SchedulableAction.IntervalPeriod period)Sets the interval period
-