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 classPropertyIndexOrder.IndexOrder
-
Field Summary
Fields Modifier and Type Field Description protected PropertyIndexOrder.IndexOrderindexOrderprotected Stringpath
-
Constructor Summary
Constructors Modifier Constructor Description PropertyIndexOrder(String path, String indexOrder)protectedPropertyIndexOrder(String path, PropertyIndexOrder.IndexOrder indexOrder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyIndexOrder.IndexOrdergetIndexOrder()StringgetPath()booleanisIndexNotNone()PropertyIndexOrderreplacePath(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)
-
-