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.item |
The Content Library Item package provides classes and interfaces for managing
files in a library item.
|
com.vmware.content.library.item.downloadsession |
The Content Library Item Download Session package provides classes and
interfaces for downloading files in a session.
|
com.vmware.content.library.item.updatesession |
The Content Library Item Update Session package provides classes and interfaces
for updating files in a session.
|
com.vmware.vapi.bindings | |
com.vmware.vapi.l10n | |
com.vmware.vapi.std |
The
com.vmware.vapi.std package provides standard types that can be used
in the interface specification of any interface. |
com.vmware.vapi.std.errors |
The
com.vmware.vapi.std.errors package provides the standard exceptions
that can be included in the list of exceptions in the specification of methods
to indicate that the method might report those exceptions. |
com.vmware.vcenter.ovf |
The
com.vmware.vcenter.ovf package provides services to capture and
deploy Open Virtualization Format (OVF) packages to and from the content
library. |
Modifier and Type | Method and Description |
---|---|
List<LocalizableMessage> |
SubscribedLibraryTypes.ProbeResult.getErrorMessages()
If the probe result is in an error status, this property will contain the
detailed error messages.
|
Modifier and Type | Method and Description |
---|---|
void |
SubscribedLibraryTypes.ProbeResult.setErrorMessages(List<LocalizableMessage> errorMessages)
If the probe result is in an error status, this property will contain the
detailed error messages.
|
Modifier and Type | Method and Description |
---|---|
LocalizableMessage |
DownloadSessionModel.getErrorMessage()
If the session is in the
DownloadSessionModel.State.ERROR status this
property will have more details about the error. |
LocalizableMessage |
UpdateSessionModel.getErrorMessage()
If the session is in the
UpdateSessionModel.State.ERROR status this
property will have more details about the error. |
Modifier and Type | Method and Description |
---|---|
void |
DownloadSessionModel.setErrorMessage(LocalizableMessage errorMessage)
If the session is in the
DownloadSessionModel.State.ERROR status this
property will have more details about the error. |
void |
UpdateSessionModel.setErrorMessage(LocalizableMessage errorMessage)
If the session is in the
UpdateSessionModel.State.ERROR status this
property will have more details about the error. |
Modifier and Type | Method and Description |
---|---|
LocalizableMessage |
FileTypes.Info.getErrorMessage()
Error message for a failed preparation when the prepare status is
FileTypes.PrepareStatus.ERROR . |
Modifier and Type | Method and Description |
---|---|
void |
FileTypes.Info.setErrorMessage(LocalizableMessage errorMessage)
Error message for a failed preparation when the prepare status is
FileTypes.PrepareStatus.ERROR . |
Modifier and Type | Method and Description |
---|---|
LocalizableMessage |
FileTypes.Info.getErrorMessage()
Details about the transfer error.
|
LocalizableMessage |
FileTypes.ValidationError.getErrorMessage()
A message indicating why the file was considered invalid.
|
Modifier and Type | Method and Description |
---|---|
void |
FileTypes.Info.setErrorMessage(LocalizableMessage errorMessage)
Details about the transfer error.
|
void |
FileTypes.ValidationError.setErrorMessage(LocalizableMessage errorMessage)
A message indicating why the file was considered invalid.
|
Modifier and Type | Method and Description |
---|---|
LocalizableMessage |
LocalizableMessageFactory.getLocalizableMessage(String msgId,
Object... args)
Creates a
LocalizableMessage for the specified ID and
typed arguments. |
LocalizableMessage |
LocalizableMessageFactory.getLocalizableMessage(String msgId,
String... args)
Creates a
LocalizableMessage for the specified ID and
arguments. |
Modifier and Type | Method and Description |
---|---|
String |
MessageLocalizer.localize(LocalizableMessage localizable)
Localizes a
LocalizableMessage for the locale used to
create this instance. |
String |
MessageLocalizer.localize(LocalizableMessage localizable,
Locale locale)
Localizes a
LocalizableMessage for given target locale. |
Modifier and Type | Method and Description |
---|---|
static LocalizableMessage |
LocalizableMessage._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. |
Modifier and Type | Method and Description |
---|---|
List<LocalizableMessage> |
Error.getMessages()
Stack of one or more localizable messages for human exception consumers.
|
Modifier and Type | Method and Description |
---|---|
void |
Error.setMessages(List<LocalizableMessage> messages)
Stack of one or more localizable messages for human exception consumers.
|
Modifier and Type | Method and Description |
---|---|
LocalizableMessage |
ExportFlagTypes.Info.getDescription()
Localizable description of the export flag.
|
LocalizableMessage |
ImportFlagTypes.Info.getDescription()
Localizable description of the import flag.
|
LocalizableMessage |
OvfMessage.getMessage()
A localizable message.
|
LocalizableMessage |
OvfError.getMessage()
A localizable message.
|
LocalizableMessage |
ParseIssue.getMessage()
A localizable message describing the parse issue.
|
LocalizableMessage |
OvfWarning.getMessage()
A localizable message.
|
Modifier and Type | Method and Description |
---|---|
List<LocalizableMessage> |
OvfInfo.getMessages()
A
List of localizable messages (see LocalizableMessage ). |
Modifier and Type | Method and Description |
---|---|
void |
ExportFlagTypes.Info.setDescription(LocalizableMessage description)
Localizable description of the export flag.
|
void |
ImportFlagTypes.Info.setDescription(LocalizableMessage description)
Localizable description of the import flag.
|
void |
OvfMessage.setMessage(LocalizableMessage message)
A localizable message.
|
void |
OvfError.setMessage(LocalizableMessage message)
A localizable message.
|
void |
ParseIssue.setMessage(LocalizableMessage message)
A localizable message describing the parse issue.
|
void |
OvfWarning.setMessage(LocalizableMessage message)
A localizable message.
|
Modifier and Type | Method and Description |
---|---|
void |
OvfInfo.setMessages(List<LocalizableMessage> messages)
A
List of localizable messages (see LocalizableMessage ). |
Copyright © 2015. All Rights Reserved.