Uses of Class
com.comalatech.workflow.model.document.activity.DocumentActivityInvolvedUsers
Packages that use DocumentActivityInvolvedUsers
-
Uses of DocumentActivityInvolvedUsers in com.comalatech.workflow.model.document.activity
Methods in com.comalatech.workflow.model.document.activity that return DocumentActivityInvolvedUsersModifier 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.Methods in com.comalatech.workflow.model.document.activity with parameters of type DocumentActivityInvolvedUsersModifier and TypeMethodDescriptionvoid
DocumentActivityQueryFilter.setInvolvedUsers
(DocumentActivityInvolvedUsers involvedUsers) Limits either the actors or participants in the activity.