public interface BlueprintSorter
| 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> pluginItems,
com.atlassian.confluence.user.ConfluenceUser user) |
List<CreateDialogWebItemEntity> sortContentBlueprintItems(@Nonnull Collection<CreateDialogWebItemEntity> items, @Nonnull com.atlassian.confluence.spaces.Space space, com.atlassian.confluence.user.ConfluenceUser user)
List<CreateDialogWebItemEntity> sortSpaceBlueprintItems(@Nonnull List<CreateDialogWebItemEntity> pluginItems, com.atlassian.confluence.user.ConfluenceUser user)
Copyright © 2017 Atlassian. All rights reserved.