Class DirectClientAuthorizationChoiceProvider
java.lang.Object
de.xima.fc.workflow.model.choices.DirectClientAuthorizationChoiceProvider
- All Implemented Interfaces:
de.xima.cmn.validation.spec.IChoiceProviding<UuidEntityRef>
public class DirectClientAuthorizationChoiceProvider
extends Object
implements de.xima.cmn.validation.spec.IChoiceProviding<UuidEntityRef>
Provider for the direct client authorizations available in the current client during workflow editing and validation.
- Since:
- 8.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
-
DirectClientAuthorizationChoiceProvider
public DirectClientAuthorizationChoiceProvider()
-
-
Method Details
-
getChoices
public List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> getChoices(de.xima.cmn.validation.spec.IChoiceProvidingParams params) - Specified by:
getChoices
in interfacede.xima.cmn.validation.spec.IChoiceProviding<UuidEntityRef>
-