Package | Description |
---|---|
com.fatwire.assetapi.query | |
com.fatwire.assetapi.site |
Modifier and Type | Method and Description |
---|---|
List<SortOrder> |
Query.getSortOrder()
Returns list of SortOrders.
|
List<SortOrder> |
SimpleQuery.getSortOrder()
Returns list of SortOrders.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleQuery.setSortOrder(List<SortOrder> sort)
Sets(resets) sort order to be used in this Query.
|
Constructor and Description |
---|
SimpleQuery(String assetType, String subtype, Condition cond, List<String> attributeNames, List<SortOrder> sortOrder)
Builds a Query for an asset type, a Condition, and a List of attributes where results are sorted.
|
Modifier and Type | Method and Description |
---|---|
QueryResultWrapper<List<SiteInfo>> |
SiteManager.list(Condition query, List<SortOrder> sortorders, int start, int count)
Gets the list of SiteInfo exist in Content Server
|
QueryResultWrapper<List<User>> |
UserManager.read(Condition query, List<SortOrder> sortOrders, int startindex, int count)
Reads a list of Content Server users that satisfies the given Condition
|
QueryResultWrapper<List<Site>> |
SiteManager.read(Condition query, List<SortOrder> sortorders, int start, int count)
Gets a list of Sites that satisfies the Condition passed in
|
QueryResultWrapper<List<Role>> |
RoleManager.read(Condition query, List<SortOrder> sortorders, int start, int count)
Read a list of roles from Content Server with a Condition.
|