Package | Description |
---|---|
com.vmware.content |
The Content package provides classes and interfaces for configuring global
settings and permissions, and for managing libraries in the Content Library
Service.
|
Modifier and Type | Method and Description |
---|---|
static LibraryModel |
LibraryModel._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. |
LibraryModel |
Library.get(String libraryId)
Returns a given
LibraryModel . |
LibraryModel |
LocalLibraryStub.get(String libraryId) |
LibraryModel |
SubscribedLibrary.get(String libraryId)
Returns a given subscribed library.
|
LibraryModel |
LibraryStub.get(String libraryId) |
LibraryModel |
LocalLibrary.get(String libraryId)
Returns a given local library.
|
LibraryModel |
SubscribedLibraryStub.get(String libraryId) |
LibraryModel |
Library.get(String libraryId,
InvocationConfig invocationConfig)
Returns a given
LibraryModel . |
LibraryModel |
LocalLibraryStub.get(String libraryId,
InvocationConfig invocationConfig) |
LibraryModel |
SubscribedLibrary.get(String libraryId,
InvocationConfig invocationConfig)
Returns a given subscribed library.
|
LibraryModel |
LibraryStub.get(String libraryId,
InvocationConfig invocationConfig) |
LibraryModel |
LocalLibrary.get(String libraryId,
InvocationConfig invocationConfig)
Returns a given local library.
|
LibraryModel |
SubscribedLibraryStub.get(String libraryId,
InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
String |
LocalLibraryStub.create(String clientToken,
LibraryModel createSpec) |
String |
SubscribedLibrary.create(String clientToken,
LibraryModel createSpec)
Creates a new subscribed library.
|
String |
LocalLibrary.create(String clientToken,
LibraryModel createSpec)
Creates a new local library.
|
String |
SubscribedLibraryStub.create(String clientToken,
LibraryModel createSpec) |
void |
LocalLibraryStub.create(String clientToken,
LibraryModel createSpec,
AsyncCallback<String> asyncCallback) |
void |
SubscribedLibrary.create(String clientToken,
LibraryModel createSpec,
AsyncCallback<String> asyncCallback)
Creates a new subscribed library.
|
void |
LocalLibrary.create(String clientToken,
LibraryModel createSpec,
AsyncCallback<String> asyncCallback)
Creates a new local library.
|
void |
SubscribedLibraryStub.create(String clientToken,
LibraryModel createSpec,
AsyncCallback<String> asyncCallback) |
void |
LocalLibraryStub.create(String clientToken,
LibraryModel createSpec,
AsyncCallback<String> asyncCallback,
InvocationConfig invocationConfig) |
void |
SubscribedLibrary.create(String clientToken,
LibraryModel createSpec,
AsyncCallback<String> asyncCallback,
InvocationConfig invocationConfig)
Creates a new subscribed library.
|
void |
LocalLibrary.create(String clientToken,
LibraryModel createSpec,
AsyncCallback<String> asyncCallback,
InvocationConfig invocationConfig)
Creates a new local library.
|
void |
SubscribedLibraryStub.create(String clientToken,
LibraryModel createSpec,
AsyncCallback<String> asyncCallback,
InvocationConfig invocationConfig) |
String |
LocalLibraryStub.create(String clientToken,
LibraryModel createSpec,
InvocationConfig invocationConfig) |
String |
SubscribedLibrary.create(String clientToken,
LibraryModel createSpec,
InvocationConfig invocationConfig)
Creates a new subscribed library.
|
String |
LocalLibrary.create(String clientToken,
LibraryModel createSpec,
InvocationConfig invocationConfig)
Creates a new local library.
|
String |
SubscribedLibraryStub.create(String clientToken,
LibraryModel createSpec,
InvocationConfig invocationConfig) |
void |
Library.update(String libraryId,
LibraryModel updateSpec)
Updates the properties of a library.
|
void |
LocalLibraryStub.update(String libraryId,
LibraryModel updateSpec) |
void |
SubscribedLibrary.update(String libraryId,
LibraryModel updateSpec)
Updates the properties of a subscribed library.
|
void |
LibraryStub.update(String libraryId,
LibraryModel updateSpec) |
void |
LocalLibrary.update(String libraryId,
LibraryModel updateSpec)
Updates the properties of a local library.
|
void |
SubscribedLibraryStub.update(String libraryId,
LibraryModel updateSpec) |
void |
Library.update(String libraryId,
LibraryModel updateSpec,
AsyncCallback<Void> asyncCallback)
Updates the properties of a library.
|
void |
LocalLibraryStub.update(String libraryId,
LibraryModel updateSpec,
AsyncCallback<Void> asyncCallback) |
void |
SubscribedLibrary.update(String libraryId,
LibraryModel updateSpec,
AsyncCallback<Void> asyncCallback)
Updates the properties of a subscribed library.
|
void |
LibraryStub.update(String libraryId,
LibraryModel updateSpec,
AsyncCallback<Void> asyncCallback) |
void |
LocalLibrary.update(String libraryId,
LibraryModel updateSpec,
AsyncCallback<Void> asyncCallback)
Updates the properties of a local library.
|
void |
SubscribedLibraryStub.update(String libraryId,
LibraryModel updateSpec,
AsyncCallback<Void> asyncCallback) |
void |
Library.update(String libraryId,
LibraryModel updateSpec,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Updates the properties of a library.
|
void |
LocalLibraryStub.update(String libraryId,
LibraryModel updateSpec,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SubscribedLibrary.update(String libraryId,
LibraryModel updateSpec,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Updates the properties of a subscribed library.
|
void |
LibraryStub.update(String libraryId,
LibraryModel updateSpec,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocalLibrary.update(String libraryId,
LibraryModel updateSpec,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Updates the properties of a local library.
|
void |
SubscribedLibraryStub.update(String libraryId,
LibraryModel updateSpec,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Library.update(String libraryId,
LibraryModel updateSpec,
InvocationConfig invocationConfig)
Updates the properties of a library.
|
void |
LocalLibraryStub.update(String libraryId,
LibraryModel updateSpec,
InvocationConfig invocationConfig) |
void |
SubscribedLibrary.update(String libraryId,
LibraryModel updateSpec,
InvocationConfig invocationConfig)
Updates the properties of a subscribed library.
|
void |
LibraryStub.update(String libraryId,
LibraryModel updateSpec,
InvocationConfig invocationConfig) |
void |
LocalLibrary.update(String libraryId,
LibraryModel updateSpec,
InvocationConfig invocationConfig)
Updates the properties of a local library.
|
void |
SubscribedLibraryStub.update(String libraryId,
LibraryModel updateSpec,
InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
void |
Library.get(String libraryId,
AsyncCallback<LibraryModel> asyncCallback)
Returns a given
LibraryModel . |
void |
LocalLibraryStub.get(String libraryId,
AsyncCallback<LibraryModel> asyncCallback) |
void |
SubscribedLibrary.get(String libraryId,
AsyncCallback<LibraryModel> asyncCallback)
Returns a given subscribed library.
|
void |
LibraryStub.get(String libraryId,
AsyncCallback<LibraryModel> asyncCallback) |
void |
LocalLibrary.get(String libraryId,
AsyncCallback<LibraryModel> asyncCallback)
Returns a given local library.
|
void |
SubscribedLibraryStub.get(String libraryId,
AsyncCallback<LibraryModel> asyncCallback) |
void |
Library.get(String libraryId,
AsyncCallback<LibraryModel> asyncCallback,
InvocationConfig invocationConfig)
Returns a given
LibraryModel . |
void |
LocalLibraryStub.get(String libraryId,
AsyncCallback<LibraryModel> asyncCallback,
InvocationConfig invocationConfig) |
void |
SubscribedLibrary.get(String libraryId,
AsyncCallback<LibraryModel> asyncCallback,
InvocationConfig invocationConfig)
Returns a given subscribed library.
|
void |
LibraryStub.get(String libraryId,
AsyncCallback<LibraryModel> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocalLibrary.get(String libraryId,
AsyncCallback<LibraryModel> asyncCallback,
InvocationConfig invocationConfig)
Returns a given local library.
|
void |
SubscribedLibraryStub.get(String libraryId,
AsyncCallback<LibraryModel> asyncCallback,
InvocationConfig invocationConfig) |
Copyright © 2015. All Rights Reserved.