Class PromptConnectionChoiceProvider
java.lang.Object
de.xima.fc.workflow.model.choices.PromptConnectionChoiceProvider
- All Implemented Interfaces:
de.xima.cmn.validation.spec.IChoiceProviding<ObjectReference>
public class PromptConnectionChoiceProvider
extends Object
implements de.xima.cmn.validation.spec.IChoiceProviding<ObjectReference>
Provider for the prompt connections available in the current client during workflow editing and validation.
- Since:
- 8.5.0
- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<? extends de.xima.cmn.validation.spec.IChoiceEntry<ObjectReference>> getChoices(de.xima.cmn.validation.spec.IChoiceProvidingParams params)
-
Constructor Details
-
PromptConnectionChoiceProvider
public PromptConnectionChoiceProvider()
-
-
Method Details
-
getChoices
public List<? extends de.xima.cmn.validation.spec.IChoiceEntry<ObjectReference>> getChoices(de.xima.cmn.validation.spec.IChoiceProvidingParams params) - Specified by:
getChoicesin interfacede.xima.cmn.validation.spec.IChoiceProviding<ObjectReference>
-