Class BulkPageCopyExecutionContext
- java.lang.Object
-
- com.atlassian.confluence.pages.persistence.dao.bulk.copy.BulkPageCopyExecutionContext
-
- All Implemented Interfaces:
BulkExecutionContext
public class BulkPageCopyExecutionContext extends Object implements BulkExecutionContext
Concrete context specific for copy pages- Since:
- 5.10
-
-
Constructor Summary
Constructors Constructor Description BulkPageCopyExecutionContext(BulkPageCopyExecutionContext previousContext, Page parentPage)
BulkPageCopyExecutionContext(SubProgressMeter progressMeter, Page parentPage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getParentPageId()
SubProgressMeter
getProgressMeter()
-
-
-
Constructor Detail
-
BulkPageCopyExecutionContext
public BulkPageCopyExecutionContext(SubProgressMeter progressMeter, Page parentPage)
-
BulkPageCopyExecutionContext
public BulkPageCopyExecutionContext(BulkPageCopyExecutionContext previousContext, Page parentPage)
-
-
Method Detail
-
getProgressMeter
public SubProgressMeter getProgressMeter()
-
getParentPageId
public long getParentPageId()
-
-