Class VersionController

java.lang.Object
org.imixs.workflow.office.forms.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:
  • Field Details

  • Constructor Details

    • VersionController

      public VersionController()
  • Method Details

    • 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: