Uses of Class
com.atlassian.confluence.impl.hibernate.bulk.BulkAction.Result
-
Packages that use BulkAction.Result Package Description com.atlassian.confluence.impl.hibernate.bulk com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete -
-
Uses of BulkAction.Result in com.atlassian.confluence.impl.hibernate.bulk
Methods in com.atlassian.confluence.impl.hibernate.bulk that return BulkAction.Result Modifier and Type Method Description @NonNull BulkAction.Result<CONTEXT,TARGET>
BulkAction. process(CONTEXT context, TARGET target)
Do logic for single item in bulk action -
Uses of BulkAction.Result in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete
Methods in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete that return BulkAction.Result Modifier and Type Method Description @NonNull BulkAction.Result<BulkAttachmentDeleteContext,AttachmentIdentifier>
DefaultBulkAttachmentDelete.BulkAttachmentDeleteAction. process(BulkAttachmentDeleteContext context, AttachmentIdentifier attachmentIdentifier)
-