public class PutTopic extends RetryingRestModifyView<ChangeResource,TopicInput,Response<java.lang.String>> implements UiAction<ChangeResource>
UiAction.Description| Modifier and Type | Method and Description |
|---|---|
protected Response<java.lang.String> |
applyImpl(BatchUpdate.Factory updateFactory,
ChangeResource req,
TopicInput input) |
UiAction.Description |
getDescription(ChangeResource rsrc)
Get the description of the action customized for the resource.
|
applyprotected Response<java.lang.String> applyImpl(BatchUpdate.Factory updateFactory, ChangeResource req, TopicInput input) throws UpdateException, RestApiException, PermissionBackendException
applyImpl in class RetryingRestModifyView<ChangeResource,TopicInput,Response<java.lang.String>>UpdateExceptionRestApiExceptionPermissionBackendExceptionpublic UiAction.Description getDescription(ChangeResource rsrc)
UiActiongetDescription 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).