Uses of Interface
com.atlassian.confluence.impl.hibernate.bulk.BulkExecutionContext
Packages that use BulkExecutionContext
Package
Description
-
Uses of BulkExecutionContext in com.atlassian.confluence.impl.hibernate.bulk
Classes in com.atlassian.confluence.impl.hibernate.bulk with type parameters of type BulkExecutionContextModifier and TypeInterfaceDescriptioninterfaceBulkAction<CONTEXT extends BulkExecutionContext,TARGET> This will handle the logic of bulk actionstatic classBulkAction.Result<CONTEXT extends BulkExecutionContext,TARGET> interfaceHibernateBulkAction<CONTEXT extends BulkExecutionContext,TARGET> Simple interface for bulk action on HibernateclassRecursiveHibernateBulkAction<CONTEXT extends BulkExecutionContext,TARGET> Abstract bulk recursive action. -
Uses of BulkExecutionContext in com.atlassian.confluence.pages.persistence.dao.bulk
Classes in com.atlassian.confluence.pages.persistence.dao.bulk with type parameters of type BulkExecutionContextModifier and TypeClassDescriptionclassAbstractBulkPageAction<OPTIONS extends DefaultBulkOptions,CONTEXT extends BulkExecutionContext> -
Uses of BulkExecutionContext in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete
Classes in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete that implement BulkExecutionContextModifier and TypeClassDescriptionclassContext to be passed around during bulk attachment delete -
Uses of BulkExecutionContext in com.atlassian.confluence.pages.persistence.dao.bulk.copy
Classes in com.atlassian.confluence.pages.persistence.dao.bulk.copy that implement BulkExecutionContextModifier and TypeClassDescriptionclassConcrete context specific for copy pages -
Uses of BulkExecutionContext in com.atlassian.confluence.pages.persistence.dao.bulk.delete
Classes in com.atlassian.confluence.pages.persistence.dao.bulk.delete that implement BulkExecutionContext