| Package | Description |
|---|---|
| com.vmware.content.library.item.updatesession |
The Content Library Item Update Session package provides classes and interfaces
for updating files in a session.
|
| Modifier and Type | Method and Description |
|---|---|
static FileTypes.Info |
FileTypes.Info._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. |
FileTypes.Info |
FileStub.add(String updateSessionId,
FileTypes.AddSpec fileSpec) |
FileTypes.Info |
File.add(String updateSessionId,
FileTypes.AddSpec fileSpec)
Requests file content to be changed (either created, or updated).
|
FileTypes.Info |
FileStub.add(String updateSessionId,
FileTypes.AddSpec fileSpec,
InvocationConfig invocationConfig) |
FileTypes.Info |
File.add(String updateSessionId,
FileTypes.AddSpec fileSpec,
InvocationConfig invocationConfig)
Requests file content to be changed (either created, or updated).
|
FileTypes.Info |
FileTypes.Info.Builder.build() |
FileTypes.Info |
FileStub.get(String updateSessionId,
String fileName) |
FileTypes.Info |
File.get(String updateSessionId,
String fileName)
Retrieves information about a specific file in the snapshot of the library item
at the time when the update session was created.
|
FileTypes.Info |
FileStub.get(String updateSessionId,
String fileName,
InvocationConfig invocationConfig) |
FileTypes.Info |
File.get(String updateSessionId,
String fileName,
InvocationConfig invocationConfig)
Retrieves information about a specific file in the snapshot of the library item
at the time when the update session was created.
|
| Modifier and Type | Method and Description |
|---|---|
List<FileTypes.Info> |
FileStub.list(String updateSessionId) |
List<FileTypes.Info> |
File.list(String updateSessionId)
Lists all files in the library item associated with the update session.
|
List<FileTypes.Info> |
FileStub.list(String updateSessionId,
InvocationConfig invocationConfig) |
List<FileTypes.Info> |
File.list(String updateSessionId,
InvocationConfig invocationConfig)
Lists all files in the library item associated with the update session.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileStub.add(String updateSessionId,
FileTypes.AddSpec fileSpec,
AsyncCallback<FileTypes.Info> asyncCallback) |
void |
File.add(String updateSessionId,
FileTypes.AddSpec fileSpec,
AsyncCallback<FileTypes.Info> asyncCallback)
Requests file content to be changed (either created, or updated).
|
void |
FileStub.add(String updateSessionId,
FileTypes.AddSpec fileSpec,
AsyncCallback<FileTypes.Info> asyncCallback,
InvocationConfig invocationConfig) |
void |
File.add(String updateSessionId,
FileTypes.AddSpec fileSpec,
AsyncCallback<FileTypes.Info> asyncCallback,
InvocationConfig invocationConfig)
Requests file content to be changed (either created, or updated).
|
void |
FileStub.get(String updateSessionId,
String fileName,
AsyncCallback<FileTypes.Info> asyncCallback) |
void |
File.get(String updateSessionId,
String fileName,
AsyncCallback<FileTypes.Info> asyncCallback)
Retrieves information about a specific file in the snapshot of the library item
at the time when the update session was created.
|
void |
FileStub.get(String updateSessionId,
String fileName,
AsyncCallback<FileTypes.Info> asyncCallback,
InvocationConfig invocationConfig) |
void |
File.get(String updateSessionId,
String fileName,
AsyncCallback<FileTypes.Info> asyncCallback,
InvocationConfig invocationConfig)
Retrieves information about a specific file in the snapshot of the library item
at the time when the update session was created.
|
void |
FileStub.list(String updateSessionId,
AsyncCallback<List<FileTypes.Info>> asyncCallback) |
void |
File.list(String updateSessionId,
AsyncCallback<List<FileTypes.Info>> asyncCallback)
Lists all files in the library item associated with the update session.
|
void |
FileStub.list(String updateSessionId,
AsyncCallback<List<FileTypes.Info>> asyncCallback,
InvocationConfig invocationConfig) |
void |
File.list(String updateSessionId,
AsyncCallback<List<FileTypes.Info>> asyncCallback,
InvocationConfig invocationConfig)
Lists all files in the library item associated with the update session.
|
Copyright © 2016. All Rights Reserved.