Class UserChoiceProvider
- java.lang.Object
 - 
- de.xima.fc.workflow.model.choices.UserChoiceProvider
 
 
- 
- All Implemented Interfaces:
 de.xima.cmn.validation.spec.IChoiceProviding<UuidEntityRef>
public class UserChoiceProvider extends Object implements de.xima.cmn.validation.spec.IChoiceProviding<UuidEntityRef>
Provider for the user account available in the current client during workflow editing and validation.- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Constructor Summary
Constructors Constructor Description UserChoiceProvider() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>>getChoices(de.xima.cmn.validation.spec.IChoiceProvidingParams params) 
 - 
 
- 
- 
Method Detail
- 
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>
 
 - 
 
 -