- getAsynchronous() - Method in class com.redhat.lightblue.ExecutionOptions
-
If execution lasts longer than this timeout, continue asynchronously
- getClientId() - Method in class com.redhat.lightblue.Request
-
Information that uniquely identifies the caller
- getDataErrors() - Method in class com.redhat.lightblue.Response
-
Errors related to each document
- getEntity() - Method in class com.redhat.lightblue.EntityVersion
-
The entity name
- getEntityData() - Method in class com.redhat.lightblue.DataError
-
The entity data for which these errors apply.
- getEntityData() - Method in class com.redhat.lightblue.Response
-
Returns the entity data resulting from the call.
- getEntityVersion() - Method in class com.redhat.lightblue.Request
-
Entity name and version
- getErrors() - Method in class com.redhat.lightblue.DataError
-
List of errors for this document
- getErrors() - Method in class com.redhat.lightblue.Response
-
Errors related to the operation
- getExecution() - Method in class com.redhat.lightblue.Request
-
Information about requested execution options
- getMatchCount() - Method in class com.redhat.lightblue.Response
-
Number of documents that matched the search cResponseriteria
- getModifiedCount() - Method in class com.redhat.lightblue.Response
-
Number of documents inserted/updated/deleted
- getPrincipal() - Method in class com.redhat.lightblue.ClientIdentification
-
Get the principal identifying the client.
- getRoot() - Method in class com.redhat.lightblue.JsonNodeBuilder
-
- getSessionInfo() - Method in class com.redhat.lightblue.Response
-
If the operation starts a session or uses an existing session, the
session information
- getStatus() - Method in class com.redhat.lightblue.Response
-
Status of the completed operation
- getTaskHandle() - Method in class com.redhat.lightblue.Response
-
If the operation continues asynchronously, the task handle can be used to
retrieve status information, and the result of the call once the
operation is complete
- getTimeLimit() - Method in class com.redhat.lightblue.ExecutionOptions
-
The time limit within which the call should complete.
- getVersion() - Method in class com.redhat.lightblue.EntityVersion
-
The entity version
- SessionInfo - Class in com.redhat.lightblue
-
Base class containing implementation dependent information to keep track of
sessions
- SessionInfo() - Constructor for class com.redhat.lightblue.SessionInfo
-
- setAsynchronous(long) - Method in class com.redhat.lightblue.ExecutionOptions
-
If execution lasts longer than this timeout, continue asynchronously
- setClientId(ClientIdentification) - Method in class com.redhat.lightblue.Request
-
Information that uniquely identifies the caller
- setEntity(String) - Method in class com.redhat.lightblue.EntityVersion
-
The entity name
- setEntityData(JsonNode) - Method in class com.redhat.lightblue.DataError
-
The entity data for which these errors apply.
- setEntityData(JsonNode) - Method in class com.redhat.lightblue.Response
-
Returns the entity data resulting from the call.
- setEntityVersion(EntityVersion) - Method in class com.redhat.lightblue.Request
-
Entity name and version
- setErrors(List<Error>) - Method in class com.redhat.lightblue.DataError
-
List of errors for this document
- setExecution(ExecutionOptions) - Method in class com.redhat.lightblue.Request
-
Information about requested execution options
- setMatchCount(long) - Method in class com.redhat.lightblue.Response
-
Number of documents that matched the search criteria
- setModifiedCount(long) - Method in class com.redhat.lightblue.Response
-
Number of documents inserted/updated/deleted
- setSessionInfo(SessionInfo) - Method in class com.redhat.lightblue.Response
-
If the operation starts a session or uses an existing session, the
session information
- setStatus(OperationStatus) - Method in class com.redhat.lightblue.Response
-
Status of the completed operation
- setTaskHandle(String) - Method in class com.redhat.lightblue.Response
-
If the operation continues asynchronously, the task handle can be used to
retrieve status information, and the result of the call once the
operation is complete
- setTimeLimit(long) - Method in class com.redhat.lightblue.ExecutionOptions
-
The time limit within which the call should complete.
- setVersion(String) - Method in class com.redhat.lightblue.EntityVersion
-
The entity version