Class AutomaticWorkflowDefinition
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.plugins.workflow.definition.WorkflowDefinition
org.ametys.plugins.workflow.definition.AutomaticWorkflowDefinition
- All Implemented Interfaces:
LogEnabled,PluginAware,Component,Configurable,Serviceable
Workflow definition used for workflows not defined in a plugin.xml, the
workflow is directly defined into WEB-INF/param/workflows.
-
Field Summary
Fields inherited from class org.ametys.plugins.workflow.definition.WorkflowDefinition
_srcResolver, _workflowHelper -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the default catalog for the workflow name.Methods inherited from class org.ametys.plugins.workflow.definition.WorkflowDefinition
configure, getDefinition, getDescriptor, getLabel, getLocation, reset, service, setPluginInfoMethods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Constructor Details
-
AutomaticWorkflowDefinition
public AutomaticWorkflowDefinition()
-
-
Method Details
-
getDefaultCatalog
Description copied from class:WorkflowDefinitionGet the default catalog for the workflow name.- Overrides:
getDefaultCatalogin classWorkflowDefinition- Returns:
- the default catalog
-