Uses of Class
de.xima.fc.workflow.model.triggers.FcUserInvocationLocalizationEntry
-
Packages that use FcUserInvocationLocalizationEntry Package Description de.xima.fc.workflow.model.triggers -
-
Uses of FcUserInvocationLocalizationEntry in de.xima.fc.workflow.model.triggers
Methods in de.xima.fc.workflow.model.triggers that return FcUserInvocationLocalizationEntry Modifier and Type Method Description FcUserInvocationLocalizationEntry
FcUserInvocationProps. getLocalizationsByLocale(Locale locale)
Methods in de.xima.fc.workflow.model.triggers that return types with arguments of type FcUserInvocationLocalizationEntry Modifier and Type Method Description List<FcUserInvocationLocalizationEntry>
FcUserInvocationProps. getLocalizations()
Localized messages for the trigger for each locale.Method parameters in de.xima.fc.workflow.model.triggers with type arguments of type FcUserInvocationLocalizationEntry Modifier and Type Method Description void
FcUserInvocationProps. setLocalizations(List<FcUserInvocationLocalizationEntry> localizations)
Localized messages for the trigger for each locale.
-