public class MovePageCommandHelper extends Object
| Constructor and Description | 
|---|
| MovePageCommandHelper(PageManager pageManager) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | childPageTitleAlreadyExists(Page sourcePage,
                           Space targetSpace) | 
| List<String> | listOfPageTitlesAlreadyExist(Page sourcePage,
                            Space targetSpace)Deprecated. 
 since 6.9. See MovePageAbstractCommand.listOfPermittedPageTitlesAlreadyExist
 listOfPermittedPageTitlesAlreadyExist does not take into account permissions
 When we move a page with restricted children, we should not check the existence
 of those children in the destination space because we will not move restricted
 pages there | 
public MovePageCommandHelper(PageManager pageManager)
public boolean childPageTitleAlreadyExists(Page sourcePage, Space targetSpace)
@Deprecated public List<String> listOfPageTitlesAlreadyExist(Page sourcePage, Space targetSpace)
Copyright © 2003–2022 Atlassian. All rights reserved.