Uses of Class
org.nuxeo.ecm.core.schema.PropertyIndexOrder
-
Packages that use PropertyIndexOrder Package Description org.nuxeo.ecm.core.schema Schema API and implementation; a schema describes the names and types of some fields.org.nuxeo.ecm.core.storage.mongodb -
-
Uses of PropertyIndexOrder in org.nuxeo.ecm.core.schema
Methods in org.nuxeo.ecm.core.schema that return PropertyIndexOrder Modifier and Type Method Description PropertyIndexOrderPropertyIndexOrder. replacePath(UnaryOperator<String> operator)Methods in org.nuxeo.ecm.core.schema that return types with arguments of type PropertyIndexOrder Modifier and Type Method Description List<PropertyIndexOrder>PropertyCharacteristicHandler. getIndexedProperties(String schema)Returns the indexed property paths.List<PropertyIndexOrder>SchemaManagerImpl. getIndexedProperties(String schema) -
Uses of PropertyIndexOrder in org.nuxeo.ecm.core.storage.mongodb
Methods in org.nuxeo.ecm.core.storage.mongodb with parameters of type PropertyIndexOrder Modifier and Type Method Description protected com.mongodb.client.model.IndexModelMongoDBIndexCreator. toIndexModel(PropertyIndexOrder property)
-