public class PutAssignee extends RetryingRestModifyView<ChangeResource,AssigneeInput,AccountInfo> implements UiAction<ChangeResource>
UiAction.Description
Modifier and Type | Method and Description |
---|---|
protected AccountInfo |
applyImpl(BatchUpdate.Factory updateFactory,
ChangeResource rsrc,
AssigneeInput input) |
UiAction.Description |
getDescription(ChangeResource rsrc)
Get the description of the action customized for the resource.
|
apply
protected AccountInfo applyImpl(BatchUpdate.Factory updateFactory, ChangeResource rsrc, AssigneeInput input) throws RestApiException, UpdateException, java.io.IOException, PermissionBackendException, org.eclipse.jgit.errors.ConfigInvalidException
applyImpl
in class RetryingRestModifyView<ChangeResource,AssigneeInput,AccountInfo>
RestApiException
UpdateException
java.io.IOException
PermissionBackendException
org.eclipse.jgit.errors.ConfigInvalidException
public UiAction.Description getDescription(ChangeResource rsrc)
UiAction
getDescription
in interface UiAction<ChangeResource>
rsrc
- the resource the view would act upon if the action is invoked by the client.
Information from the resource can be used to customize the description.id
and method
properties. If null the action will assumed unavailable and not presented. This is usually
the same as setVisible(false)
.