Interface PropertyDefinition
-
- All Known Implementing Classes:
NullChkEnabledPropertyDefinition,OrderedPropertyDefinition,SimplePropertyDefinition
@Deprecated public interface PropertyDefinitionDeprecated.Represents the Oak Lucene Index PropertyDefinition
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidbuild(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
-
-