| 
        
          | static Vector<NesterTagExample> arlo.NesterTagSet.getNesterTagSetTagExamples | ( | int | tagSetID, |  
          |  |  | Connection | connection |  
          |  | ) |  |  |  | static | 
 
Get a list of TagExamples in a TagSet. 
- Parameters
- 
  
    | tagSetID | Database ID of the TagSet |  | connection | An opened Database connection. |  
 
- Returns
- A list of NesterTagExample objects. 
 
 
  
  | 
        
          | static Vector<NesterTagExample> arlo.NesterTagSet.getNesterTagSetTagExamples | ( | Vector< Integer > | tagSetIds, |  
          |  |  | Connection | connection |  
          |  | ) |  |  |  | static | 
 
 
  
  | 
        
          | static Vector<NesterTagExample> arlo.NesterTagSet.getNesterTagSetTagExamples | ( | Vector< Integer > | tagSetIds, |  
          |  |  | Vector< Integer > | mediaFileIds, |  
          |  |  | Connection | connection |  
          |  | ) |  |  |  | static | 
 
Get a list of TagExamples in a list of TagSets. 
- Parameters
- 
  
    | tagSetIds | A list of Database IDs of the TagSets |  | mediaFileIds | If not null, restrict returned tags to only UserTags and Tags from the specified MediaFiles |  | connection | An opened Database connection. |  
 
- Returns
- A list of NesterTagExample objects. 
 
 
The documentation for this class was generated from the following file: