social-common / pragma.account / BulkActionPlugin / needsFullPragmaAccount /
needsFullPragmaAccount #
abstract suspend fun needsFullPragmaAccount(requestExt: ExtBulkAction): Boolean
Defines whether the BulkActionPlugin.apply will need full account data populated in matchedAccounts.
Used by
- AccountService.bulkActionOperatorV1
Return #
true if BulkActionPlugin.apply should populate matchedAccounts or false otherwise.
Parameters #
requestExt | customer defined parameters for the bulk action. |