public class CollectionResource<T> extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static int |
QUERY_LIMIT |
| Constructor and Description |
|---|
CollectionResource(Collection<T> resources) |
| Modifier and Type | Method and Description |
|---|---|
int |
getLimit() |
int |
getOffset() |
Collection<T> |
getResources() |
void |
setLimit(int limit) |
void |
setOffset(int offset) |
void |
setResources(Collection<T> resources) |
public static final int QUERY_LIMIT
public CollectionResource(Collection<T> resources)
public int getOffset()
public void setOffset(int offset)
public int getLimit()
public void setLimit(int limit)
public Collection<T> getResources()
public void setResources(Collection<T> resources)
Copyright © 2003–2016 eXo Platform SAS. All rights reserved.