Class WorkflowTemplateExistsPredicate

  • All Implemented Interfaces:
    java.util.function.Predicate<java.lang.String>

    public class WorkflowTemplateExistsPredicate
    extends java.lang.Object
    implements java.util.function.Predicate<java.lang.String>
    Predicate to test if a given template code maps to a valid workflow template.

    Returns TRUE if the template exists; FALSE otherwise.

    • Constructor Detail

      • WorkflowTemplateExistsPredicate

        public WorkflowTemplateExistsPredicate()
    • Method Detail

      • test

        public boolean test​(java.lang.String templateCode)
        Specified by:
        test in interface java.util.function.Predicate<java.lang.String>
      • setWorkflowTemplateService

        public void setWorkflowTemplateService​(WorkflowTemplateService workflowTemplateService)