Class DefaultActionTaskCreationStrategy

  • All Implemented Interfaces:
    ActionTaskCreationStrategy, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

    public class DefaultActionTaskCreationStrategy
    extends java.lang.Object
    implements ActionTaskCreationStrategy, org.springframework.context.ApplicationContextAware
    TODO

    Allows to change task model creation to support sub types of TaskModel.

    • Constructor Detail

      • DefaultActionTaskCreationStrategy

        public DefaultActionTaskCreationStrategy()
    • Method Detail

      • isTaskRunner

        protected boolean isTaskRunner​(java.lang.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