public class DefaultBlueprintSorter extends Object implements BlueprintSorter
| Constructor and Description |
|---|
DefaultBlueprintSorter(PageTemplateGrouper pageTemplateGrouper,
PromotedBlueprintService promotedBlueprintService,
PromotedTemplateService promotedTemplateService) |
| Modifier and Type | Method and Description |
|---|---|
List<CreateDialogWebItemEntity> |
sortContentBlueprintItems(Collection<CreateDialogWebItemEntity> items,
com.atlassian.confluence.spaces.Space space,
com.atlassian.confluence.user.ConfluenceUser user) |
List<CreateDialogWebItemEntity> |
sortSpaceBlueprintItems(List<CreateDialogWebItemEntity> items,
com.atlassian.confluence.user.ConfluenceUser user) |
public DefaultBlueprintSorter(PageTemplateGrouper pageTemplateGrouper, PromotedBlueprintService promotedBlueprintService, PromotedTemplateService promotedTemplateService)
public List<CreateDialogWebItemEntity> sortContentBlueprintItems(@Nonnull Collection<CreateDialogWebItemEntity> items, @Nonnull com.atlassian.confluence.spaces.Space space, @Nonnull com.atlassian.confluence.user.ConfluenceUser user)
sortContentBlueprintItems in interface BlueprintSorterpublic List<CreateDialogWebItemEntity> sortSpaceBlueprintItems(@Nonnull List<CreateDialogWebItemEntity> items, @Nonnull com.atlassian.confluence.user.ConfluenceUser user)
sortSpaceBlueprintItems in interface BlueprintSorterCopyright © 2017 Atlassian. All rights reserved.