Interface ActionSubjectObject

  • All Known Subinterfaces:
    ActionEnableObject

    public interface ActionSubjectObject
    An action that can run as a specific Subject (user).
    • Method Detail

      • getActionSubject

        com.redwood.scheduler.api.model.Subject getActionSubject()
        Get the user (Subject) that this action should run as.
        Returns:
        the user (Subject) that this action should run as.
      • getActionSubjectUniqueId

        Long getActionSubjectUniqueId()
        Get the uniqueid of the user (Subject) that this action should run as.
        Returns:
        uniqueid of the user (Subject) that this action should run as.