Uses of Class
com.endeca.infront.cartridge.model.Attribute

Packages that use Attribute
com.endeca.infront.cartridge Contains the built-in Assembler cartridge handlers and their configuration classes. 
com.endeca.infront.cartridge.model Contains model objects for use in the built-in Assembler cartridge handlers. 
 

Uses of Attribute in com.endeca.infront.cartridge
 

Method parameters in com.endeca.infront.cartridge with type arguments of type Attribute
protected  void ResultsListHandler.retainFields(Map<String,Attribute> attributeMap, com.endeca.infront.cartridge.FieldNamesConfig config, boolean aggregationEnabled)
           
 

Uses of Attribute in com.endeca.infront.cartridge.model
 

Subclasses of Attribute in com.endeca.infront.cartridge.model
 class JsonAttribute
          An attribute that stores JSON formatted property values in a Record.
 class StringAttribute
          Class representing single value string attributes.
 

Methods in com.endeca.infront.cartridge.model that return types with arguments of type Attribute
 Map<String,Attribute> Record.getAttributes()
          Record attribute (property and dimension) values, indexed by name string.
 

Method parameters in com.endeca.infront.cartridge.model with type arguments of type Attribute
 void Record.setAttributes(Map<String,Attribute> attributes)
          Sets the attributes for this record.
 



Copyright © 2012, Oracle and/or its affiliates. All rights reserved.