Class AbstractBulkPageAction<OPTIONS extends DefaultBulkOptions,CONTEXT extends BulkExecutionContext>
- java.lang.Object
 - 
- com.atlassian.confluence.pages.persistence.dao.bulk.AbstractBulkPageAction<OPTIONS,CONTEXT>
 
 
- 
- All Implemented Interfaces:
 BulkAction<CONTEXT,Page>,BulkActionReportAware
public abstract class AbstractBulkPageAction<OPTIONS extends DefaultBulkOptions,CONTEXT extends BulkExecutionContext> extends Object implements BulkAction<CONTEXT,Page>, BulkActionReportAware
- Since:
 - 6.0
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface com.atlassian.confluence.impl.hibernate.bulk.BulkAction
BulkAction.Result<CONTEXT extends BulkExecutionContext,TARGET> 
 - 
 
- 
Field Summary
Fields Modifier and Type Field Description protected OPTIONSoptions- 
Fields inherited from interface com.atlassian.confluence.impl.hibernate.bulk.BulkAction
LOCK_PREFIX 
 - 
 
- 
Constructor Summary
Constructors Constructor Description AbstractBulkPageAction(OPTIONS options) 
- 
Method Summary
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface com.atlassian.confluence.impl.hibernate.bulk.BulkAction
process 
- 
Methods inherited from interface com.atlassian.confluence.impl.hibernate.bulk.BulkActionReportAware
report 
 - 
 
 - 
 
- 
- 
Field Detail
- 
options
protected final OPTIONS extends DefaultBulkOptions options
 
 - 
 
- 
Constructor Detail
- 
AbstractBulkPageAction
public AbstractBulkPageAction(OPTIONS options)
 
 - 
 
 -