Class 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 Detail

      • InProgressHumanTaskPredicate

        public InProgressHumanTaskPredicate()
    • Method Detail

      • test

        public boolean test​(org.jbpm.workbench.cm.model.CaseActionSummary summary,
                            List<org.jbpm.workbench.cm.model.CaseActionSummary> actions)
        Specified by:
        test in interface BiPredicate<org.jbpm.workbench.cm.model.CaseActionSummary,​List<org.jbpm.workbench.cm.model.CaseActionSummary>>