Package org.ametys.odf.orgunit.indexing
Class OrgUnitAncestorIndexingField
- java.lang.Object
 - 
- org.ametys.odf.orgunit.indexing.OrgUnitAncestorIndexingField
 
 
- 
- All Implemented Interfaces:
 CustomIndexingField,IndexingField,Configurable,Serviceable
public class OrgUnitAncestorIndexingField extends Object implements CustomIndexingField, Configurable, Serviceable
CustomIndexingFieldindexing all orgUnit ancestor id in one field. 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected ContentTypeExtensionPoint_cTypeEPThe content type extension point.protected ContentTypesHelper_cTypeHelperThe content type helper.protected I18nizableText_descriptionThe description fieldprotected I18nizableText_labelThe label fieldprotected String_nameThe field name 
- 
Constructor Summary
Constructors Constructor Description OrgUnitAncestorIndexingField() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(Configuration configuration)I18nizableTextgetDescription()Get the field description.I18nizableTextgetLabel()Get the field label.StringgetName()Get the field's nameMetadataTypegetType()Get the typeObject[]getValues(Content content)Get a content's values to index.voidservice(ServiceManager manager) 
 - 
 
- 
- 
Field Detail
- 
_cTypeEP
protected ContentTypeExtensionPoint _cTypeEP
The content type extension point. 
- 
_cTypeHelper
protected ContentTypesHelper _cTypeHelper
The content type helper. 
- 
_label
protected I18nizableText _label
The label field 
- 
_description
protected I18nizableText _description
The description field 
 - 
 
- 
Constructor Detail
- 
OrgUnitAncestorIndexingField
public OrgUnitAncestorIndexingField()
 
 - 
 
- 
Method Detail
- 
service
public void service(ServiceManager manager) throws ServiceException
- Specified by:
 servicein interfaceServiceable- Throws:
 ServiceException
 
- 
configure
public void configure(Configuration configuration) throws ConfigurationException
- Specified by:
 configurein interfaceConfigurable- Throws:
 ConfigurationException
 
- 
getValues
public Object[] getValues(Content content)
Description copied from interface:CustomIndexingFieldGet a content's values to index.- Specified by:
 getValuesin interfaceCustomIndexingField- Parameters:
 content- The content being indexed.- Returns:
 - the values to index.
 
 
- 
getName
public String getName()
Description copied from interface:IndexingFieldGet the field's name- Specified by:
 getNamein interfaceIndexingField- Returns:
 - the field's name
 
 
- 
getLabel
public I18nizableText getLabel()
Description copied from interface:IndexingFieldGet the field label.- Specified by:
 getLabelin interfaceIndexingField- Returns:
 - the field label.
 
 
- 
getDescription
public I18nizableText getDescription()
Description copied from interface:IndexingFieldGet the field description.- Specified by:
 getDescriptionin interfaceIndexingField- Returns:
 - the field description.
 
 
- 
getType
public MetadataType getType()
Description copied from interface:IndexingFieldGet the type- Specified by:
 getTypein interfaceIndexingField- Returns:
 - the type
 
 
 - 
 
 -