|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CustomContentManager.SortOrder | |
---|---|
com.atlassian.confluence.content | |
com.atlassian.confluence.content.persistence | |
com.atlassian.confluence.content.persistence.hibernate |
Uses of CustomContentManager.SortOrder in com.atlassian.confluence.content |
---|
Methods in com.atlassian.confluence.content that return CustomContentManager.SortOrder | |
---|---|
static CustomContentManager.SortOrder |
CustomContentManager.SortOrder.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CustomContentManager.SortOrder[] |
CustomContentManager.SortOrder.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.atlassian.confluence.content with parameters of type CustomContentManager.SortOrder | |
---|---|
java.util.Iterator<CustomContentEntityObject> |
DefaultCustomContentManager.findChildrenOfType(CustomContentEntityObject content,
java.lang.String pluginContentKey,
int offset,
int maxResults,
CustomContentManager.SortField sortField,
CustomContentManager.SortOrder sortOrder)
|
java.util.Iterator<CustomContentEntityObject> |
CustomContentManager.findChildrenOfType(CustomContentEntityObject content,
java.lang.String contentModuleKey,
int offset,
int maxResults,
CustomContentManager.SortField sortField,
CustomContentManager.SortOrder sortOrder)
Get an iterator of children of a piece of content with a given type. |
java.util.Iterator<CustomContentEntityObject> |
DefaultCustomContentManager.findCurrentInSpace(Space space,
java.lang.String pluginContentKey,
int offset,
int maxResults,
CustomContentManager.SortField sortField,
CustomContentManager.SortOrder sortOrder)
|
java.util.Iterator<CustomContentEntityObject> |
CustomContentManager.findCurrentInSpace(Space space,
java.lang.String contentModuleKey,
int offset,
int maxResults,
CustomContentManager.SortField sortField,
CustomContentManager.SortOrder sortOrder)
Get an iterator of all the current, non-deleted content of the given type in the given space. |
Uses of CustomContentManager.SortOrder in com.atlassian.confluence.content.persistence |
---|
Methods in com.atlassian.confluence.content.persistence with parameters of type CustomContentManager.SortOrder | |
---|---|
java.util.Iterator<CustomContentEntityObject> |
CustomContentDao.findChildrenOfType(long id,
java.lang.String pluginContentKey,
int offset,
int maxResults,
CustomContentManager.SortField sortField,
CustomContentManager.SortOrder sortOrder)
|
java.util.Iterator<CustomContentEntityObject> |
CustomContentDao.findCurrentInSpace(long spaceId,
java.lang.String pluginModuleKey,
int offset,
int maxResults,
CustomContentManager.SortField sortField,
CustomContentManager.SortOrder sortOrder)
|
Uses of CustomContentManager.SortOrder in com.atlassian.confluence.content.persistence.hibernate |
---|
Methods in com.atlassian.confluence.content.persistence.hibernate with parameters of type CustomContentManager.SortOrder | |
---|---|
java.util.Iterator<CustomContentEntityObject> |
PluginContentHibernateDao.findChildrenOfType(long parentId,
java.lang.String pluginModuleKey,
int offset,
int maxResults,
CustomContentManager.SortField sortField,
CustomContentManager.SortOrder sortOrder)
|
java.util.Iterator<CustomContentEntityObject> |
PluginContentHibernateDao.findCurrentInSpace(long spaceId,
java.lang.String pluginModuleKey,
int offset,
int maxResults,
CustomContentManager.SortField sortField,
CustomContentManager.SortOrder sortOrder)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |