- FETCH_POLICY_FETCH_FROM_CACHE - Static variable in class oracle.cloud.mobile.sync.SyncPolicy
-
Always return the resource from the cache.
- FETCH_POLICY_FETCH_FROM_CACHE_SCHEDULE_REFRESH - Static variable in class oracle.cloud.mobile.sync.SyncPolicy
-
Always return the resource from the cache and schedule a background refresh of the resource.
- FETCH_POLICY_FETCH_FROM_SERVICE - Static variable in class oracle.cloud.mobile.sync.SyncPolicy
-
Always fetch the resource from the service.
- FETCH_POLICY_FETCH_FROM_SERVICE_IF_ONLINE - Static variable in class oracle.cloud.mobile.sync.SyncPolicy
-
Fetch resource from the service if online.Otherwise return the cached resource.
- FETCH_POLICY_FETCH_FROM_SERVICE_ON_CACHE_MISS - Static variable in class oracle.cloud.mobile.sync.SyncPolicy
-
Fetch resource from the service if there is a cache miss.
- FETCH_POLICY_FETCH_FROM_SERVICE_ON_CACHE_MISS_OR_EXPIRY - Static variable in class oracle.cloud.mobile.sync.SyncPolicy
-
Fetch resource from the service if there is a cache miss or the cached resource has expired.
- FETCH_POLICY_FETCH_WITH_REFRESH - Static variable in class oracle.cloud.mobile.sync.SyncPolicy
-
Fetch resource from the service if there is a cache miss or the cached resource has expired.
- fetchAllDevices(LocationObjectsFetchCallback) - Method in class oracle.cloud.mobile.location.LocationPlace
-
Asynchronously fetches all the place's devices, including the devices of all the place's descendants,
invoking the specified completion handler block when finished.
- fetchAsset(int, LocationObjectFetchCallback) - Method in class oracle.cloud.mobile.location.Location
-
Asynchronously retrieves the asset with the specified ID from the Location service
and passes it to the specified callback.
- fetchChildren(LocationObjectsFetchCallback) - Method in class oracle.cloud.mobile.location.LocationPlace
-
Asynchronously fetches the place's children (i.e.
- FetchCollectionBuilder - Class in oracle.cloud.mobile.sync.mobileEndpoint
-
Class that exposes different APIs for fetching objects from an API endpoint.
- fetchCurrentUser(UserRegistrationCallback) - Method in interface oracle.cloud.mobile.authorization.AuthorizationAgent
-
Fetch the latest details of the current user from OMH.
- fetchCurrentUser(GraphRequest.GraphJSONObjectCallback, String) - Method in interface oracle.cloud.mobile.authorization.SocialAuthorizationAgent
-
Fetch the latest details of the current user from the social server.
- fetchDescendants(LocationObjectsFetchCallback) - Method in class oracle.cloud.mobile.location.LocationPlace
-
Asynchronously fetches the place's descendants (i.e.
- fetchDevice(int, LocationObjectFetchCallback) - Method in class oracle.cloud.mobile.location.Location
-
Asynchronously retrieves the device with the specified ID from the Location service
and passes it to the specified completion handler.
- fetchDevices(LocationBeacon, LocationObjectsQueryCallback) - Method in class oracle.cloud.mobile.location.Location
-
Asynchronously retrieves the devices with the specified beacon from the Location service
and passes them to the specified completion handler.
- fetchDevices(LocationObjectsFetchCallback) - Method in class oracle.cloud.mobile.location.LocationDeviceContainer
-
Asynchronously fetches the container's devices, invoking the specified completion handler block when finished.
- fetchFile(String) - Method in class oracle.cloud.mobile.sync.mobileEndpoint.MobileEndpoint
-
Retrieves a FetchFileBuilder object from the endpoint.
- FetchFileBuilder - Class in oracle.cloud.mobile.sync.mobileEndpoint
-
Class that exposes fluent APIs for fetching a MobileFile from an API endpoint.
- fetchFromCacheOnlyPolicy() - Static method in class oracle.cloud.mobile.sync.SyncPolicy
-
- fetchFromServiceEvictOnExpiryAtStartupPolicy() - Static method in class oracle.cloud.mobile.sync.SyncPolicy
-
- fetchFromServicePolicy() - Static method in class oracle.cloud.mobile.sync.SyncPolicy
-
- fetchHierarchy(LocationObjectsFetchCallback) - Method in class oracle.cloud.mobile.location.LocationPlace
-
Asynchronously fetches the place's hierarchy (i.e.
- fetchNextPage(LocationObjectsQueryCallback) - Method in class oracle.cloud.mobile.location.LocationObjectQueryResult
-
Asynchronously fetches the result's "next" set of items,
invoking the specified callback when finished.
- fetchObject(String) - Method in class oracle.cloud.mobile.sync.mobileEndpoint.MobileEndpoint
-
Retrieves a FetchObjectBuilder from endpoint with specified ID.
- FetchObjectBuilder - Class in oracle.cloud.mobile.sync.mobileEndpoint
-
Class that exposes different APIs for fetching an object from an API endpoint.
- fetchObjects() - Method in class oracle.cloud.mobile.sync.mobileEndpoint.MobileEndpoint
-
Fetches a collection of objects from the endpoint.
- fetchParent(LocationObjectFetchCallback) - Method in class oracle.cloud.mobile.location.LocationPlace
-
Asynchronously fetches the place's parent, invoking the specified completion handler block when finished.
- fetchPlace(int, LocationObjectFetchCallback) - Method in class oracle.cloud.mobile.location.Location
-
Asynchronously retrieves the place with the specified ID from the Location service
and passes it to the specified completion handler.
- fetchPlaceClosestToPoint(LocationGeoPoint, LocationObjectsQueryCallback) - Method in class oracle.cloud.mobile.location.Location
-
Asynchronously retrieves the place closest to the specified geo point (A geo-point is a single
latitude/longitude point on the Earth's surface) from the location service and passes it
to the specified completion handler.
- fetchPlacesInGeoFence(LocationGeoCircle, LocationObjectsQueryCallback) - Method in class oracle.cloud.mobile.location.Location
-
Asynchronously retrieves the places in the specified geofence
from the location service and passes them to the specified completion handler.
- FIRST_NAME - Static variable in class oracle.cloud.mobile.authorization.User
-
- flush() - Method in class oracle.cloud.mobile.analytics.Analytics
-
Uploads all the logged events to the Analytics collector.
- FORCE_SOCIAL_LOGIN - Static variable in interface oracle.cloud.mobile.authorization.SocialAuthorizationAgent
-
- forInt(int) - Static method in enum oracle.cloud.mobile.sync.mobileEndpoint.PinPriority
-
- fromService() - Method in class oracle.cloud.mobile.sync.mobileEndpoint.FetchCollectionBuilder
-
When invoked, causes the collection to be refreshed from the service.
- fromService() - Method in class oracle.cloud.mobile.sync.mobileEndpoint.FetchFileBuilder
-
When invoked causes the MobileFile to be refreshed from the service.
- fromService() - Method in class oracle.cloud.mobile.sync.mobileEndpoint.FetchObjectBuilder
-
When invoked causes the object to be refreshed from the service.
- GenericCustomCodeClientCallBack - Interface in oracle.cloud.mobile.customcode
-
Callback interface for receiving a custom code API response.
- get(int, int, boolean) - Method in class oracle.cloud.mobile.storage.StorageCollection
-
Returns a list of StorageObject objects for the current StorageCollection.
- get(String) - Method in class oracle.cloud.mobile.storage.StorageCollection
-
Reads a StorageObject using the specified key.
- getAccessToken() - Method in interface oracle.cloud.mobile.authorization.AuthorizationAgent
-
Returns OMH token.
- getActivity(Context, int, Intent, int) - Static method in class oracle.cloud.mobile.notifications.PendingIntentToCreate
-
- getAddress() - Method in class oracle.cloud.mobile.location.LocationPlace
-
Gets the place's address (a geo point, circle, or polygon).
- getApiName() - Method in class oracle.cloud.mobile.sync.mobileEndpoint.MobileEndpoint
-
Returns the name of the custom API.
- getAppConfig() - Method in class oracle.cloud.mobile.mobilebackend.MobileBackend
-
Returns AppConfig object if it was previously loaded; otherwise it returns null.
- getAppConfig() - Method in class oracle.cloud.mobile.socialbackend.SocialMobileBackend
-
- getAssetID() - Method in class oracle.cloud.mobile.location.LocationDeviceQuery
-
Gets the ID of the asset where the query will search for the device.
- getAttributeForKey(String) - Method in class oracle.cloud.mobile.location.LocationObject
-
Gets the value of the specified attribute.
- getAttributes() - Method in class oracle.cloud.mobile.location.LocationObject
-
Gets the user-defined string attributes.
- getAttributes() - Method in class oracle.cloud.mobile.location.LocationObjectQuery
-
Gets the user-defined attributes on which the location query will search.
- getAuthorization() - Method in class oracle.cloud.mobile.mobilebackend.MobileBackend
-
Returns the authorization instance.
- getAuthorization(AuthType) - Method in class oracle.cloud.mobile.mobilebackend.MobileBackend
-
The mobile backend`s authorization by authorization type.
- getAuthorization() - Method in class oracle.cloud.mobile.socialbackend.SocialMobileBackend
-
Returns the Authorization instance
- getAuthorization(AuthType) - Method in class oracle.cloud.mobile.socialbackend.SocialMobileBackend
-
- getBeacon() - Method in class oracle.cloud.mobile.location.LocationDevice
-
Gets the device's beacon.
- getBeacon() - Method in class oracle.cloud.mobile.location.LocationDeviceQuery
-
Gets the beacon associated with the device the query will search for.
- getBoolean(String, boolean) - Method in class oracle.cloud.mobile.appconfig.AppConfig
-
Returns a boolean for the specified property.
- getCallBackManager() - Method in interface oracle.cloud.mobile.authorization.SocialAuthorizationAgent
-
This method will return CallbackManager for the social SDK.
- getCanonicalLink() - Method in class oracle.cloud.mobile.storage.StorageObject
-
Returns the canonical link of the current StorageObject.
- getCarrierName() - Method in class oracle.cloud.mobile.socialbackend.SocialMobileBackend
-
- getCenter() - Method in class oracle.cloud.mobile.location.LocationGeoCircle
-
Gets the center point of the circle.
- getConflictResolutionPolicy() - Method in class oracle.cloud.mobile.sync.SyncPolicy
-
Returns the conflict resolution policy setting, which controls how conflicts between client and server are handled.
- getConnection(String) - Method in class oracle.cloud.mobile.sync.Synchronization
-
Returns the HTTP connection for the provided resource URL.
- getContentType() - Method in class oracle.cloud.mobile.storage.StorageObject
-
Returns the content-type of the payload.
- getContext() - Method in class oracle.cloud.mobile.notifications.PendingIntentToCreate
-
- getCount() - Method in class oracle.cloud.mobile.location.LocationObjectQueryResult
-
Gets the number of items contained in the result.
- getCreatedBy() - Method in class oracle.cloud.mobile.location.LocationObject
-
Gets the name of the user who created the object.
- getCreatedBy() - Method in class oracle.cloud.mobile.storage.StorageObject
-
Returns the name of the user who created the object.
- getCreatedOn() - Method in class oracle.cloud.mobile.location.LocationObject
-
The date the object was created.
- getCreatedOn() - Method in class oracle.cloud.mobile.storage.StorageObject
-
Returns the date the object was created.
- getCurrentSyncPolicy() - Method in class oracle.cloud.mobile.sync.mobileEndpoint.MobileResource
-
Returns the sync policy that's associated with the resource.
- getCurrentUser() - Method in interface oracle.cloud.mobile.authorization.AuthorizationAgent
-
Returns the currently logged-in user.
- getDefaultMobileBackend(Context) - Method in class oracle.cloud.mobile.mobilebackend.MobileBackendManager
-
Deprecated.
Returns the default mobile backend.
- getDefaultMobileBackend(Context) - Method in class oracle.cloud.mobile.mobilebackend.MobileManager
-
Returns the default mobile backend.
- getDefaultMobileBackend(Context) - Method in class oracle.cloud.mobile.socialbackend.SocialMobileBackendManager
-
Returns the default mobile backend.
- getDescendants() - Method in class oracle.cloud.mobile.location.LocationPlaceQuery
-
Gets whether the query should return each place's descendants.
- getDescription() - Method in class oracle.cloud.mobile.location.LocationObject
-
Gets the object's description.
- getDescription() - Method in class oracle.cloud.mobile.location.LocationObjectQuery
-
Gets the location object's user-defined description on which the query's result will be filtered
with a case-insensitive partial match of this string.
- getDescription() - Method in class oracle.cloud.mobile.storage.StorageCollection
-
Returns the description of this StorageCollection.
- getDeviceContainer() - Method in class oracle.cloud.mobile.location.LocationDevice
-
Gets the device's container, either a place or an asset.
- getDeviceId() - Method in class oracle.cloud.mobile.location.LocationAssetQuery
-
Gets the ID of the device associated with the asset which the query will search for.
- getDiagnostics() - Method in class oracle.cloud.mobile.mobilebackend.MobileBackend
-
The mobile backend's diagnostics object.
- getDiagnostics() - Method in class oracle.cloud.mobile.socialbackend.SocialMobileBackend
-
- getDisplayName() - Method in class oracle.cloud.mobile.storage.StorageObject
-
Returns the display name of the object.
- getDouble(String, Double) - Method in class oracle.cloud.mobile.appconfig.AppConfig
-
Returns a Double for the specified property.
- getEmail() - Method in class oracle.cloud.mobile.authorization.User
-
Returns User's email.
- getEndpointPath() - Method in class oracle.cloud.mobile.sync.mobileEndpoint.MobileEndpoint
-
Returns the path to the API endpoint.
- getETag() - Method in class oracle.cloud.mobile.storage.StorageCollection
-
Returns the eTag of the StorageCollection
- getETag() - Method in class oracle.cloud.mobile.storage.StorageObject
-
Returns the eTag of the current object in the service.
- getEvictionPolicy() - Method in class oracle.cloud.mobile.sync.SyncPolicy
-
Returns the eviction policy setting, which controls when items in the cache are evicted.
- getExpirationPolicy() - Method in class oracle.cloud.mobile.sync.SyncPolicy
-
Returns the expiration policy setting, which controls when items in the cache are expired.
- getExpireAfter() - Method in class oracle.cloud.mobile.sync.SyncPolicy
-
Return the duration in seconds after which a resource should expire.
- getFetchPolicy() - Method in class oracle.cloud.mobile.sync.SyncPolicy
-
Returns the fetch policy setting, which controls how fetches (GET requests) are performed.
- getFirstName() - Method in class oracle.cloud.mobile.authorization.User
-
Returns User's first name.
- getFlags() - Method in class oracle.cloud.mobile.notifications.PendingIntentToCreate
-
- getFormat() - Method in class oracle.cloud.mobile.location.LocationObjectQuery
-
Gets the format of the result returned by the query, which can be 'long' or 'short'.
- getGeoFence() - Method in class oracle.cloud.mobile.location.LocationPlaceQuery
-
Gets the Geo Fence in which the query will search for the places.
- getGeoPoint() - Method in class oracle.cloud.mobile.location.LocationPlaceQuery
-
Gets the Geo Point for which the query will search for the closest place.
- getHeaders() - Method in class oracle.cloud.mobile.customcode.CustomHttpResponse
-
Returns HTTP response headers.
- getHeaderValue(Map, String) - Method in class oracle.cloud.mobile.sync.mobileEndpoint.MobileEndpoint
-
- getHTTPHeaders() - Method in interface oracle.cloud.mobile.authorization.AuthorizationAgent
-
Returns the HTTP headers.
- getHTTPHeaders() - Method in class oracle.cloud.mobile.diagnostics.Diagnostics
-
Returns the Diagnostics headers.
- getHttpStatus() - Method in class oracle.cloud.mobile.customcode.CustomHttpResponse
-
Returns HTTP response status.
- getId() - Method in class oracle.cloud.mobile.location.LocationObject
-
Gets the object's ID, which is a unique number generated by the Location service.
- getID() - Method in class oracle.cloud.mobile.storage.StorageCollection
-
Returns the ID of this StorageCollection.
- getID() - Method in class oracle.cloud.mobile.storage.StorageObject
-
Returns the ID of the object.
- getId() - Method in class oracle.cloud.mobile.sync.mobileEndpoint.FetchFileBuilder
-
Returns the ID of the current MobileFile in the API endpoint.
- getId() - Method in class oracle.cloud.mobile.sync.mobileEndpoint.FetchObjectBuilder
-
- getID1() - Method in class oracle.cloud.mobile.location.LocationAltBeacon
-
Fetches the altBeacon's ID1.
- getID2() - Method in class oracle.cloud.mobile.location.LocationAltBeacon
-
Fetches the altBeacon's ID2.
- getID3() - Method in class oracle.cloud.mobile.location.LocationAltBeacon
-
Fetches the altBeacon's ID3.
- getIDPropertyName() - Method in class oracle.cloud.mobile.location.LocationAssetQuery
-
- getIDPropertyName() - Method in class oracle.cloud.mobile.location.LocationDeviceQuery
-
- getIDPropertyName() - Method in class oracle.cloud.mobile.location.LocationObjectQuery
-
- getIDPropertyName() - Method in class oracle.cloud.mobile.location.LocationPlaceQuery
-
- getIDs() - Method in class oracle.cloud.mobile.location.LocationObjectQuery
-
Gets a list of IDs that the query's result will be filtered to match with.
- getInstance() - Method in class oracle.cloud.mobile.location.LocationEddystoneBeacon
-
Gets the beacon's instance.
- getInt(String, Integer) - Method in class oracle.cloud.mobile.appconfig.AppConfig
-
Returns an Int for the specified property.
- getIntent() - Method in class oracle.cloud.mobile.notifications.PendingIntentToCreate
-
- getIntProperty(String) - Method in class oracle.cloud.mobile.location.LocationObjectQuery
-
- getItems() - Method in class oracle.cloud.mobile.location.LocationObjectQueryResult
-
Gets the items (assets, devices, or places) that match the original query's search arguments.
- getJSONArrayProperty(String) - Method in class oracle.cloud.mobile.location.LocationObjectQuery
-
- getJsonObject() - Method in class oracle.cloud.mobile.sync.mobileEndpoint.MobileObject
-
Returns the underlying JSON representation of the object.
- getLabel() - Method in class oracle.cloud.mobile.location.LocationDeviceContainer
-
Gets the user-defined label associated with the device container.
- getLabel() - Method in class oracle.cloud.mobile.location.LocationDeviceContainerQuery
-
Gets the user-defined label which the query's results will be filtered on.
- getLastName() - Method in class oracle.cloud.mobile.authorization.User
-
Returns User's last name.
- getLastSyncTime() - Method in class oracle.cloud.mobile.sync.mobileEndpoint.MobileResource
-
Returns the time that this resource was last synchronized, null if it was never synchronized or if it was just created locally.
- getLatitude() - Method in class oracle.cloud.mobile.location.LocationGeoPoint
-
Gets the GeoPoint's latitude.
- getLimit() - Method in class oracle.cloud.mobile.location.LocationObjectQuery
-
Gets the maximum number of items to return.
- getLimit() - Method in class oracle.cloud.mobile.location.LocationObjectQueryResult
-
Gets the requested limit of how many items were to be returned by the query.
- getLongitude() - Method in class oracle.cloud.mobile.location.LocationGeoPoint
-
Gets the GeoPoint's longitude
- getMajor() - Method in class oracle.cloud.mobile.location.LocationIBeacon
-
Fetches the iBeacons's major.
- getManager() - Static method in class oracle.cloud.mobile.mobilebackend.MobileBackendManager
-
Deprecated.
Returns the mobile backend manager
- getManager() - Static method in class oracle.cloud.mobile.mobilebackend.MobileManager
-
Returns a mobile manager.
- getManager() - Static method in class oracle.cloud.mobile.socialbackend.SocialMobileBackendManager
-
Returns the mobile backend manager
- getMethod() - Method in class oracle.cloud.mobile.notifications.PendingIntentToCreate
-
- getMinor() - Method in class oracle.cloud.mobile.location.LocationIBeacon
-
Fetches the iBeacons's minor.
- getMobileBackend(Context) - Method in class oracle.cloud.mobile.mobilebackend.MobileBackendManager
-
Deprecated.
Returns the specified mobile backend.
- getMobileBackend(Context, String, Map<String, String>) - Method in class oracle.cloud.mobile.mobilebackend.MobileBackendManager
-
Deprecated.
Returns the specified mobile backend with overridden properties specified in properties map.
- getMobileBackend(Context) - Method in class oracle.cloud.mobile.mobilebackend.MobileManager
-
Returns a mobile backend.
- getMobileBackend(Context, Map<String, String>) - Method in class oracle.cloud.mobile.mobilebackend.MobileManager
-
Returns a mobile backend with overridden properties specified in properties map.
- getMobileBackend(Context, String, Map<String, String>) - Method in class oracle.cloud.mobile.mobilebackend.MobileManager
-
Returns the specified mobile backend with overridden properties specified in properties map.
- getMobileBackend(Context) - Method in class oracle.cloud.mobile.socialbackend.SocialMobileBackendManager
-
Returns the specified mobile backend.
- getModifiedBy() - Method in class oracle.cloud.mobile.location.LocationObject
-
Gets the name of the user who most recently modified the object.
- getModifiedBy() - Method in class oracle.cloud.mobile.storage.StorageObject
-
Returns the User of the last modification on the current object.
- getModifiedOn() - Method in class oracle.cloud.mobile.location.LocationObject
-
The date the object was most recently modified.
- getModifiedOn() - Method in class oracle.cloud.mobile.storage.StorageObject
-
Returns the time of the last modification on the current object.
- getName() - Method in class oracle.cloud.mobile.analytics.Event
-
Returns the name of the event.
- getName() - Method in class oracle.cloud.mobile.location.LocationObject
-
Gets the object's name.
- getName() - Method in class oracle.cloud.mobile.location.LocationObjectQuery
-
Gets the location object's user-defined name on which the query's result will be filtered
with a case-insensitive partial match of this string.
- getNamespace() - Method in class oracle.cloud.mobile.location.LocationEddystoneBeacon
-
Gets the beacon's namespace.
- getNetworkStatus() - Method in class oracle.cloud.mobile.sync.Synchronization
-
Gets device network status which is currently being used by Synchronization.
- getNextQuery() - Method in class oracle.cloud.mobile.location.LocationObjectQueryResult
-
Gets the query that, when executed, will fetch the result's "next" set of items.
- getNoCache() - Method in class oracle.cloud.mobile.sync.SyncPolicy
-
Returns whether the results from the service will be cached.
- getNumber(String, Double) - Method in class oracle.cloud.mobile.appconfig.AppConfig
-
Returns an Number for the specified property.
- getObjectsList() - Method in class oracle.cloud.mobile.sync.mobileEndpoint.MobileObjectCollection
-
Returns a list of MobileObjects.
- getOffset() - Method in class oracle.cloud.mobile.location.LocationObjectQuery
-
Gets the zero-based index of the first item to return in the results.
- getOffset() - Method in class oracle.cloud.mobile.location.LocationObjectQueryResult
-
Gets the requested offset returned by the query.
- getOrderBy() - Method in class oracle.cloud.mobile.location.LocationObjectQuery
-
- getOrderByAttribute() - Method in class oracle.cloud.mobile.location.LocationObjectQuery
-
- getOrderByAttributeType() - Method in class oracle.cloud.mobile.location.LocationDeviceContainerQuery
-
Gets the attribute by which the query results will be sorted when returned.
- getOrderByAttributeType() - Method in class oracle.cloud.mobile.location.LocationDeviceQuery
-
Gets the attribute by which the query results will be sorted when returned.
- getOrderByOrder() - Method in class oracle.cloud.mobile.location.LocationObjectQuery
-
Gets the order (ascending or descending) in which the query results will be sorted when returned.
- getParentID() - Method in class oracle.cloud.mobile.location.LocationPlaceQuery
-
Gets the ID of the parent place to which the query's result will be
filtered on for direct children.
- getPayloadBytes() - Method in class oracle.cloud.mobile.storage.StorageObject
-
Returns the payload as a byte array.
- getPayloadStream() - Method in class oracle.cloud.mobile.storage.StorageObject
-
Returns the payload as a stream.
- getPolicy() - Method in class oracle.cloud.mobile.sync.mobileEndpoint.FetchCollectionBuilder
-
Returns the syncPolicy the current FetchCollectionBuilder is using.
- getPolicy() - Method in class oracle.cloud.mobile.sync.mobileEndpoint.FetchFileBuilder
-
Returns the syncPolicy which the current FetchFileBuilder is using to fetch objects.
- getPolicy() - Method in class oracle.cloud.mobile.sync.mobileEndpoint.FetchObjectBuilder
-
Returns the syncPolicy which the current FetchObjectBuilder is using to fetch objects.
- getProperties() - Method in class oracle.cloud.mobile.analytics.Event
-
Returns properties associated with the event.
- getProperties() - Method in class oracle.cloud.mobile.authorization.User
-
Returns the properties of the current user.
- getProperties() - Method in class oracle.cloud.mobile.location.LocationAddress
-
Gets the address's raw properties.
- getProperties() - Method in class oracle.cloud.mobile.location.LocationBeacon
-
Gets the beacon's raw property.
- getProperties() - Method in class oracle.cloud.mobile.location.LocationObject
-
Gets the object's raw properties.
- getProperties() - Method in class oracle.cloud.mobile.location.LocationObjectQuery
-
Gets the query's raw properties.
- getProperties() - Method in class oracle.cloud.mobile.location.LocationObjectQueryResult
-
Gets the result's raw properties (corresponding to the JSON payload).
- getProperties() - Method in class oracle.cloud.mobile.mobilebackend.MobileBackend
-
The mobile backend's properties, as specified by the OMH property list file.
- getProperty(String) - Method in class oracle.cloud.mobile.location.LocationBeacon
-
- getPropertyBoolean(String) - Method in class oracle.cloud.mobile.location.LocationObject
-
- getPropertyInt(String) - Method in class oracle.cloud.mobile.location.LocationObject
-
- getPropertyJSON(String) - Method in class oracle.cloud.mobile.location.LocationObject
-
- getPropertyNames(Map<String, PropertyType>, List<List<String>>) - Method in class oracle.cloud.mobile.sync.mobileEndpoint.MobileObject
-
Populates the names of properties and their types that can be used for querying along with indexes on these properties.
- getPropertyString(String) - Method in class oracle.cloud.mobile.location.LocationObject
-
- getPropertyValueDouble(String) - Method in class oracle.cloud.mobile.location.LocationAddress
-
- getPropertyValueInt(String) - Method in class oracle.cloud.mobile.location.LocationAddress
-
- getProtocol() - Method in class oracle.cloud.mobile.location.LocationDeviceQuery
-
Gets the beacon protocol which the query's results will be filtered on.
- getQuery() - Method in class oracle.cloud.mobile.location.LocationObjectQueryResult
-
Gets the query that generates the result.
- getQueryClauses() - Method in class oracle.cloud.mobile.sync.mobileEndpoint.FetchCollectionBuilder
-
Returns all the valid query clauses.
- getRadius() - Method in class oracle.cloud.mobile.location.LocationGeoCircle
-
Gets the radius of the circle.
- getRequestCode() - Method in class oracle.cloud.mobile.notifications.PendingIntentToCreate
-
- getRequestTimestamp() - Method in class oracle.cloud.mobile.diagnostics.Diagnostics
-
Returns timestamp of the request.
- getResourceDir() - Method in class oracle.cloud.mobile.location.LocationAsset
-
- getResourceDir() - Method in class oracle.cloud.mobile.location.LocationAssetQuery
-
- getResourceDir() - Method in class oracle.cloud.mobile.location.LocationDevice
-
- getResourceDir() - Method in class oracle.cloud.mobile.location.LocationDeviceQuery
-
- getResourceDir() - Method in class oracle.cloud.mobile.location.LocationObject
-
- getResourceDir() - Method in class oracle.cloud.mobile.location.LocationObjectQuery
-
- getResourceDir() - Method in class oracle.cloud.mobile.location.LocationPlace
-
- getResourceDir() - Method in class oracle.cloud.mobile.location.LocationPlaceQuery
-
- getResponseHeaders() - Method in class oracle.cloud.mobile.sync.mobileEndpoint.MobileResource
-
Returns the resource's response headers.
- getSearch() - Method in class oracle.cloud.mobile.location.LocationObjectQuery
-
Gets the search parameter on which the location query will search for either description or name.
- getServiceProxy(Class<T>) - Method in class oracle.cloud.mobile.mobilebackend.MobileBackend
-
Returns an instance of the service proxy, if present.
- getServiceProxy(Class<T>) - Method in class oracle.cloud.mobile.socialbackend.SocialMobileBackend
-
Return instance of ServiceProxy
- getSessionId() - Method in class oracle.cloud.mobile.diagnostics.Diagnostics
-
Returns the session ID.
- getSocialAuthorization() - Method in class oracle.cloud.mobile.socialbackend.SocialMobileBackend
-
Returns the Authorization instance
- getSocialAuthorization(SocialAuthType) - Method in class oracle.cloud.mobile.socialbackend.SocialMobileBackend
-
- getSortByList() - Method in class oracle.cloud.mobile.sync.mobileEndpoint.FetchCollectionBuilder
-
Returns all the sortBy objects.
- getStorageCollection(String) - Method in class oracle.cloud.mobile.storage.Storage
-
Fetch a StorageCollection from the Storage service.
- getStorageCollectionForUserId(String, String) - Method in class oracle.cloud.mobile.storage.Storage
-
Fetch the StorageCollection which is owned by a different user specified with userId here.
- getString(String, String) - Method in class oracle.cloud.mobile.appconfig.AppConfig
-
Returns a Number for the specified property.
- getStringProperty(String) - Method in class oracle.cloud.mobile.location.LocationObjectQuery
-
- getSubProperties() - Method in class oracle.cloud.mobile.location.LocationAddress
-
- getSubProperties() - Method in class oracle.cloud.mobile.location.LocationGeoCircle
-
- getSubProperties() - Method in class oracle.cloud.mobile.location.LocationGeoPoint
-
- getSubProperties() - Method in class oracle.cloud.mobile.location.LocationGeoPolygon
-
- getSubPropertiesName() - Method in class oracle.cloud.mobile.location.LocationAltBeacon
-
- getSubPropertiesName() - Method in class oracle.cloud.mobile.location.LocationBeacon
-
- getSubPropertiesName() - Method in class oracle.cloud.mobile.location.LocationEddystoneBeacon
-
- getSubPropertiesName() - Method in class oracle.cloud.mobile.location.LocationIBeacon
-
- getSubPropertyName() - Method in class oracle.cloud.mobile.location.LocationAddress
-
- getSubPropertyName() - Method in class oracle.cloud.mobile.location.LocationGeoCircle
-
- getSubPropertyName() - Method in class oracle.cloud.mobile.location.LocationGeoPoint
-
- getSubPropertyName() - Method in class oracle.cloud.mobile.location.LocationGeoPolygon
-
- getSyncResource() - Method in class oracle.cloud.mobile.sync.mobileEndpoint.MobileResource
-
Returns the SyncResource beneath the MobileResource.
- getTimestamp() - Method in class oracle.cloud.mobile.analytics.Event
-
Returns the date that the event was recorded.
- getTotalResults() - Method in class oracle.cloud.mobile.location.LocationObjectQueryResult
-
Gets the total number of items that match the original query's search arguments,
but may not all be returned in the result.
- getType() - Method in class oracle.cloud.mobile.location.LocationAddress
-
Gets the address type.
- getType() - Method in class oracle.cloud.mobile.location.LocationAltBeacon
-
Gets the beacon type.
- getType() - Method in class oracle.cloud.mobile.location.LocationBeacon
-
Gets the beacon type.
- getType() - Method in class oracle.cloud.mobile.location.LocationEddystoneBeacon
-
Gets the beacon type.
- getType() - Method in class oracle.cloud.mobile.location.LocationGeoCircle
-
Gets the address type.
- getType() - Method in class oracle.cloud.mobile.location.LocationGeoPoint
-
Gets the address type.
- getType() - Method in class oracle.cloud.mobile.location.LocationGeoPolygon
-
Gets the address type.
- getType() - Method in class oracle.cloud.mobile.location.LocationIBeacon
-
Gets the beacon type.
- getUpdatePolicy() - Method in class oracle.cloud.mobile.sync.SyncPolicy
-
Returns the update policy setting, which controls how updates (PUT requests) are performed
- getUri() - Method in class oracle.cloud.mobile.sync.mobileEndpoint.MobileResource
-
Return URI of the resource.
- getUrl() - Method in class oracle.cloud.mobile.location.LocationEddystoneBeacon
-
Gets the beacon's URL
- getUrl() - Method in class oracle.cloud.mobile.mobilebackend.MobileBackend
-
The mobile backend`s URL, upon which requests such as HTTP URLs are built.
- getUsername() - Method in class oracle.cloud.mobile.authorization.User
-
Returns the current user's name.
- getUUId() - Method in class oracle.cloud.mobile.location.LocationIBeacon
-
Fetches the iBeacons's UUID.
- getValue() - Method in enum oracle.cloud.mobile.sync.mobileEndpoint.PinPriority
-
- getVertices() - Method in class oracle.cloud.mobile.location.LocationGeoPolygon
-
Gets the polygon's vertices.
- LAST_NAME - Static variable in class oracle.cloud.mobile.authorization.User
-
- loadAppConfig(AppConfigCallback) - Method in class oracle.cloud.mobile.mobilebackend.MobileBackend
-
Loads the application configuration asynchronously.
- loadAppConfig(AppConfigCallback) - Method in class oracle.cloud.mobile.socialbackend.SocialMobileBackend
-
- loadOfflineResources(SyncLocalLoadingCallback) - Method in class oracle.cloud.mobile.sync.Synchronization
-
Returns a list of all MobileResource objects that were updated offline/locally, and not yet successfully synchronized with the server.
- loadSSOTokenExchange(Context) - Method in interface oracle.cloud.mobile.authorization.AuthorizationAgent
-
Loads OMH SSO token into memory from secure store.
- Location - Class in oracle.cloud.mobile.location
-
Library interface to the Oracle Mobile Cloud location service.
- Location() - Constructor for class oracle.cloud.mobile.location.Location
-
- LocationAddress - Class in oracle.cloud.mobile.location
-
* A LocationAddress is used to specify the physical location of a LocationPlace.
- LocationAddress() - Constructor for class oracle.cloud.mobile.location.LocationAddress
-
- LocationAddress.LocationAddressType - Enum in oracle.cloud.mobile.location
-
The address type
- LocationAltBeacon - Class in oracle.cloud.mobile.location
-
Used to specify the vendor-specific state for a device's beacon.
- LocationAltBeacon(String, int, int) - Constructor for class oracle.cloud.mobile.location.LocationAltBeacon
-
Constructs an altBeacon with the specified IDs.
- LocationAsset - Class in oracle.cloud.mobile.location
-
An asset describes a portable item that can be associated with one or more devices.
- LocationAssetQuery - Class in oracle.cloud.mobile.location
-
An asset query represents more than a "search for assets".
- LocationBeacon - Class in oracle.cloud.mobile.location
-
A beacon represents the vendor-specific state associated with a device.
- LocationBeacon() - Constructor for class oracle.cloud.mobile.location.LocationBeacon
-
- LocationBeacon.LocationBeaconType - Enum in oracle.cloud.mobile.location
-
The beacon type
- LocationDevice - Class in oracle.cloud.mobile.location
-
A device adds context to a vendor-specific beacon and associates it with an asset or place.
- LocationDeviceContainer - Class in oracle.cloud.mobile.location
-
A device container is an object that can be associated with one or more devices (either an asset or place).
- LocationDeviceContainerQuery - Class in oracle.cloud.mobile.location
-
A device container query can be configured to search for device containers (assets or places).
- LocationDeviceContainerQuery() - Constructor for class oracle.cloud.mobile.location.LocationDeviceContainerQuery
-
- LocationDeviceContainerQuery.LocationDeviceContainerQueryOrderByAttributeType - Enum in oracle.cloud.mobile.location
-
Order-by attribute (ascending or descending).
- LocationDeviceQuery - Class in oracle.cloud.mobile.location
-
A device query represents more than a "search for devices".
- LocationDeviceQuery.LocationDeviceQueryOrderByAttributeType - Enum in oracle.cloud.mobile.location
-
Order-by attribute (ascending or descending).
- LocationDeviceQuery.LocationDeviceQueryProtocolType - Enum in oracle.cloud.mobile.location
-
The device beacon protocol type.
- LocationEddystoneBeacon - Class in oracle.cloud.mobile.location
-
This is used to specify the vendor-specific state for a device's beacon.
- LocationEddystoneBeacon(String, String, String) - Constructor for class oracle.cloud.mobile.location.LocationEddystoneBeacon
-
Constructs a new Eddystone beacon with the specified namespace, instance, and URL.
- LocationGeoCircle - Class in oracle.cloud.mobile.location
-
A geo circle, which consists of a geographical center point and a radius,
is one of several ways to specify a place's address.
- LocationGeoCircle(LocationGeoPoint, int) - Constructor for class oracle.cloud.mobile.location.LocationGeoCircle
-
Constructs a new geo circle with the specified center point and radius (in meters).
- LocationGeoCircle(double, double, int) - Constructor for class oracle.cloud.mobile.location.LocationGeoCircle
-
Constructs a new geo circle with the specified latitude, longitude, and radius (in meters).
- LocationGeoPoint - Class in oracle.cloud.mobile.location
-
A geo point, which is specified as a latitude/longitude pair,
is one of several ways to specify a place's address.
- LocationGeoPoint(double, double) - Constructor for class oracle.cloud.mobile.location.LocationGeoPoint
-
Constructs a new geo point with the specified latitude and longitude.
- LocationGeoPolygon - Class in oracle.cloud.mobile.location
-
A geo polygon, which consists of a list of geographical vertices,
is one of several ways to specify a place's address.
- LocationGeoPolygon(List<LocationGeoPoint>) - Constructor for class oracle.cloud.mobile.location.LocationGeoPolygon
-
Constructs a geo polygon with the specified list of vertices.
- LocationIBeacon - Class in oracle.cloud.mobile.location
-
This is used to specify the vendor-specific state for a device's beacon.
- LocationIBeacon(String, String, String) - Constructor for class oracle.cloud.mobile.location.LocationIBeacon
-
Constructs an iBeacon with the specified UUID, major value, and minor value.
- LocationObject - Class in oracle.cloud.mobile.location
-
A location object is one of the major components of the Location service model.
- LocationObjectAttributesPropertyName - Variable in class oracle.cloud.mobile.location.LocationObject
-
- LocationObjectFetchCallback - Interface in oracle.cloud.mobile.location
-
The callback is invoked when a fetch of a single LocationObject is completed.
- LocationObjectQuery - Class in oracle.cloud.mobile.location
-
A location object query can be configured to search for the various location objects (assets, devices, or places).
- LocationObjectQuery.LocationObjectQueryFormatType - Enum in oracle.cloud.mobile.location
-
Query format (long or short).
- LocationObjectQuery.LocationObjectQueryOrderByOrderType - Enum in oracle.cloud.mobile.location
-
Order-by order (ascending or descending).
- LocationObjectQueryResult<K extends LocationObjectQuery,V extends LocationObject> - Class in oracle.cloud.mobile.location
-
A query result represents the results returned from the Location service for a particular query.
- LocationObjectsFetchCallback - Interface in oracle.cloud.mobile.location
-
The callback is invoked when a fetch of one or more LocationObjects is completed.
- LocationObjectsQueryCallback - Interface in oracle.cloud.mobile.location
-
This callback will be invoked when a query to the Location service is completed.
- LocationPlace - Class in oracle.cloud.mobile.location
-
A place represents a geographical location that can be associated with one
or more devices.
- LocationPlaceQuery - Class in oracle.cloud.mobile.location
-
A place query represents more than a "search for places".
- logEvent(String) - Method in class oracle.cloud.mobile.analytics.Analytics
-
This method logs an Analytics event with the specified name.
- logEvent(Event) - Method in class oracle.cloud.mobile.analytics.Analytics
-
Adds the existing event to the list of events.
- logout(AuthorizationCallback) - Method in interface oracle.cloud.mobile.authorization.AuthorizationAgent
-
- logout(Context, AuthorizationCallback) - Method in interface oracle.cloud.mobile.authorization.AuthorizationAgent
-
Logs the current user out of OMH.
- saveResource(InputStream, String, MobileEndpointCallback) - Method in class oracle.cloud.mobile.sync.mobileEndpoint.MobileFile
-
Saves any changes to the file back to the service.
- saveResource(InputStream, String, boolean, MobileEndpointCallback) - Method in class oracle.cloud.mobile.sync.mobileEndpoint.MobileFile
-
Saves any changes to the file back to the service.
- saveResource(MobileEndpointCallback) - Method in class oracle.cloud.mobile.sync.mobileEndpoint.MobileObject
-
Saves any changes to the file back to the service.
- saveResource(boolean, MobileEndpointCallback) - Method in class oracle.cloud.mobile.sync.mobileEndpoint.MobileObject
-
Saves any changes to the file back to the service.
- sendMCSCustomNotification(String, Context, Intent) - Method in class oracle.cloud.mobile.notifications.OMCEFirebaseMessagingService
-
Create and show a simple notification containing the received FCM message.
- setAsset(LocationAsset) - Method in class oracle.cloud.mobile.location.LocationDeviceQuery
-
Gets the asset where the query will search for the device.
- setAssetID(int) - Method in class oracle.cloud.mobile.location.LocationDeviceQuery
-
Gets the ID of the asset where the query will search for the device.
- setAttribute(String, Object) - Method in class oracle.cloud.mobile.location.LocationObjectQuery
-
Sets the specified attribute's value.
- setAttributes(JSONObject) - Method in class oracle.cloud.mobile.location.LocationObjectQuery
-
Sets the user-defined attributes on which the location query will search.
- setAuthorization(AuthorizationAgent) - Method in class oracle.cloud.mobile.socialbackend.SocialMobileBackend
-
- setBeacon(LocationBeacon) - Method in class oracle.cloud.mobile.location.LocationDeviceQuery
-
Sets the beacon associated with the device the query will search for.
- setConflictResolutionPolicy(int) - Method in class oracle.cloud.mobile.sync.SyncPolicy
-
Sets the conflict resolution policy.
- setContextLocation(String, String, String, String) - Method in class oracle.cloud.mobile.analytics.Analytics
-
Provides optional functionality for mobile application developers to add Location-related attributes to the Context event in regions where
reverse geocoding data is not available in the cloud due to data or privacy restrictions.
- setDescendants(boolean) - Method in class oracle.cloud.mobile.location.LocationPlaceQuery
-
Sets whether the query should return each place's descendants.
- setDescription(String) - Method in class oracle.cloud.mobile.location.LocationObjectQuery
-
Sets the location object's description on which the query's result will be filtered.
- setDevice(LocationDevice) - Method in class oracle.cloud.mobile.location.LocationAssetQuery
-
Sets the the device associated with the asset which the query will search for.
- setDeviceId(int) - Method in class oracle.cloud.mobile.location.LocationAssetQuery
-
Sets the ID of the device associated with the asset which the query will search for.
- setDisplayName(String) - Method in class oracle.cloud.mobile.storage.StorageObject
-
Sets the displayName of the object.
- setEvictionPolicy(int) - Method in class oracle.cloud.mobile.sync.SyncPolicy
-
Sets the eviction policy.
- setExpirationPolicy(int) - Method in class oracle.cloud.mobile.sync.SyncPolicy
-
Sets the expiration policy.
- setExpireAfter(int) - Method in class oracle.cloud.mobile.sync.SyncPolicy
-
Sets the duration in seconds after which a resource should expire.
- setFetchPolicy(int) - Method in class oracle.cloud.mobile.sync.SyncPolicy
-
Sets the fetch policy.
- setFormat(LocationObjectQuery.LocationObjectQueryFormatType) - Method in class oracle.cloud.mobile.location.LocationObjectQuery
-
Sets the format of the result returned by the query, which can be 'long' or 'short'.
- setGeoFence(LocationGeoCircle) - Method in class oracle.cloud.mobile.location.LocationPlaceQuery
-
Sets the Geo Fence in which the query will search for the places.
- setGeoFence(double, double, int) - Method in class oracle.cloud.mobile.location.LocationPlaceQuery
-
Sets the Geo Fence in which the query will search for the places.
- setGeoPoint(LocationGeoPoint) - Method in class oracle.cloud.mobile.location.LocationPlaceQuery
-
Sets the Geo Point for which the query will search for the closest place.
- setGeoPoint(double, double) - Method in class oracle.cloud.mobile.location.LocationPlaceQuery
-
Sets the Geo Point for which the query will search for the closest place.
- setIDs(List<Integer>) - Method in class oracle.cloud.mobile.location.LocationObjectQuery
-
Sets the list of IDs that the query's result will be filtered to match with.
- setLabel(String) - Method in class oracle.cloud.mobile.location.LocationDeviceContainerQuery
-
Sets the user-defined label which the query's results will be filtered on.
- setLimit(int) - Method in class oracle.cloud.mobile.location.LocationObjectQuery
-
Sets the maximum number of items to return.
- setName(String) - Method in class oracle.cloud.mobile.location.LocationObjectQuery
-
Sets the location object's name on which the query's result will be filtered.
- setNetworkConnectionTimeout(int) - Method in interface oracle.cloud.mobile.authorization.AuthorizationAgent
-
set request connection timeout
- setNoCache(boolean) - Method in class oracle.cloud.mobile.sync.SyncPolicy
-
Sets whether to cache the results form the service or not.
- setOfflineMode(boolean) - Method in class oracle.cloud.mobile.sync.Synchronization
-
Sets the device to offline mode, which is good for testing.
- setOffset(int) - Method in class oracle.cloud.mobile.location.LocationObjectQuery
-
Gets the zero-based index of the first item to return in the results.
- setOrderBy(String) - Method in class oracle.cloud.mobile.location.LocationObjectQuery
-
- setOrderByAttributeType(LocationDeviceContainerQuery.LocationDeviceContainerQueryOrderByAttributeType) - Method in class oracle.cloud.mobile.location.LocationDeviceContainerQuery
-
Sets the attribute by which the query results will be sorted when returned.
- setOrderByAttributeType(LocationDeviceQuery.LocationDeviceQueryOrderByAttributeType) - Method in class oracle.cloud.mobile.location.LocationDeviceQuery
-
Gets the attribute by which the query results will be sorted when returned.
- setOrderByOrder(LocationObjectQuery.LocationObjectQueryOrderByOrderType) - Method in class oracle.cloud.mobile.location.LocationObjectQuery
-
Gets the order (ascending or descending) in which the query results will be sorted when returned.
- setParent(LocationPlace) - Method in class oracle.cloud.mobile.location.LocationPlaceQuery
-
Sets the ID of the parent place to which the query's result will be
filtered on for direct children.
- setParentID(int) - Method in class oracle.cloud.mobile.location.LocationPlaceQuery
-
Sets the ID of the parent place where the query's result
will be filtered to be the direct children to.
- setPayload(byte[], String) - Method in class oracle.cloud.mobile.storage.StorageObject
-
Sets the payload with a byte array.
- setPayload(InputStream, String) - Method in class oracle.cloud.mobile.storage.StorageObject
-
Sets the payload with a stream.
- setProperties(JSONObject) - Method in class oracle.cloud.mobile.location.LocationDevice
-
- setProperties(JSONObject) - Method in class oracle.cloud.mobile.location.LocationObject
-
- setProperty(String, Object) - Method in class oracle.cloud.mobile.location.LocationObjectQuery
-
- setProtocol(LocationDeviceQuery.LocationDeviceQueryProtocolType) - Method in class oracle.cloud.mobile.location.LocationDeviceQuery
-
Sets the beacon protocol which the query's results will be filtered on.
- setPublishAuthenticationMode(boolean) - Method in interface oracle.cloud.mobile.authorization.SocialAuthorizationAgent
-
Set authentication mode for social login to publish.
- setReadAuthenticationMode(boolean) - Method in interface oracle.cloud.mobile.authorization.SocialAuthorizationAgent
-
Set authentication mode for social login to read.
- setRequestHeaders(Map<String, String>) - Method in class oracle.cloud.mobile.sync.mobileEndpoint.MobileResource
-
Sets request headers.
- setScopes(String) - Method in interface oracle.cloud.mobile.authorization.SocialAuthorizationAgent
-
sets scopes for social login.
- setSearch(String) - Method in class oracle.cloud.mobile.location.LocationObjectQuery
-
Sets the search parameter on which the location query will search for either description or name.
- setSocialAuthorization(SocialAuthorizationAgent) - Method in class oracle.cloud.mobile.socialbackend.SocialMobileBackend
-
- setSyncPolicy(SyncPolicy) - Method in class oracle.cloud.mobile.sync.mobileEndpoint.MobileResource
-
Sets the resource's sync policy.
- setTimestamp(Date) - Method in class oracle.cloud.mobile.analytics.Event
-
Sets the time at which the event was recorded.
- setup(Context, <any>) - Method in interface oracle.cloud.mobile.authorization.SocialAuthorizationAgent
-
This method will initialize the social SDK.
- setUpdatePolicy(int) - Method in class oracle.cloud.mobile.sync.SyncPolicy
-
Sets the offline update policy.
- SOCIAL_ACCESS_TOKEN - Static variable in interface oracle.cloud.mobile.authorization.SocialAuthorizationAgent
-
- SOCIAL_IDENTITY_PROVIDER - Static variable in interface oracle.cloud.mobile.authorization.SocialAuthorizationAgent
-
- SocialAuthorizationAgent - Interface in oracle.cloud.mobile.authorization
-
Interface for social authorization (currently supports only authentication with Facebook)
- SocialMobileBackend - Class in oracle.cloud.mobile.socialbackend
-
SocialMobileBackend provides access to one specific backend.
- SocialMobileBackendManager - Class in oracle.cloud.mobile.socialbackend
-
SocialMobileBackendManager - Interface to global information about all available backends for a particular app.
- sortByAscending(String) - Method in class oracle.cloud.mobile.sync.mobileEndpoint.FetchCollectionBuilder
-
Specifies an ascending sort for the results.
- sortByDescending(String) - Method in class oracle.cloud.mobile.sync.mobileEndpoint.FetchCollectionBuilder
-
Specifies descending sort for the results.
- startSession(Context) - Method in class oracle.cloud.mobile.analytics.Analytics
-
Starts an Analytics session which represents a series of interactions between client and server during the span of a single connection.
- Storage - Class in oracle.cloud.mobile.storage
-
This is the main class for Storage API operations.
- Storage() - Constructor for class oracle.cloud.mobile.storage.Storage
-
- StorageCollection - Class in oracle.cloud.mobile.storage
-
Defines the StorageCollection object which contains parameters and public methods
to operate on the StorageObjects in the current collection.
- StorageObject - Class in oracle.cloud.mobile.storage
-
This class manages the contents and metadata of a StorageObject.
- StorageObject(String, byte[], String) - Constructor for class oracle.cloud.mobile.storage.StorageObject
-
Constructs a StorageObject from a byte array.
- StorageObject(String, InputStream, String) - Constructor for class oracle.cloud.mobile.storage.StorageObject
-
Constructs a StorageObject from a stream.
- StorageObject(String) - Constructor for class oracle.cloud.mobile.storage.StorageObject
-
Constructs a StorageObject with ID.
- StorageReadCallback - Interface in oracle.cloud.mobile.storage
-
This interface is invoked as a callback for Storage read operation
- SyncDiscardOfflineResourceCallback - Interface in oracle.cloud.mobile.sync
-
This callback is used after the discarding of offline resources is completed.
- Synchronization - Class in oracle.cloud.mobile.sync
-
The main class for the Synchronization service implementation.
- Synchronization() - Constructor for class oracle.cloud.mobile.sync.Synchronization
-
- SynchronizationCallback - Interface in oracle.cloud.mobile.sync
-
- synchronizePinnedResource(boolean) - Method in class oracle.cloud.mobile.sync.Synchronization
-
Synchronizes all pinned resources with their mobile backends.
- SyncLocalLoadingCallback - Interface in oracle.cloud.mobile.sync
-
Interface that will be triggered for loading resources from the database.
- SyncNetworkStatus - Enum in oracle.cloud.mobile.sync
-
An enumeration of the different Sync network states.
- SyncPolicy - Class in oracle.cloud.mobile.sync
-
A SyncPolicy object is used to specify the synchronization policies for a MobileObject, MobileObjectCollection or MobileFile.
- SyncPolicy() - Constructor for class oracle.cloud.mobile.sync.SyncPolicy
-
Creates a new SyncPolicy object with default policy settings in which:
- SyncPolicy(int, int, int, int, int, int) - Constructor for class oracle.cloud.mobile.sync.SyncPolicy
-
Creates a new SyncPolicy object with specified settings.
- syncResource - Variable in class oracle.cloud.mobile.sync.mobileEndpoint.MobileResource
-
- SyncResourceUpdatedCallback - Interface in oracle.cloud.mobile.sync
-
This callback is used when a resource is synchronized or updated in the cache.