Uses of Enum Class
org.nuxeo.ecm.core.schema.PropertyIndexOrder.IndexOrder
Packages that use PropertyIndexOrder.IndexOrder
Package
Description
Schema API and implementation; a schema describes the names and types of some fields.
-
Uses of PropertyIndexOrder.IndexOrder in org.nuxeo.ecm.core.schema
Fields in org.nuxeo.ecm.core.schema declared as PropertyIndexOrder.IndexOrderModifier and TypeFieldDescriptionprotected final PropertyIndexOrder.IndexOrder
PropertyIndexOrder.indexOrder
Methods in org.nuxeo.ecm.core.schema that return PropertyIndexOrder.IndexOrderModifier and TypeMethodDescriptionPropertyIndexOrder.getIndexOrder()
Returns the enum constant of this class with the specified name.static PropertyIndexOrder.IndexOrder[]
PropertyIndexOrder.IndexOrder.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.nuxeo.ecm.core.schema with parameters of type PropertyIndexOrder.IndexOrderModifierConstructorDescriptionprotected
PropertyIndexOrder
(String path, PropertyIndexOrder.IndexOrder indexOrder)