|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.api.impl.pagination.DefaultPaginationLimits
public class DefaultPaginationLimits
Provides default pagination max limits for our various types of content
| Constructor Summary | |
|---|---|
DefaultPaginationLimits()
|
|
| Method Summary | |
|---|---|
static int |
childMap(Expansions expansions)
TODO The children map can have many entries, so lower the limit for the number of children included in each entry. |
static int |
content(Expansions contentExpansion)
get default max limit for page size of content |
static int |
labels()
|
static int |
longTasks()
|
static int |
networkFollowees()
|
static int |
networkFollowers()
|
static int |
restrictionSubjects()
Maximum number of Subjects to return in a restriction model. |
static int |
spaces(Expansions expansions)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultPaginationLimits()
| Method Detail |
|---|
public static int content(Expansions contentExpansion)
contentExpansion -
public static int labels()
public static int networkFollowers()
public static int networkFollowees()
public static int spaces(Expansions expansions)
public static int longTasks()
public static int childMap(Expansions expansions)
public static int restrictionSubjects()
Subjects to return in a restriction model.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||