Class HtmlTemplateChoiceProvider
java.lang.Object
de.xima.fc.workflow.model.choices.HtmlTemplateChoiceProvider
- All Implemented Interfaces:
 de.xima.cmn.validation.spec.IChoiceProviding<UuidEntityRef>
public class HtmlTemplateChoiceProvider
extends Object
implements de.xima.cmn.validation.spec.IChoiceProviding<UuidEntityRef>
CDI-injectable provider for the HTML templates available during workflow editing and validation.
- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionList<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>>getChoices(de.xima.cmn.validation.spec.IChoiceProvidingParams params)  
- 
Constructor Details
- 
HtmlTemplateChoiceProvider
public HtmlTemplateChoiceProvider() 
 - 
 - 
Method Details
- 
getChoices
public List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> getChoices(de.xima.cmn.validation.spec.IChoiceProvidingParams params) - Specified by:
 getChoicesin interfacede.xima.cmn.validation.spec.IChoiceProviding<UuidEntityRef>
 
 -