Package org.ametys.plugins.workflow.dao
Class WorkflowPropertyDAO
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.plugins.workflow.dao.WorkflowPropertyDAO
- All Implemented Interfaces:
LogEnabled
,Component
,Serviceable
DAO for workflow element's meta attributes
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetActionProperties
(String workflowName, String actionId) getStepProperties
(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
-
-
Constructor Details
-
WorkflowPropertyDAO
public WorkflowPropertyDAO()
-
-
Method Details
-
service
- Specified by:
service
in interfaceServiceable
- Throws:
ServiceException
-
getStepProperties
-
getActionProperties
-