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
FieldsFields inherited from interface com.atlassian.confluence.impl.hibernate.bulk.BulkAction
LOCK_PREFIX
-
Constructor Summary
Constructors -
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 Details
-
options
-
-
Constructor Details
-
AbstractBulkPageAction
-