Class ProcessIdContextConstraint
- java.lang.Object
-
- org.jbpm.examples.checklist.context.ProcessIdContextConstraint
-
- All Implemented Interfaces:
ChecklistContextConstraint
public class ProcessIdContextConstraint extends Object implements ChecklistContextConstraint
-
-
Constructor Summary
Constructors Constructor Description ProcessIdContextConstraint(String processId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
acceptsTask(ChecklistItem item)
-
-
-
Constructor Detail
-
ProcessIdContextConstraint
public ProcessIdContextConstraint(String processId)
-
-
Method Detail
-
acceptsTask
public boolean acceptsTask(ChecklistItem item)
- Specified by:
acceptsTask
in interfaceChecklistContextConstraint
-
-