Interface PropertyDefinition
-
- All Known Implementing Classes:
NullChkEnabledPropertyDefinition
,OrderedPropertyDefinition
,SimplePropertyDefinition
@Deprecated public interface PropertyDefinition
Deprecated.Represents the Oak Lucene Index PropertyDefinition
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
build(Resource resource)
Deprecated.Creates PropertyDefinition under the given resource
-
-
-
Method Detail
-
build
void build(Resource resource) throws PersistenceException
Deprecated.Creates PropertyDefinition under the given resource- Parameters:
resource
- Resource under which PropertyDefinition is to be created- Throws:
PersistenceException
-
-