Class DocumentActivityInvolvedUsers

java.lang.Object
com.comalatech.workflow.model.document.activity.DocumentActivityInvolvedUsers

public class DocumentActivityInvolvedUsers extends Object
Filter for activities where the specified users were involved. Can either be actors or participants, but not both at the same time.
Since:
7.0
  • Constructor Details

    • DocumentActivityInvolvedUsers

      protected DocumentActivityInvolvedUsers(List<String> actors, List<String> participants)
  • Method Details

    • DocumentActivityInvolvedActors

      public static DocumentActivityInvolvedUsers DocumentActivityInvolvedActors(List<String> actors)
      Limits the actors of the activity to be one of the values in the list.
      Parameters:
      actors - list to filter activities for
      Since:
      7.0
    • DocumentActivityInvolvedParticipants

      public static DocumentActivityInvolvedUsers DocumentActivityInvolvedParticipants(List<String> participants)
      Limits the participant of the activity to be one of the values in the list.
      Parameters:
      participants - list to filter activities for
      Since:
      7.0
    • getActors

      public List<String> getActors()
    • getParticipants

      public List<String> getParticipants()