Uses of Enum
org.apache.sling.commons.osgi.Order
Packages that use Order
-
Uses of Order in org.apache.sling.commons.osgi
Methods in org.apache.sling.commons.osgi that return OrderModifier and TypeMethodDescriptionstatic Order
Returns the enum constant of this type with the specified name.static Order[]
Order.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sling.commons.osgi with parameters of type OrderModifier and TypeMethodDescriptionstatic Comparable<Object>
ServiceUtil.getComparableForServiceRanking
(Map<String, Object> props, Order order) Create a comparable object out of the service properties.Constructors in org.apache.sling.commons.osgi with parameters of type OrderModifierConstructorDescriptionRankedServices
(Order order) Instantiate without change listener but with a given order.RankedServices
(Order order, RankedServices.ChangeListener changeListener) Instantiate with change listener.