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
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
.invocationContext
- Information about a 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
.invocationContext
- Information about a 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 © 2015. All Rights Reserved.