Uses of Interface
org.jbpm.examples.checklist.ChecklistContextConstraint
-
Packages that use ChecklistContextConstraint Package Description org.jbpm.examples.checklist org.jbpm.examples.checklist.context org.jbpm.examples.checklist.impl -
-
Uses of ChecklistContextConstraint in org.jbpm.examples.checklist
Method parameters in org.jbpm.examples.checklist with type arguments of type ChecklistContextConstraint Modifier and Type Method Description List<ChecklistItem>ChecklistManager. getTasks(long processInstanceId, List<ChecklistContextConstraint> contexts) -
Uses of ChecklistContextConstraint in org.jbpm.examples.checklist.context
Classes in org.jbpm.examples.checklist.context that implement ChecklistContextConstraint Modifier and Type Class Description classPotentialOwnerContextConstraintclassProcessIdContextConstraintclassProcessInstanceIdContextConstraintclassTaskStatusContextConstraint -
Uses of ChecklistContextConstraint in org.jbpm.examples.checklist.impl
Method parameters in org.jbpm.examples.checklist.impl with type arguments of type ChecklistContextConstraint Modifier and Type Method Description List<ChecklistItem>DefaultChecklistManager. getTasks(long processInstanceId, List<ChecklistContextConstraint> contexts)
-