public interface Ordering
| Modifier and Type | Interface and Description |
|---|---|
static class |
Ordering.Path |
| Modifier and Type | Method and Description |
|---|---|
EnumMap<Ordering.Path,String[]> |
getRoutes() |
boolean |
isAfter(String name) |
boolean |
isAfterOthers() |
boolean |
isBefore(String name) |
boolean |
isBeforeOthers() |
boolean |
isOrdered() |
void |
setRoutes(EnumMap<Ordering.Path,String[]> routes) |
static final String OTHERS
EnumMap<Ordering.Path,String[]> getRoutes()
boolean isAfter(String name)
boolean isAfterOthers()
boolean isBefore(String name)
boolean isBeforeOthers()
boolean isOrdered()
void setRoutes(EnumMap<Ordering.Path,String[]> routes)
Copyright © 2016 Liferay, Inc.. All rights reserved.