Package org.ametys.plugins.forms.helper
Class FormWorkflowHelper
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.plugins.forms.helper.FormWorkflowHelper
- All Implemented Interfaces:
LogEnabled
,Component
,Serviceable
Helper for manipulating workflows for
Form
-
Field Summary
Modifier and TypeFieldDescriptionprotected WorkflowHelper
The workflow helper componentprotected WorkflowProvider
The workflow providerstatic final String
Avalon Role -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
initializeWorkflow
(FormEntry entry) Initialize workflow for form entryvoid
service
(ServiceManager serviceManager) Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Field Details
-
ROLE
Avalon Role -
_workflowProvider
The workflow provider -
_workflowHelper
The workflow helper component
-
-
Constructor Details
-
FormWorkflowHelper
public FormWorkflowHelper()
-
-
Method Details
-
service
- Specified by:
service
in interfaceServiceable
- Throws:
ServiceException
-
initializeWorkflow
Initialize workflow for form entry- Parameters:
entry
- the form entry- Throws:
Exception
- if an error occurred
-