public class OwnershipTransferParameter extends Object implements TaskContextAware
context
to report progress to.Constructor and Description |
---|
OwnershipTransferParameter(String currentUserKey,
String transferToUserKey,
Context context) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Context |
getContext()
Context to report progress to.
|
String |
getCurrentUserKey()
User key of the current entity owner to be updated.
|
String |
getTransferToUserKey()
User key of the user that the ownership is to be transferred to.
|
int |
hashCode() |
String |
toString() |
@Nonnull public String getCurrentUserKey()
@Nonnull public String getTransferToUserKey()
@Nonnull public Context getContext()
Proper implementation is only available during the execution of AnonymizationHandler.update(Object)
.
When trying to access it in other methods, the behavior of the returned object is unspecified.
getContext
in interface TaskContextAware
Copyright © 2002-2023 Atlassian. All Rights Reserved.