public interface Operation
A successfully executed Operation
instance should not be reused.
Modifier and Type | Method and Description |
---|---|
Object |
execute(ExecutionContext context)
Executes this operation synchronously using the provided context instance.
|
Object execute(ExecutionContext context) throws ServiceApiException, IOException, ServiceUsageException
context
- a ExecutionContext instanceServiceApiException
- if an API call results in an error responseIOException
- if there is any I/O errorServiceUsageException
- if service usage limits have been reached or credentials quota has been exhausted.Copyright © 2021 Adobe. All rights reserved.