Class WorkflowTemplateExistsPredicate

java.lang.Object
de.hybris.platform.cmsfacades.common.predicate.WorkflowTemplateExistsPredicate
All Implemented Interfaces:
Predicate<String>

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

Returns TRUE if the template exists; FALSE otherwise.

  • Constructor Details

    • WorkflowTemplateExistsPredicate

      public WorkflowTemplateExistsPredicate()
  • Method Details