Interface ScheduledPersistedAction

    • Method Detail

      • getAction

        Action getAction()
        Get the action which the schedule applies to
      • getActionNodeRef

        org.alfresco.service.cmr.repository.NodeRef getActionNodeRef()
        Get the persisted NodeRef of the action this applies to
      • getScheduleLastExecutedAt

        java.util.Date getScheduleLastExecutedAt()
        When was this action last run, if ever?
      • getScheduleInterval

        java.lang.String getScheduleInterval()
        Returns the interval in a form like 1Day (1 day) or 2Hour (2 hours)