Class DocumentActivityInvolvedUsers
java.lang.Object
com.comalatech.workflow.model.document.activity.DocumentActivityInvolvedUsers
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 Summary
ModifierConstructorDescriptionprotected
DocumentActivityInvolvedUsers
(List<String> actors, List<String> participants) -
Method Summary
Modifier and TypeMethodDescriptionDocumentActivityInvolvedActors
(List<String> actors) Limits the actors of the activity to be one of the values in the list.DocumentActivityInvolvedParticipants
(List<String> participants) Limits the participant of the activity to be one of the values in the list.
-
Constructor Details
-
DocumentActivityInvolvedUsers
-
-
Method Details
-
DocumentActivityInvolvedActors
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
-
getParticipants
-