| Package | Description |
|---|---|
| com.codename1.cloud |
Provides cloud related services such as storage, binding widgets to the cloud seamlessly so they can be persisted
easily.
|
| Modifier and Type | Method and Description |
|---|---|
CloudObject[] |
CloudStorage.fetch(String[] cloudIds)
Deprecated.
Fetches the objects from the server.
|
CloudObject[] |
CloudStorage.queryEquals(String type,
int index,
String value,
int page,
int limit,
int visibilityScope)
Deprecated.
Performs a query to the server finding the objects where the key
value is equal to the given value.
|
CloudObject[] |
CloudStorage.queryGreaterThan(String type,
int index,
String value,
int page,
int limit,
int visibilityScope)
Deprecated.
Performs a query to the server finding the objects where the key
value is greater than the given value.
|
CloudObject[] |
CloudStorage.queryLessThan(String type,
int index,
String value,
int page,
int limit,
int visibilityScope)
Deprecated.
Performs a query to the server finding the objects where the key
value is smaller than the given value.
|
CloudObject[] |
CloudStorage.querySorted(String type,
int index,
boolean ascending,
int page,
int limit,
int visibilityScope)
Deprecated.
Performs a query to the server finding the objects where the sort is equal to the given value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CloudStorage.delete(CloudObject cl)
Deprecated.
Deletes the following object from the cloud storage upon commit
|
Object |
CustomProperty.propertyValue(CloudObject obj,
String propertyName)
Deprecated.
Returns a property value for the given property name
|
Object |
CloudImageProperty.propertyValue(CloudObject obj,
String propertyName)
Deprecated.
Returns a property value for the given property name
|
int |
CloudStorage.refresh(CloudObject[] objects)
Deprecated.
this feature is no longer supported
|
void |
CloudStorage.refresh(CloudObject[] objects,
CloudResponse<Integer> response)
Deprecated.
Refresh the given objects with data from the server if they were modified on the server (this is the asynchronous
version of the method).
|
void |
CloudStorage.refreshAsync(CloudObject obj)
Deprecated.
Adds the given object to a set of refresh operations in which we don't
really care if the operation is successful
|
void |
CloudStorage.save(CloudObject object)
Deprecated.
Adds the given object to the save queue, the operation will only take place once committed
|
Copyright © 2021. All rights reserved.