Package com.adobe.cq.dam.index.builder
Class OakPropertyIndexDefinition
- java.lang.Object
 - 
- com.adobe.cq.dam.index.builder.OakPropertyIndexDefinition
 
 
- 
- All Implemented Interfaces:
 IndexDefinition
@Deprecated public class OakPropertyIndexDefinition extends java.lang.Object implements IndexDefinition
Deprecated.Implements PropertyDefinition of Oak Property Index 
- 
- 
Constructor Summary
Constructors Constructor Description OakPropertyIndexDefinition(java.lang.String[] property, java.lang.String nodeName)Deprecated.Creates a Oak PropertyIndex Definition 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanbuild(Resource resource)Deprecated.Creates the IndexDefinition under given resourcebooleanbuild(Resource resource, boolean reindex)Deprecated.Creates the IndexDefinition under given resource and initiates indexing processvoidsetNodeName(java.lang.String nodeName)Deprecated.voidsetProperty(java.lang.String[] prop)Deprecated. 
 - 
 
- 
- 
Method Detail
- 
setNodeName
public void setNodeName(java.lang.String nodeName)
Deprecated. 
- 
setProperty
public void setProperty(java.lang.String[] prop)
Deprecated. 
- 
build
public boolean build(Resource resource)
Deprecated.Creates the IndexDefinition under given resource- Specified by:
 buildin interfaceIndexDefinition- Parameters:
 resource- Resource under which the IndexDefinition is to be created
 
- 
build
public boolean build(Resource resource, boolean reindex)
Deprecated.Creates the IndexDefinition under given resource and initiates indexing process- Specified by:
 buildin interfaceIndexDefinition- Parameters:
 resource- Resource under which the IndexDefinition is to be createdreindex- Triggers re-indexing process
 
 - 
 
 -