#include <DataAccessTaskProcess.h>
 | 
| Task *  | build () override | 
|   | Concrete factories (derived from this one) must implement this method in order to create objects.  More...
  | 
|   | 
 | 
| std::string  | m_factoryKey | 
|   | The key that identifies the concrete factory: it will be used for unregistering the factory during destruction.  More...
  | 
|   | 
Definition at line 56 of file DataAccessTaskProcess.h.
 
◆ dictionary_type
◆ factory_type
◆ DataAccessTaskFactory()
      
        
          | te::process::DataAccessTaskFactory::DataAccessTaskFactory  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ ~DataAccessTaskFactory()
      
        
          | te::process::DataAccessTaskFactory::~DataAccessTaskFactory  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ build()
  
  
      
        
          | Task* te::process::DataAccessTaskFactory::build  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
overrideprotectedvirtual   | 
  
 
 
◆ find()
◆ getCategories()
  
  
      
        
          | static std::vector<std::string> te::process::TaskFactory::getCategories  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
staticinherited   | 
  
 
Gets all tasks from the give category. 
 
 
◆ getDictionary()
It returns a reference to the internal dictionary of concrete factories. 
The dictionary is a singleton.
- Returns
 - A reference to the internal dictionary. 
 
Definition at line 157 of file AbstractFactory.h.
 
 
◆ getKey()
It returns the factory key associated to the concreate factory. 
- Returns
 - The factory key associated to the concreate factory. 
 
Definition at line 140 of file AbstractFactory.h.
 
 
◆ getTasksFromCategory()
  
  
      
        
          | static std::vector<std::string> te::process::TaskFactory::getTasksFromCategory  | 
          ( | 
          const std::string &  | 
          category | ) | 
           | 
         
       
   | 
  
staticinherited   | 
  
 
 
◆ make()
It creates an object with the appropriated factory. 
- Parameters
 - 
  
    | factoryKey | A key that identifies the factory used to build the object. | 
  
   
- Returns
 - It returns a new object created by the given factory.
 
- Exceptions
 - 
  
    | Exception | If the concrete factory is not specified or the object can not be built for any reason this methiod may throws an exception. | 
  
   
- Note
 - The caller of this method will take the ownership of the returned object. 
 
Definition at line 146 of file AbstractFactory.h.
 
 
◆ m_factoryKey
The key that identifies the concrete factory: it will be used for unregistering the factory during destruction. 
Definition at line 136 of file AbstractFactory.h.
 
 
◆ m_mapCategories
  
  
      
        
          | std::map<std::string, std::vector<std::string> > te::process::TaskFactory::m_mapCategories | 
         
       
   | 
  
staticprotectedinherited   | 
  
 
 
The documentation for this class was generated from the following file: