Package de.hybris.platform.task.action
Class DefaultActionTaskCreationStrategy
java.lang.Object
de.hybris.platform.task.action.DefaultActionTaskCreationStrategy
- All Implemented Interfaces:
ActionTaskCreationStrategy,org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
public class DefaultActionTaskCreationStrategy
extends Object
implements ActionTaskCreationStrategy, org.springframework.context.ApplicationContextAware
TODO
Allows to change task model creation to support sub types of TaskModel.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateTaskForAction(AbstractActionModel action, Object argument) protected booleanisTaskRunner(String target) voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext)
-
Constructor Details
-
DefaultActionTaskCreationStrategy
public DefaultActionTaskCreationStrategy()
-
-
Method Details
-
createTaskForAction
- Specified by:
createTaskForActionin interfaceActionTaskCreationStrategy
-
isTaskRunner
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException - Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
org.springframework.beans.BeansException
-