Class WorkflowModelBean

  • All Implemented Interfaces:
    Serializable

    @Named
    @ViewScoped
    public class WorkflowModelBean
    extends Object
    implements Serializable
    Bean that holds the different models (state) required by the workflow. This is the central point that stores data and can be accessed by all other beans. Other beans should not store state of their own. This bean does not have a Injects to other workflow beans, so it can be freely referenced.
    Since:
    7.0.0
    Author:
    XIMA MEDIA GmbH
    See Also:
    Serialized Form