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 ItemModel |
ItemModel._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. |
ItemModel |
Item.get(String libraryItemId)
Returns the
ItemModel with the given
identifier. |
ItemModel |
ItemStub.get(String libraryItemId) |
ItemModel |
Item.get(String libraryItemId,
InvocationConfig invocationConfig)
Returns the
ItemModel with the given
identifier. |
ItemModel |
ItemStub.get(String libraryItemId,
InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
String |
Item.copy(String clientToken,
String sourceLibraryItemId,
ItemModel destinationCreateSpec)
Copies a library item.
|
String |
ItemStub.copy(String clientToken,
String sourceLibraryItemId,
ItemModel destinationCreateSpec) |
void |
Item.copy(String clientToken,
String sourceLibraryItemId,
ItemModel destinationCreateSpec,
AsyncCallback<String> asyncCallback)
Copies a library item.
|
void |
ItemStub.copy(String clientToken,
String sourceLibraryItemId,
ItemModel destinationCreateSpec,
AsyncCallback<String> asyncCallback) |
void |
Item.copy(String clientToken,
String sourceLibraryItemId,
ItemModel destinationCreateSpec,
AsyncCallback<String> asyncCallback,
InvocationConfig invocationConfig)
Copies a library item.
|
void |
ItemStub.copy(String clientToken,
String sourceLibraryItemId,
ItemModel destinationCreateSpec,
AsyncCallback<String> asyncCallback,
InvocationConfig invocationConfig) |
String |
Item.copy(String clientToken,
String sourceLibraryItemId,
ItemModel destinationCreateSpec,
InvocationConfig invocationConfig)
Copies a library item.
|
String |
ItemStub.copy(String clientToken,
String sourceLibraryItemId,
ItemModel destinationCreateSpec,
InvocationConfig invocationConfig) |
String |
Item.create(String clientToken,
ItemModel createSpec)
Creates a new library item.
|
String |
ItemStub.create(String clientToken,
ItemModel createSpec) |
void |
Item.create(String clientToken,
ItemModel createSpec,
AsyncCallback<String> asyncCallback)
Creates a new library item.
|
void |
ItemStub.create(String clientToken,
ItemModel createSpec,
AsyncCallback<String> asyncCallback) |
void |
Item.create(String clientToken,
ItemModel createSpec,
AsyncCallback<String> asyncCallback,
InvocationConfig invocationConfig)
Creates a new library item.
|
void |
ItemStub.create(String clientToken,
ItemModel createSpec,
AsyncCallback<String> asyncCallback,
InvocationConfig invocationConfig) |
String |
Item.create(String clientToken,
ItemModel createSpec,
InvocationConfig invocationConfig)
Creates a new library item.
|
String |
ItemStub.create(String clientToken,
ItemModel createSpec,
InvocationConfig invocationConfig) |
void |
Item.update(String libraryItemId,
ItemModel updateSpec)
Updates the specified properties of a library item.
|
void |
ItemStub.update(String libraryItemId,
ItemModel updateSpec) |
void |
Item.update(String libraryItemId,
ItemModel updateSpec,
AsyncCallback<Void> asyncCallback)
Updates the specified properties of a library item.
|
void |
ItemStub.update(String libraryItemId,
ItemModel updateSpec,
AsyncCallback<Void> asyncCallback) |
void |
Item.update(String libraryItemId,
ItemModel updateSpec,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Updates the specified properties of a library item.
|
void |
ItemStub.update(String libraryItemId,
ItemModel updateSpec,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Item.update(String libraryItemId,
ItemModel updateSpec,
InvocationConfig invocationConfig)
Updates the specified properties of a library item.
|
void |
ItemStub.update(String libraryItemId,
ItemModel updateSpec,
InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
void |
Item.get(String libraryItemId,
AsyncCallback<ItemModel> asyncCallback)
Returns the
ItemModel with the given
identifier. |
void |
ItemStub.get(String libraryItemId,
AsyncCallback<ItemModel> asyncCallback) |
void |
Item.get(String libraryItemId,
AsyncCallback<ItemModel> asyncCallback,
InvocationConfig invocationConfig)
Returns the
ItemModel with the given
identifier. |
void |
ItemStub.get(String libraryItemId,
AsyncCallback<ItemModel> asyncCallback,
InvocationConfig invocationConfig) |
Copyright © 2015. All Rights Reserved.