public interface OperationSyncProvider extends Service, OperationTypes
OperationSyncProvider service
provides operations to retrieve information about the operations present in a
vAPI service.OperationTypes.DataDefinition, OperationTypes.Info_VAPI_SERVICE_ID| Modifier and Type | Method and Description |
|---|---|
OperationTypes.Info |
get(String serviceId,
String operationId,
InvocationContext invocationContext)
Returns the
OperationTypes.Info for a
given vAPI operation. |
Set<String> |
list(String serviceId,
InvocationContext invocationContext)
Returns the set of operation identifiers for a given vAPI service.
|
Set<String> list(String serviceId, InvocationContext invocationContext)
serviceId - service identifier.
The parameter must be an identifier for the resource type: com.vmware.vapi.service.invocationConfig - Configuration for the method invocation.com.vmware.vapi.operation.NotFound - If the service identifier does not exist.OperationTypes.Info get(String serviceId, String operationId, InvocationContext invocationContext)
OperationTypes.Info for a
given vAPI operation.serviceId - service identifier.
The parameter must be an identifier for the resource type: com.vmware.vapi.service.operationId - operation identifier.
The parameter must be an identifier for the resource type: com.vmware.vapi.operation.invocationConfig - Configuration for the method invocation.OperationTypes.Info for a given vAPI
operation.NotFound - If the operation identifier does not exist.NotFound - If the service identifier does not exist.Copyright © 2023. All rights reserved.