Class VersionController

  • All Implemented Interfaces:
    Serializable

    @Named
    @RequestScoped
    public class VersionController
    extends Object
    implements Serializable
    The marty VersionController provides the list of versions to the current loaded workitem.
    Version:
    2.0
    Author:
    rsoika
    See Also:
    Serialized Form
    • Constructor Detail

      • VersionController

        public VersionController()
    • Method Detail

      • onWorkflowEvent

        public void onWorkflowEvent​(@Observes
                                    org.imixs.workflow.faces.data.WorkflowEvent workflowEvent)
                             throws org.imixs.workflow.exceptions.AccessDeniedException
        WorkflowEvent listener
        Parameters:
        workflowEvent -
        Throws:
        org.imixs.workflow.exceptions.AccessDeniedException
      • getVersions

        public List<org.imixs.workflow.ItemCollection> getVersions()
        returns a List with all Versions of the current Workitem
        Returns: