Uses of Class
com.comalatech.workflow.model.document.activity.DocumentActivityInvolvedUsers
-
Uses of DocumentActivityInvolvedUsers in com.comalatech.workflow.model.document.activity
Modifier and TypeMethodDescriptionDocumentActivityInvolvedUsers.DocumentActivityInvolvedActors
(List<String> actors) Limits the actors of the activity to be one of the values in the list.DocumentActivityInvolvedUsers.DocumentActivityInvolvedParticipants
(List<String> participants) Limits the participant of the activity to be one of the values in the list.Modifier and TypeMethodDescriptionvoid
DocumentActivityQueryFilter.setInvolvedUsers
(DocumentActivityInvolvedUsers involvedUsers) Limits either the actors or participants in the activity.