Package org.ametys.plugins.workflow.dao
Class WorkflowFunctionDAO
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.plugins.workflow.dao.WorkflowFunctionDAO
- All Implemented Interfaces:
LogEnabled
,Component
,Serviceable
DAO for workflow element's pre and pos functions
-
Field Summary
Modifier and TypeFieldDescriptionprotected ServiceManager
The service managerprotected WorkflowHelper
The workflow helper -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetActionFunctions
(String workflowName, String actionId) getStepFunctions
(String workflowName, String stepId) void
service
(ServiceManager smanager) Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Field Details
-
_workflowHelper
The workflow helper -
_manager
The service manager
-
-
Constructor Details
-
WorkflowFunctionDAO
public WorkflowFunctionDAO()
-
-
Method Details
-
service
- Specified by:
service
in interfaceServiceable
- Throws:
ServiceException
-
getStepFunctions
-
getActionFunctions
-