| 
| static Vector< NesterTag >  | getNesterTagExampleTags (int tagExampleID, Connection connection) | 
|   | Get a list of NesterTags from a TagExample.  More...
  | 
|   | 
| static boolean  | addExampleTagsToProject (NesterTagDiscoveryBias nesterTagDiscoveryBias, ArrayList< NesterTagExample > nesterTagExamples, ArrayList< NesterTag > nesterTags, Connection connection) | 
|   | Add a list of TagExamples and Tags.  More...
  | 
|   | 
| static boolean  | addExampleTagsToProject (int projectId, ArrayList< NesterTagExample > nesterTagExamples, ArrayList< NesterTag > nesterTags, Connection connection) | 
|   | Add a list of TagExamples and Tags.  More...
  | 
|   | 
| static boolean  | deleteAllTagExamplesInTagSet (int tagSetId, Connection connection) | 
|   | Delete all TagExamples and Tags from a given TagSet.  More...
  | 
|   | 
| static boolean  | runAddExampleTests (int tagSet1, int tagSet2, Connection connection) | 
|   | 
 | 
| static boolean  | saveTagDictsViaAPI (Logger logger, int projectId, Vector< HashMap< String, Object >> dictsToAdd) | 
|   | Internal Function to Save a list of Tags via the API.  More...
  | 
|   | 
Add a list of TagExamples and Tags. 
- Parameters
 - 
  
    | nesterTagDiscoveryBias | Search Bias Object with the search's settings.  | 
    | nesterTagExamples | List of TagExamples to add.  | 
    | nesterTags | List of Tags to add, corresponding to the TagExamples.  | 
    | connection | An opened database connection, or 'null' to use the API save.  | 
  
   
- Returns
 - True on Success, False if any error encountered. 
 
 
 
  
  
      
        
          | static boolean arlo.NesterTagExample.addExampleTagsToProject  | 
          ( | 
          int  | 
          projectId,  | 
         
        
           | 
           | 
          ArrayList< NesterTagExample >  | 
          nesterTagExamples,  | 
         
        
           | 
           | 
          ArrayList< NesterTag >  | 
          nesterTags,  | 
         
        
           | 
           | 
          Connection  | 
          connection  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
Add a list of TagExamples and Tags. 
- Parameters
 - 
  
    | projectId | The database ID of the project to which we are saving Tags.  | 
    | nesterTagExamples | List of TagExamples to add.  | 
    | nesterTags | List of Tags to add, corresponding to the TagExamples.  | 
    | connection | An opened database connection, or 'null' to use the API save.  | 
  
   
- Returns
 - True on Success, False if any error encountered. 
 
 
 
  
  
      
        
          | static boolean arlo.NesterTagExample.deleteAllTagExamplesInTagSet  | 
          ( | 
          int  | 
          tagSetId,  | 
         
        
           | 
           | 
          Connection  | 
          connection  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
Delete all TagExamples and Tags from a given TagSet. 
- Parameters
 - 
  
    | tagSetId | Database id of the TagSet to empty.  | 
    | connection | An opened database connection.  | 
  
   
- Returns
 - true if successful, false if any error occurred. 
 
 
 
  
  
      
        
          | static Vector<NesterTag> arlo.NesterTagExample.getNesterTagExampleTags  | 
          ( | 
          int  | 
          tagExampleID,  | 
         
        
           | 
           | 
          Connection  | 
          connection  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
Get a list of NesterTags from a TagExample. 
- Parameters
 - 
  
    | tagExampleID | Database ID of the TagExample.  | 
    | connection | An opened database connection.  | 
  
   
- Returns
 - A list of NesterTag Objects. 
 
 
 
  
  
      
        
          | static boolean arlo.NesterTagExample.runAddExampleTests  | 
          ( | 
          int  | 
          tagSet1,  | 
         
        
           | 
           | 
          int  | 
          tagSet2,  | 
         
        
           | 
           | 
          Connection  | 
          connection  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | static boolean arlo.NesterTagExample.saveTagDictsViaAPI  | 
          ( | 
          Logger  | 
          logger,  | 
         
        
           | 
           | 
          int  | 
          projectId,  | 
         
        
           | 
           | 
          Vector< HashMap< String, Object >>  | 
          dictsToAdd  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
staticprivate   | 
  
 
Internal Function to Save a list of Tags via the API. 
- Parameters
 - 
  
    | logger | An initialized Logger object for error reporting.  | 
    | projectId | The database ID of the project to which we are saving Tags.  | 
    | dictsToAdd | Vector of Tag Dicts to save  | 
  
   
- Returns
 - True on Success, False if any error encountered. 
 
 
 
      
        
          | String arlo.NesterTagExample.toString  | 
          ( | 
           | ) | 
           | 
        
      
 
 
The documentation for this class was generated from the following file: