Package com.enonic.xp.repository
Class IndexDefinitions
- java.lang.Object
-
- com.enonic.xp.repository.IndexDefinitions
-
@PublicApi public class IndexDefinitions extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IndexDefinitions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IndexDefinitions.Builder
create()
IndexDefinition
get(IndexType indexType)
-
-
-
Method Detail
-
create
public static IndexDefinitions.Builder create()
-
get
public IndexDefinition get(IndexType indexType)
-
-