TypeTypes.Info| Constructor and Description |
|---|
TypeStub(ApiProvider apiProvider,
StubConfigurationBase config) |
| Modifier and Type | Method and Description |
|---|---|
List<TypeTypes.Info> |
list()
Returns a
List of TypeTypes.Info
instances which describe the type support plugins in this Content Library. |
void |
list(AsyncCallback<List<TypeTypes.Info>> asyncCallback)
Returns a
List of TypeTypes.Info
instances which describe the type support plugins in this Content Library. |
void |
list(AsyncCallback<List<TypeTypes.Info>> asyncCallback,
InvocationConfig invocationConfig)
Returns a
List of TypeTypes.Info
instances which describe the type support plugins in this Content Library. |
List<TypeTypes.Info> |
list(InvocationConfig invocationConfig)
Returns a
List of TypeTypes.Info
instances which describe the type support plugins in this Content Library. |
public TypeStub(ApiProvider apiProvider, StubConfigurationBase config)
public List<TypeTypes.Info> list()
TypeList of TypeTypes.Info
instances which describe the type support plugins in this Content Library.
Synchronous method overload. Result of the invocation will be reported as a method return value.
list in interface TypeList of TypeTypes.Info
instances which describe the type support plugins in this Content Library.public List<TypeTypes.Info> list(InvocationConfig invocationConfig)
TypeList of TypeTypes.Info
instances which describe the type support plugins in this Content Library.
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 TypeinvocationConfig - Configuration for the method invocation.List of TypeTypes.Info
instances which describe the type support plugins in this Content Library.public void list(AsyncCallback<List<TypeTypes.Info>> asyncCallback)
TypeList of TypeTypes.Info
instances which describe the type support plugins in this Content Library.
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Result:
The List of TypeTypes.Info
instances which describe the type support plugins in this Content Library.
Operation Errors:
Unauthorized - if you do not have all of the privileges described as follows:
ContentLibrary.TypeIntrospection. public void list(AsyncCallback<List<TypeTypes.Info>> asyncCallback, InvocationConfig invocationConfig)
TypeList of TypeTypes.Info
instances which describe the type support plugins in this Content Library.
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Result:
The List of TypeTypes.Info
instances which describe the type support plugins in this Content Library.
Operation Errors:
Unauthorized - if you do not have all of the privileges described as follows:
ContentLibrary.TypeIntrospection. Copyright © 2016. All Rights Reserved.