Class RemoteCaseManagementServiceImpl.InProgressHumanTaskPredicate
- java.lang.Object
-
- org.jbpm.workbench.cm.backend.server.RemoteCaseManagementServiceImpl.InProgressHumanTaskPredicate
-
- All Implemented Interfaces:
BiPredicate<org.jbpm.workbench.cm.model.CaseActionSummary,List<org.jbpm.workbench.cm.model.CaseActionSummary>>
- Enclosing class:
- RemoteCaseManagementServiceImpl
public static class RemoteCaseManagementServiceImpl.InProgressHumanTaskPredicate extends Object implements BiPredicate<org.jbpm.workbench.cm.model.CaseActionSummary,List<org.jbpm.workbench.cm.model.CaseActionSummary>>
-
-
Constructor Summary
Constructors Constructor Description InProgressHumanTaskPredicate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleantest(org.jbpm.workbench.cm.model.CaseActionSummary summary, List<org.jbpm.workbench.cm.model.CaseActionSummary> actions)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiPredicate
and, negate, or
-
-
-
-
Method Detail
-
test
public boolean test(org.jbpm.workbench.cm.model.CaseActionSummary summary, List<org.jbpm.workbench.cm.model.CaseActionSummary> actions)- Specified by:
testin interfaceBiPredicate<org.jbpm.workbench.cm.model.CaseActionSummary,List<org.jbpm.workbench.cm.model.CaseActionSummary>>
-
-