Package org.nuxeo.ecm.core.schema
Class PropertyIndexOrder
- java.lang.Object
-
- org.nuxeo.ecm.core.schema.PropertyIndexOrder
-
public class PropertyIndexOrder extends Object
- Since:
- 2021.8
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PropertyIndexOrder.IndexOrder
-
Field Summary
Fields Modifier and Type Field Description protected PropertyIndexOrder.IndexOrder
indexOrder
protected String
path
-
Constructor Summary
Constructors Modifier Constructor Description PropertyIndexOrder(String path, String indexOrder)
protected
PropertyIndexOrder(String path, PropertyIndexOrder.IndexOrder indexOrder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyIndexOrder.IndexOrder
getIndexOrder()
String
getPath()
boolean
isIndexNotNone()
PropertyIndexOrder
replacePath(UnaryOperator<String> operator)
-
-
-
Field Detail
-
path
protected final String path
-
indexOrder
protected final PropertyIndexOrder.IndexOrder indexOrder
-
-
Constructor Detail
-
PropertyIndexOrder
protected PropertyIndexOrder(String path, PropertyIndexOrder.IndexOrder indexOrder)
-
-
Method Detail
-
getPath
public String getPath()
-
getIndexOrder
public PropertyIndexOrder.IndexOrder getIndexOrder()
-
isIndexNotNone
public boolean isIndexNotNone()
-
replacePath
public PropertyIndexOrder replacePath(UnaryOperator<String> operator)
-
-