@Portable public class JarListPageRequest extends PageRequest
Modifier and Type | Field and Description |
---|---|
static String |
COLUMN_GAV |
static String |
COLUMN_LAST_MODIFIED |
static String |
COLUMN_NAME |
static String |
COLUMN_PATH |
pageSize, startRowIndex
Constructor and Description |
---|
JarListPageRequest(int startRowIndex,
Integer pageSize,
String filters,
List<String> fileFormats,
String dataSourceName,
boolean isAscending) |
Modifier and Type | Method and Description |
---|---|
String |
getDataSourceName() |
List<String> |
getFileFormats() |
String |
getFilters() |
boolean |
isAscending() |
getPageSize, getStartRowIndex, setPageSize, setStartRowIndex
public static final String COLUMN_NAME
public static final String COLUMN_PATH
public static final String COLUMN_GAV
public static final String COLUMN_LAST_MODIFIED
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.