| Package | Description |
|---|---|
| com.vmware.content.library |
The Content Library package provides classes and interfaces for defining and
managing the library's items, subscription, publication, and storage.
|
| Modifier and Type | Method and Description |
|---|---|
static ItemTypes.FindSpec |
ItemTypes.FindSpec._newInstance(StructValue structValue)
WARNING: Internal API, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
ItemTypes.FindSpec |
ItemTypes.FindSpec.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
Item.find(ItemTypes.FindSpec spec)
Returns identifiers of all the visible (as determined by authorization policy)
library items matching the requested
ItemTypes.FindSpec. |
List<String> |
ItemStub.find(ItemTypes.FindSpec spec) |
void |
Item.find(ItemTypes.FindSpec spec,
AsyncCallback<List<String>> asyncCallback)
Returns identifiers of all the visible (as determined by authorization policy)
library items matching the requested
ItemTypes.FindSpec. |
void |
ItemStub.find(ItemTypes.FindSpec spec,
AsyncCallback<List<String>> asyncCallback) |
void |
Item.find(ItemTypes.FindSpec spec,
AsyncCallback<List<String>> asyncCallback,
InvocationConfig invocationConfig)
Returns identifiers of all the visible (as determined by authorization policy)
library items matching the requested
ItemTypes.FindSpec. |
void |
ItemStub.find(ItemTypes.FindSpec spec,
AsyncCallback<List<String>> asyncCallback,
InvocationConfig invocationConfig) |
List<String> |
Item.find(ItemTypes.FindSpec spec,
InvocationConfig invocationConfig)
Returns identifiers of all the visible (as determined by authorization policy)
library items matching the requested
ItemTypes.FindSpec. |
List<String> |
ItemStub.find(ItemTypes.FindSpec spec,
InvocationConfig invocationConfig) |
Copyright © 2016. All Rights Reserved.