Uses of Enum
de.xima.fc.common.bean_models.workflow.state.EEndUserStatePreset
Packages that use EEndUserStatePreset
Package
Description
-
Uses of EEndUserStatePreset in de.xima.fc.common.bean_models.workflow.state
Subclasses with type arguments of type EEndUserStatePreset in de.xima.fc.common.bean_models.workflow.stateMethods in de.xima.fc.common.bean_models.workflow.state that return EEndUserStatePresetModifier and TypeMethodDescriptionstatic EEndUserStatePresetReturns the enum constant of this type with the specified name.static EEndUserStatePreset[]EEndUserStatePreset.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EEndUserStatePreset in de.xima.fc.workflow
Methods in de.xima.fc.workflow with parameters of type EEndUserStatePresetModifier and TypeMethodDescriptionWorkflowStateModel.Builder.defaultEndUserState(EEndUserStatePreset preset) Presets to apply when the state does not yet have an end user state configured.voidWorkflowStateModel.setEndUserStateConfigFromPresetIfMissing(EEndUserStatePreset preset, Locale clientLocale) -
Uses of EEndUserStatePreset in de.xima.fc.workflow.designer.bean.nodes
Methods in de.xima.fc.workflow.designer.bean.nodes with parameters of type EEndUserStatePresetModifier and TypeMethodDescriptionvoidFcChangeStateBean.applyEndUserStatePreset(EEndUserStatePreset preset) Applies the given preset to the current end user state configuration.