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.
|
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 |
---|---|
SubscriptionInfo |
LibraryModel.getSubscriptionInfo()
Defines the subscription behavior for this Library.
|
Modifier and Type | Method and Description |
---|---|
SubscribedLibraryTypes.ProbeResult |
SubscribedLibrary.probe(SubscriptionInfo subscriptionInfo)
Probes remote library subscription information, including URL, SSL certificate
and password.
|
SubscribedLibraryTypes.ProbeResult |
SubscribedLibraryStub.probe(SubscriptionInfo subscriptionInfo) |
void |
SubscribedLibrary.probe(SubscriptionInfo subscriptionInfo,
AsyncCallback<SubscribedLibraryTypes.ProbeResult> asyncCallback)
Probes remote library subscription information, including URL, SSL certificate
and password.
|
void |
SubscribedLibraryStub.probe(SubscriptionInfo subscriptionInfo,
AsyncCallback<SubscribedLibraryTypes.ProbeResult> asyncCallback) |
void |
SubscribedLibrary.probe(SubscriptionInfo subscriptionInfo,
AsyncCallback<SubscribedLibraryTypes.ProbeResult> asyncCallback,
InvocationConfig invocationConfig)
Probes remote library subscription information, including URL, SSL certificate
and password.
|
void |
SubscribedLibraryStub.probe(SubscriptionInfo subscriptionInfo,
AsyncCallback<SubscribedLibraryTypes.ProbeResult> asyncCallback,
InvocationConfig invocationConfig) |
SubscribedLibraryTypes.ProbeResult |
SubscribedLibrary.probe(SubscriptionInfo subscriptionInfo,
InvocationConfig invocationConfig)
Probes remote library subscription information, including URL, SSL certificate
and password.
|
SubscribedLibraryTypes.ProbeResult |
SubscribedLibraryStub.probe(SubscriptionInfo subscriptionInfo,
InvocationConfig invocationConfig) |
void |
LibraryModel.setSubscriptionInfo(SubscriptionInfo subscriptionInfo)
Defines the subscription behavior for this Library.
|
Modifier and Type | Method and Description |
---|---|
static SubscriptionInfo |
SubscriptionInfo._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. |
Copyright © 2015. All Rights Reserved.