Class 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 Detail

      • DocumentActivityInvolvedUsers

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

      • 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
      • getParticipants

        public List<String> getParticipants()