Package | Description |
---|---|
org.modeshape.jcr | |
org.modeshape.jcr.api.index | |
org.modeshape.jcr.index.local |
Modifier and Type | Method and Description |
---|---|
IndexColumnDefinition |
SystemContent.readIndexColumnDefinition(CachedNode indexColumnDefn) |
Modifier and Type | Interface and Description |
---|---|
interface |
IndexColumnDefinitionTemplate
An immutable definition of a column used in an
IndexDefinition . |
Modifier and Type | Method and Description |
---|---|
IndexColumnDefinition |
IndexDefinition.getColumnDefinition(int position)
Get the definition for the index column at the given 0-based position.
|
Modifier and Type | Method and Description |
---|---|
IndexDefinitionTemplate |
IndexDefinitionTemplate.setColumnDefinitions(IndexColumnDefinition columnDefinition)
Set a single definitions for this index's columns
|
IndexDefinitionTemplate |
IndexDefinitionTemplate.setColumnDefinitions(IndexColumnDefinition firstColumnDefinition,
IndexColumnDefinition... additionalColumnDefinitions)
Set a single definitions for this index's columns
|
IndexDefinitionTemplate |
IndexDefinitionTemplate.setColumnDefinitions(IndexColumnDefinition firstColumnDefinition,
IndexColumnDefinition... additionalColumnDefinitions)
Set a single definitions for this index's columns
|
Modifier and Type | Method and Description |
---|---|
IndexDefinitionTemplate |
IndexDefinitionTemplate.setColumnDefinitions(Iterable<? extends IndexColumnDefinition> columnDefinitions)
Set the definitions for this index's columns
|
Modifier and Type | Method and Description |
---|---|
protected IndexColumnDefinition |
ManagedLocalIndexBuilder.firstColumn() |
Modifier and Type | Method and Description |
---|---|
protected static PropertyType |
ManagedLocalIndexBuilder.determineActualPropertyType(IndexColumnDefinition columnDefn) |
protected boolean |
ManagedLocalIndexBuilder.matches(IndexColumnDefinition defn,
Name name) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.