A B C D E F G H I J L M N O P R S T U V W
W
- WAIT_LOCK - Static variable in class com.worklight.common.WLAnalytics
- WAIT_LOCK - Static variable in class com.worklight.wlclient.api.WLClient
- WARN - Static variable in class com.worklight.common.Logger.LEVEL
- warn(String) - Method in class com.worklight.common.Logger
-
Log at WARN level.
- warn(String, JSONObject) - Method in class com.worklight.common.Logger
-
Log at WARN level.
- warn(String, JSONObject, Throwable) - Method in class com.worklight.common.Logger
-
Log at WARN level.
- WL - Class in com.worklight.androidgap.api
-
Provides initialization services for hybrid applications.
- WLAccessTokenListener - Interface in com.worklight.wlclient.api
-
This interface defines methods that the listener for the
WLAuthorizationManager.obtainAccessToken(String, WLAccessTokenListener)method implements to receive notifications about the result of the method call. - WLActionReceiver - Interface in com.worklight.androidgap.api
-
The WLActionReceiver interface allows every implementing object to receive actions and data from the IBM MobileFirst Platform.
- WLAnalytics - Class in com.worklight.common
-
WLAnalytics means of persistently capturing analytics data and provides a method call to send captured data to the IBM MobileFirst Platform server, to be forwarded to the Operational Analytics engine.
- WLAnalytics() - Constructor for class com.worklight.common.WLAnalytics
- WLAnalytics.DeviceEvent - Class in com.worklight.common
-
Set of device attribute changes WLAnalytics can register event listeners for.
- WLAuthorizationException - Exception in com.worklight.wlclient.api
-
Signals failure during the authorization sequence.
- WLAuthorizationManager - Class in com.worklight.wlclient.api
-
This class manages the OAuth interaction between the client and the authorization server.
- WLClient - Class in com.worklight.wlclient.api
-
This singleton class exposes methods that you use to communicate with the MobileFirst Platform server.
- WLCookie - Class in com.worklight.wlclient.api
-
Created by michaeld on 24/11/15.
- WLErrorCode - Class in com.worklight.wlclient.api
-
An enumeration of error messages that arrive from the MobileFirst Platform Server.
- WLFailResponse - Class in com.worklight.wlclient.api
-
This class extends
WLResponseand contains the status inWLResponse, error codes, and messages. - WLFailResponse(Response) - Constructor for class com.worklight.wlclient.api.WLFailResponse
- WLInitWebFrameworkListener - Interface in com.worklight.androidgap.api
-
Implementing class will receive notification on IBM MobileFirst Platform web initialization.
- WLInitWebFrameworkResult - Class in com.worklight.androidgap.api
-
Describes the outcome of IBM MobileFirst Platform initialization process.
- WLInitWebFrameworkResult(int, String) - Constructor for class com.worklight.androidgap.api.WLInitWebFrameworkResult
- WLInitWebFrameworkResult(int, String, Map) - Constructor for class com.worklight.androidgap.api.WLInitWebFrameworkResult
- WLLifecycleHelper - Class in com.worklight.wlclient.api
-
WLLifecycleHelper is a singleton used to help manage instrumentation of the android activity lifecycle.
- WLLifecycleHelper.AppClosedBy - Class in com.worklight.wlclient.api
-
Represents how an application was close - by the user or a crash
- WLLoginResponseListener - Interface in com.worklight.wlclient.api
-
This interface defines methods that the listener for the
WLAuthorizationManager.login(String, JSONObject, WLLoginResponseListener)method implements to receive notifications about the result of the method call. - WLLogoutResponseListener - Interface in com.worklight.wlclient.api
-
This interface defines methods that the listener for the
WLAuthorizationManager.logout(String, WLLogoutResponseListener)method implements to receive notifications about the result of the method call. - WLProcedureInvocationData - Class in com.worklight.wlclient.api
-
Deprecated.Use WLResourceRequest API instead.
This class contains all necessary data to call a procedure, including:- The name of the adapter and procedure to call.
- The parameters that the procedure requires.
- WLProcedureInvocationData(String, String) - Constructor for class com.worklight.wlclient.api.WLProcedureInvocationData
-
Deprecated.Create new
WLProcedureInvocationDataobject to send with the request. - WLProcedureInvocationData(String, String, boolean) - Constructor for class com.worklight.wlclient.api.WLProcedureInvocationData
-
Deprecated.Create new
WLProcedureInvocationDataobject to send with the request. - WLProcedureInvocationFailResponse - Class in com.worklight.wlclient.api
-
This class extends
WLFailResponse. - WLProcedureInvocationResponse - Class in com.worklight.wlclient.api
-
Deprecated.As of MobileFirst v8.0, replaced by
WLProcedureInvocationResult. - WLProcedureInvocationResult - Class in com.worklight.wlclient.api
-
Deprecated.Use WLResourceRequest API instead.
This class extendsWLResponse. This class contains statuses and data that the adapter procedure retrieves. - WLRequestOptions - Class in com.worklight.wlclient.api
-
This class changes the timeout and invocation context.
- WLResourceRequest - Class in com.worklight.wlclient.api
-
This class encapsulates a resource request.
- WLResourceRequest(URI, String) - Constructor for class com.worklight.wlclient.api.WLResourceRequest
-
Constructs a new resource request with the specified URL, using the specified HTTP method.
- WLResourceRequest(URI, String, String) - Constructor for class com.worklight.wlclient.api.WLResourceRequest
-
Constructs a new resource request with the specified URL and protecting scope, using the specified HTTP method.
- WLResourceRequest(URI, String, int) - Constructor for class com.worklight.wlclient.api.WLResourceRequest
-
Constructs a new resource request with the specified URL, using the specified HTTP method.
Additionally this constructor sets a custom expiration period (timeout) for the request. - WLResourceRequest(URI, String, int, String) - Constructor for class com.worklight.wlclient.api.WLResourceRequest
-
Constructs a new resource request with the specified URL and protecting scope, using the specified HTTP method.
- WLResponse - Class in com.worklight.wlclient.api
-
This class contains the result of a procedure invocation.
- WLResponseListener - Interface in com.worklight.wlclient.api
-
This interface defines methods that the listener for the
WLClientandGatewayChallengeHandler. - WLSimpleDataSharing - Class in com.worklight.common
-
A simple class allowing for sharing and retrieval of shared data among applications on the same device having the same shared user identifier (sharedUserId) and same application signing key.
- WLSimpleDataSharing(Context) - Constructor for class com.worklight.common.WLSimpleDataSharing