public class OperationStub extends com.vmware.vapi.internal.bindings.Stub implements Operation
Operation
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID, RESOURCE_TYPE
Constructor and Description |
---|
OperationStub(ApiProvider apiProvider,
StubConfigurationBase config) |
OperationStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
Modifier and Type | Method and Description |
---|---|
OperationInfo |
get(java.lang.String serviceId,
java.lang.String operationId)
Retrieves the privilege information about an operation element corresponding to
operationId contained in the service element corresponding to serviceId . |
void |
get(java.lang.String serviceId,
java.lang.String operationId,
AsyncCallback<OperationInfo> asyncCallback)
Retrieves the privilege information about an operation element corresponding to
operationId contained in the service element corresponding to serviceId . |
void |
get(java.lang.String serviceId,
java.lang.String operationId,
AsyncCallback<OperationInfo> asyncCallback,
InvocationConfig invocationConfig)
Retrieves the privilege information about an operation element corresponding to
operationId contained in the service element corresponding to serviceId . |
OperationInfo |
get(java.lang.String serviceId,
java.lang.String operationId,
InvocationConfig invocationConfig)
Retrieves the privilege information about an operation element corresponding to
operationId contained in the service element corresponding to serviceId . |
java.util.List<java.lang.String> |
list(java.lang.String serviceId)
Returns the identifiers for the operation elements contained in the service
element corresponding to
serviceId that have privilege information. |
void |
list(java.lang.String serviceId,
AsyncCallback<java.util.List<java.lang.String>> asyncCallback)
Returns the identifiers for the operation elements contained in the service
element corresponding to
serviceId that have privilege information. |
void |
list(java.lang.String serviceId,
AsyncCallback<java.util.List<java.lang.String>> asyncCallback,
InvocationConfig invocationConfig)
Returns the identifiers for the operation elements contained in the service
element corresponding to
serviceId that have privilege information. |
java.util.List<java.lang.String> |
list(java.lang.String serviceId,
InvocationConfig invocationConfig)
Returns the identifiers for the operation elements contained in the service
element corresponding to
serviceId that have privilege information. |
public OperationStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public OperationStub(ApiProvider apiProvider, StubConfigurationBase config)
public java.util.List<java.lang.String> list(java.lang.String serviceId)
Operation
serviceId
that have privilege information.
Synchronous method overload. Result of the invocation will be reported as a method return value.
list
in interface Operation
serviceId
- Identifier of the service element.
The parameter must be an identifier for the resource type: com.vmware.vapi.service
.com.vmware.vapi.operation
.public java.util.List<java.lang.String> list(java.lang.String serviceId, InvocationConfig invocationConfig)
Operation
serviceId
that have privilege information.
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
list
in interface Operation
serviceId
- Identifier of the service element.
The parameter must be an identifier for the resource type: com.vmware.vapi.service
.invocationConfig
- Configuration for the method invocation.com.vmware.vapi.operation
.public void list(java.lang.String serviceId, AsyncCallback<java.util.List<java.lang.String>> asyncCallback)
Operation
serviceId
that have privilege information.
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
List of identifiers for the operation elements contained in the service element
that have privilege information.
The return value will contain identifiers for the resource type: com.vmware.vapi.operation
.
Operation Errors:
NotFound
- if the service element associated with serviceId
does not have any
operation elements that have privilege information.
public void list(java.lang.String serviceId, AsyncCallback<java.util.List<java.lang.String>> asyncCallback, InvocationConfig invocationConfig)
Operation
serviceId
that have privilege information.
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Use invocationConfig
to specify configuration for this particular invocation.
Invocation Result:
List of identifiers for the operation elements contained in the service element
that have privilege information.
The return value will contain identifiers for the resource type: com.vmware.vapi.operation
.
Operation Errors:
NotFound
- if the service element associated with serviceId
does not have any
operation elements that have privilege information.
list
in interface Operation
serviceId
- Identifier of the service element.
The parameter must be an identifier for the resource type: com.vmware.vapi.service
.asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.public OperationInfo get(java.lang.String serviceId, java.lang.String operationId)
Operation
operationId
contained in the service element corresponding to serviceId
.
Synchronous method overload. Result of the invocation will be reported as a method return value.
get
in interface Operation
serviceId
- Identifier of the service element.
The parameter must be an identifier for the resource type: com.vmware.vapi.service
.operationId
- Identifier of the operation element.
The parameter must be an identifier for the resource type: com.vmware.vapi.operation
.OperationInfo
instance that
corresponds to operationId
.public OperationInfo get(java.lang.String serviceId, java.lang.String operationId, InvocationConfig invocationConfig)
Operation
operationId
contained in the service element corresponding to serviceId
.
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
get
in interface Operation
serviceId
- Identifier of the service element.
The parameter must be an identifier for the resource type: com.vmware.vapi.service
.operationId
- Identifier of the operation element.
The parameter must be an identifier for the resource type: com.vmware.vapi.operation
.invocationConfig
- Configuration for the method invocation.OperationInfo
instance that
corresponds to operationId
.public void get(java.lang.String serviceId, java.lang.String operationId, AsyncCallback<OperationInfo> asyncCallback)
Operation
operationId
contained in the service element corresponding to serviceId
.
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
The OperationInfo
instance that
corresponds to operationId
.
Operation Errors:
NotFound
- if the service element associated with serviceId
does not exist.
NotFound
- if the operation element associated with operationId
does not exist.
NotFound
- if the operation element associated with operationId
does not have any
privilege information.
get
in interface Operation
serviceId
- Identifier of the service element.
The parameter must be an identifier for the resource type: com.vmware.vapi.service
.operationId
- Identifier of the operation element.
The parameter must be an identifier for the resource type: com.vmware.vapi.operation
.asyncCallback
- Receives the status (progress, result or error) of the operation invocation.public void get(java.lang.String serviceId, java.lang.String operationId, AsyncCallback<OperationInfo> asyncCallback, InvocationConfig invocationConfig)
Operation
operationId
contained in the service element corresponding to serviceId
.
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Use invocationConfig
to specify configuration for this particular invocation.
Invocation Result:
The OperationInfo
instance that
corresponds to operationId
.
Operation Errors:
NotFound
- if the service element associated with serviceId
does not exist.
NotFound
- if the operation element associated with operationId
does not exist.
NotFound
- if the operation element associated with operationId
does not have any
privilege information.
get
in interface Operation
serviceId
- Identifier of the service element.
The parameter must be an identifier for the resource type: com.vmware.vapi.service
.operationId
- Identifier of the operation element.
The parameter must be an identifier for the resource type: com.vmware.vapi.operation
.asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.