Class IsAnyItemAlreadyInWorkflowPredicate

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

public class IsAnyItemAlreadyInWorkflowPredicate extends Object implements Predicate<List<String>>
Predicate to test if the given CmsItems are already part of an active (RUNNING or PAUSED) workflow instance.

Returns TRUE if the given CmsItems are already part of an active workflow instance; FALSE otherwise.

  • Constructor Details

    • IsAnyItemAlreadyInWorkflowPredicate

      public IsAnyItemAlreadyInWorkflowPredicate()
  • Method Details