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