Uses of Class
de.xima.fc.common.bean_models.workflow.state.EPortalStatePreset
-
Packages that use EPortalStatePreset Package Description de.xima.fc.common.bean_models.workflow.state de.xima.fc.workflow de.xima.fc.workflow.designer.bean.nodes -
-
Uses of EPortalStatePreset in de.xima.fc.common.bean_models.workflow.state
Methods in de.xima.fc.common.bean_models.workflow.state that return EPortalStatePreset Modifier and Type Method Description static EPortalStatePreset
EPortalStatePreset. valueOf(String name)
Returns the enum constant of this type with the specified name.static EPortalStatePreset[]
EPortalStatePreset. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EPortalStatePreset in de.xima.fc.workflow
Methods in de.xima.fc.workflow with parameters of type EPortalStatePreset Modifier and Type Method Description WorkflowStateModel.Builder<T>
WorkflowStateModel.Builder. defaultPortalState(EPortalStatePreset preset)
Presets to apply when the state does not yet have a portal state configured.void
WorkflowStateModel. setPortalStateConfigFromPresetIfMissing(EPortalStatePreset preset)
-
Uses of EPortalStatePreset in de.xima.fc.workflow.designer.bean.nodes
Methods in de.xima.fc.workflow.designer.bean.nodes with parameters of type EPortalStatePreset Modifier and Type Method Description void
FcChangeStateBean. applyPortalStatePreset(EPortalStatePreset preset)
Applies the given preset to the current user portal state configuration.
-