Class ClientCounterChoiceProvider

java.lang.Object
de.xima.fc.workflow.model.choices.ClientCounterChoiceProvider
All Implemented Interfaces:
de.xima.cmn.validation.spec.IChoiceProviding<EntityRef>

public class ClientCounterChoiceProvider extends Object implements de.xima.cmn.validation.spec.IChoiceProviding<EntityRef>
Provider for client counters available in the current client during workflow editing and validation.
Since:
7.0.0
Author:
XIMA MEDIA GmbH
  • Constructor Details

    • ClientCounterChoiceProvider

      public ClientCounterChoiceProvider()
  • Method Details

    • getChoices

      public Iterable<? extends de.xima.cmn.validation.spec.IChoiceEntry<EntityRef>> getChoices(de.xima.cmn.validation.spec.IChoiceProvidingParams params)
      Specified by:
      getChoices in interface de.xima.cmn.validation.spec.IChoiceProviding<EntityRef>