Uses of Class
de.xima.fc.common.bean_models.workflow.state.EndUserStateConfigViewModel
-
Packages that use EndUserStateConfigViewModel Package Description de.xima.fc.common.bean_models.workflow.state de.xima.fc.workflow de.xima.fc.workflow.designer.bean.nodes -
-
Uses of EndUserStateConfigViewModel in de.xima.fc.common.bean_models.workflow.state
Methods in de.xima.fc.common.bean_models.workflow.state with parameters of type EndUserStateConfigViewModel Modifier and Type Method Description void
EEndUserStatePreset. applyToEndUserState(EndUserStateConfigViewModel portalConfig, List<Locale> localesToApply)
Method parameters in de.xima.fc.common.bean_models.workflow.state with type arguments of type EndUserStateConfigViewModel Modifier and Type Method Description void
EndUserStateConfigViewModel.ValidationGroup. addGroups(BaseGroupSequenceProvider.IGroupBuilder<EndUserStateConfigViewModel> builder)
-
Uses of EndUserStateConfigViewModel in de.xima.fc.workflow
Methods in de.xima.fc.workflow that return EndUserStateConfigViewModel Modifier and Type Method Description EndUserStateConfigViewModel
WorkflowStateModel. getUserPortalConfig()
Gets the view model for the user portal configuration of this state.Methods in de.xima.fc.workflow with parameters of type EndUserStateConfigViewModel Modifier and Type Method Description void
WorkflowStateModel. setEndUserStateConfig(EndUserStateConfigViewModel endUserStateConfig)
Sets the view model for the user portal configuration of this state. -
Uses of EndUserStateConfigViewModel in de.xima.fc.workflow.designer.bean.nodes
Methods in de.xima.fc.workflow.designer.bean.nodes that return EndUserStateConfigViewModel Modifier and Type Method Description EndUserStateConfigViewModel
FcChangeStateBean. getPortalConfig()
Gets the view model with settings for the state that are related to the user portal.
-