Package org.imixs.workflow.office.forms
Class VersionController
java.lang.Object
org.imixs.workflow.office.forms.VersionController
- All Implemented Interfaces:
Serializable
The marty VersionController provides the list of versions to the current
loaded workitem.
- Version:
- 2.0
- Author:
- rsoika
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.imixs.workflow.ItemCollection>returns a List with all Versions of the current WorkitemvoidonWorkflowEvent(org.imixs.workflow.faces.data.WorkflowEvent workflowEvent) WorkflowEvent listener
-
Field Details
-
workitemService
-
-
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
returns a List with all Versions of the current Workitem- Returns:
-