Package org.guvnor.m2repo.model
Class JarListPageRequest
- java.lang.Object
-
- org.uberfire.paging.PageRequest
-
- org.guvnor.m2repo.model.JarListPageRequest
-
@Portable public class JarListPageRequest extends org.uberfire.paging.PageRequestA request for GuvnorM2Repository content
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOLUMN_GAVstatic StringCOLUMN_LAST_MODIFIEDstatic StringCOLUMN_NAMEstatic StringCOLUMN_PATH
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDataSourceName()List<String>getFileFormats()StringgetFilters()booleanisAscending()
-
-
-
Field Detail
-
COLUMN_NAME
public static final String COLUMN_NAME
- See Also:
- Constant Field Values
-
COLUMN_PATH
public static final String COLUMN_PATH
- See Also:
- Constant Field Values
-
COLUMN_GAV
public static final String COLUMN_GAV
- See Also:
- Constant Field Values
-
COLUMN_LAST_MODIFIED
public static final String COLUMN_LAST_MODIFIED
- See Also:
- Constant Field Values
-
-