jBPM :: Distribution 6.2.0-SNAPSHOT

Uses of Interface
org.jbpm.examples.checklist.ChecklistContextConstraint

Packages that use ChecklistContextConstraint
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
 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
 class PotentialOwnerContextConstraint
           
 class ProcessIdContextConstraint
           
 class ProcessInstanceIdContextConstraint
           
 class TaskStatusContextConstraint
           
 

Uses of ChecklistContextConstraint in org.jbpm.examples.checklist.impl
 

Method parameters in org.jbpm.examples.checklist.impl with type arguments of type ChecklistContextConstraint
 List<ChecklistItem> DefaultChecklistManager.getTasks(long processInstanceId, List<ChecklistContextConstraint> contexts)
           
 


jBPM :: Distribution 6.2.0-SNAPSHOT

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.