@ExperimentalSpi public interface OwnershipTransferHandler extends AnonymizationHandler<OwnershipTransferParameter>
Modifier and Type | Method and Description |
---|---|
Collection<AffectedEntity> |
getAffectedEntities(OwnershipTransferParameter ownershipTransferParameter)
Used to display in the UI a list of entities that require an ownership transfer, without actually performing
the operation yet.
|
getNumberOfTasks, update
@Nonnull Collection<AffectedEntity> getAffectedEntities(@Nonnull OwnershipTransferParameter ownershipTransferParameter)
OwnershipTransferParameter.getTransferToUserKey()
during computing affected entities.
This method should return results as fast as possible, as it is affecting the UI.getAffectedEntities
in interface AnonymizationHandler<OwnershipTransferParameter>
ownershipTransferParameter
- stores original and target user keysCopyright © 2002-2019 Atlassian. All Rights Reserved.