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
FieldsModifier and TypeFieldDescriptionprotected WorkflowHelperThe workflow helper componentprotected WorkflowProviderThe workflow providerstatic final StringAvalon Role -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinitializeWorkflow(FormEntry entry) Initialize workflow for form entryvoidservice(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:
servicein interfaceServiceable- Throws:
ServiceException
-
initializeWorkflow
Initialize workflow for form entry- Parameters:
entry- the form entry- Throws:
Exception- if an error occurred
-