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 Details

    • DefaultActionTaskCreationStrategy

      public DefaultActionTaskCreationStrategy()
  • Method Details

    • createTaskForAction

      public TaskModel createTaskForAction(AbstractActionModel action, Object argument)
      Specified by:
      createTaskForAction in interface ActionTaskCreationStrategy
    • isTaskRunner

      protected boolean isTaskRunner(String target)
    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware
      Throws:
      org.springframework.beans.BeansException