Uses of Class
com.comalatech.workflow.model.document.activity.DocumentActivityInvolvedUsers
-
Packages that use DocumentActivityInvolvedUsers Package Description com.comalatech.workflow.model.document.activity -
-
Uses of DocumentActivityInvolvedUsers in com.comalatech.workflow.model.document.activity
Methods in com.comalatech.workflow.model.document.activity that return DocumentActivityInvolvedUsers Modifier and Type Method Description static DocumentActivityInvolvedUsers
DocumentActivityInvolvedUsers. DocumentActivityInvolvedActors(List<String> actors)
Limits the actors of the activity to be one of the values in the list.static DocumentActivityInvolvedUsers
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 DocumentActivityInvolvedUsers Modifier and Type Method Description void
DocumentActivityQueryFilter. setInvolvedUsers(DocumentActivityInvolvedUsers involvedUsers)
Limits either the actors or participants in the activity.
-