public interface Operation
A successfully executed Operation instance should not be reused.
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(ClientContext context)
Executes this operation synchronously using the provided context instance.
|
Object execute(ClientContext context) throws ServiceApiException, IOException
context - a ClientContext instanceServiceApiException - if an API call results in an error responseIOException - if there is any I/O errorCopyright © 2019 Adobe. All rights reserved.