- get(Client) - Method in interface org.eclipse.lyo.client.UnderlyingHttpClient
-
Returns the Apache HTTP client underlying the JAX-RS client.
- getAccessTokenUrl() - Method in class org.eclipse.lyo.client.RootServicesHelper
-
- getAuthorizationRealm() - Method in class org.eclipse.lyo.client.RootServicesHelper
-
- getAuthorizationTokenUrl() - Method in class org.eclipse.lyo.client.RootServicesHelper
-
- getCapabilityUrl() - Method in class org.eclipse.lyo.client.query.OslcQuery
-
- getCatalogUrl() - Method in class org.eclipse.lyo.client.RootServicesHelper
-
Get the OSLC Catalog URL
- getClient() - Method in interface org.eclipse.lyo.client.IOslcClient
-
Returns the JAX-RS client for this OslcClient.
- getClient() - Method in class org.eclipse.lyo.client.OslcClient
-
Returns the JAX-RS client for this OslcClient.
- getClient() - Method in class org.eclipse.lyo.client.OslcOAuthClient
-
- getConfigurationContext() - Method in class org.eclipse.lyo.client.query.OslcQueryParameters
-
- getConsumerApprovalUrl() - Method in class org.eclipse.lyo.client.RootServicesHelper
-
Gets the URL for approving an OAuth consumer
- getConsumerApprovalUrl(String) - Method in class org.eclipse.lyo.client.RootServicesHelper
-
- getMemberProperty() - Method in class org.eclipse.lyo.client.query.OslcQueryResult
-
Returns the member property to find query result resources.
- getMembers(Class<T>) - Method in class org.eclipse.lyo.client.query.OslcQueryResult
-
Return the enumeration of queried results from this page
- getMembers() - Method in class org.eclipse.lyo.client.query.OslcQueryResult
-
Return the enumeration of queried results from this page
- getMembersUrls() - Method in class org.eclipse.lyo.client.query.OslcQueryResult
-
Return the subject URLs of the query response.
- getOrderBy() - Method in class org.eclipse.lyo.client.query.OslcQueryParameters
-
- getOslcClient() - Method in class org.eclipse.lyo.client.OslcOAuthClient
-
- getPageSize() - Method in class org.eclipse.lyo.client.query.OslcQuery
-
- getPrefix() - Method in class org.eclipse.lyo.client.query.OslcQueryParameters
-
- getQuery() - Method in class org.eclipse.lyo.client.query.OslcQueryResult
-
- getQueryUrl() - Method in class org.eclipse.lyo.client.query.OslcQuery
-
- getRawResponse() - Method in class org.eclipse.lyo.client.query.OslcQueryResult
-
Get the raw Wink client response to a query.
- getRdfModel() - Method in class org.eclipse.lyo.client.RootServicesHelper
-
Returns the underlying RDF model for the rootservices document.
- getRequestConsumerKeyUrl() - Method in class org.eclipse.lyo.client.RootServicesHelper
-
Gets the URL for requesting an OAuth consumer key.
- getRequestTokenUrl() - Method in class org.eclipse.lyo.client.RootServicesHelper
-
- getResource(String) - Method in interface org.eclipse.lyo.client.IOslcClient
-
Gets an OSLC resource using application/rdf+xml
.
- getResource(String, String) - Method in interface org.eclipse.lyo.client.IOslcClient
-
Gets an OSLC resource.
- getResource(String, Map<String, String>) - Method in interface org.eclipse.lyo.client.IOslcClient
-
Gets an OSLC resource.
- getResource(String, Map<String, String>, String) - Method in interface org.eclipse.lyo.client.IOslcClient
-
- getResource(String, Map<String, String>, String, String) - Method in interface org.eclipse.lyo.client.IOslcClient
-
- getResource(String, Map<String, String>, String, boolean) - Method in interface org.eclipse.lyo.client.IOslcClient
-
- getResource(String, Map<String, String>, String, String, boolean) - Method in interface org.eclipse.lyo.client.IOslcClient
-
- getResource(String, Class<T>) - Method in class org.eclipse.lyo.client.OslcClient
-
Gets an OSLC resource from a given URI string and unwraps a corresponding entity.
- getResource(URI, Class<T>) - Method in class org.eclipse.lyo.client.OslcClient
-
Gets an OSLC resource from a given URI and unwraps a corresponding entity.
- getResource(Link, Class<T>) - Method in class org.eclipse.lyo.client.OslcClient
-
Gets an OSLC resource from a URI in a given Link and unwraps a corresponding entity.
- getResource(String) - Method in class org.eclipse.lyo.client.OslcClient
-
Gets an OSLC resource using application/rdf+xml
.
- getResource(String, String) - Method in class org.eclipse.lyo.client.OslcClient
-
Gets an OSLC resource.
- getResource(String, Map<String, String>) - Method in class org.eclipse.lyo.client.OslcClient
-
Gets an OSLC resource.
- getResource(String, Map<String, String>, String) - Method in class org.eclipse.lyo.client.OslcClient
-
- getResource(String, Map<String, String>, String, String) - Method in class org.eclipse.lyo.client.OslcClient
-
- getResource(String, Map<String, String>, String, boolean) - Method in class org.eclipse.lyo.client.OslcClient
-
- getResource(String, Map<String, String>, String, String, boolean) - Method in class org.eclipse.lyo.client.OslcClient
-
- getResource(String) - Method in class org.eclipse.lyo.client.OslcOAuthClient
-
- getResource(String, String) - Method in class org.eclipse.lyo.client.OslcOAuthClient
-
- getResource(String, Map<String, String>) - Method in class org.eclipse.lyo.client.OslcOAuthClient
-
- getResource(String, Map<String, String>, String) - Method in class org.eclipse.lyo.client.OslcOAuthClient
-
- getResource(String, Map<String, String>, String, String) - Method in class org.eclipse.lyo.client.OslcOAuthClient
-
- getResource(String, Map<String, String>, String, boolean) - Method in class org.eclipse.lyo.client.OslcOAuthClient
-
- getResource(String, Map<String, String>, String, String, boolean) - Method in class org.eclipse.lyo.client.OslcOAuthClient
-
- getResources(URI[], Class<T>) - Method in class org.eclipse.lyo.client.OslcClient
-
Gets OSLC resources in parallel from an array of URIs and unwraps their corresponding entities.
- getResources(Collection<URI>, Class<T>) - Method in class org.eclipse.lyo.client.OslcClient
-
Gets OSLC resources in parallel from a collection of URIs and unwraps their corresponding entities.
- getResourcesFromLinks(Collection<Link>, Class<T>) - Method in class org.eclipse.lyo.client.OslcClient
-
Gets OSLC resources in parallel from a set of Links and unwraps their corresponding entities.
- getSearchTerms() - Method in class org.eclipse.lyo.client.query.OslcQueryParameters
-
- getSelect() - Method in class org.eclipse.lyo.client.query.OslcQueryParameters
-
- getWebResource(String) - Method in class org.eclipse.lyo.client.OslcClient
-
Create a Wink Resource for the given OslcQuery object
- getWhere() - Method in class org.eclipse.lyo.client.query.OslcQueryParameters
-
- OAUTH_ACCESS_TOKEN_URL - Static variable in interface org.eclipse.lyo.client.RootServicesConstants
-
- OAUTH_APPROVAL_MODULE_URL - Static variable in interface org.eclipse.lyo.client.RootServicesConstants
-
- OAUTH_REALM_NAME - Static variable in interface org.eclipse.lyo.client.RootServicesConstants
-
- OAUTH_REQUEST_CONSUMER_KEY_URL - Static variable in interface org.eclipse.lyo.client.RootServicesConstants
-
- OAUTH_REQUEST_TOKEN_URL - Static variable in interface org.eclipse.lyo.client.RootServicesConstants
-
- OAUTH_USER_AUTH_URL - Static variable in interface org.eclipse.lyo.client.RootServicesConstants
-
- org.eclipse.lyo.client - package org.eclipse.lyo.client
-
- org.eclipse.lyo.client.query - package org.eclipse.lyo.client.query
-
- org.eclipse.lyo.client.resources - package org.eclipse.lyo.client.resources
-
- OSLC2_0 - Static variable in interface org.eclipse.lyo.client.OSLCConstants
-
- OSLC2_1 - Static variable in interface org.eclipse.lyo.client.OSLCConstants
-
- OSLC3_0 - Static variable in interface org.eclipse.lyo.client.OSLCConstants
-
- OSLC_AM_V2 - Static variable in interface org.eclipse.lyo.client.OSLCConstants
-
- OSLC_ASSET_V2 - Static variable in interface org.eclipse.lyo.client.OSLCConstants
-
- OSLC_AUTO - Static variable in interface org.eclipse.lyo.client.OSLCConstants
-
- OSLC_CM - Static variable in interface org.eclipse.lyo.client.OSLCConstants
-
- OSLC_CM_V2 - Static variable in interface org.eclipse.lyo.client.OSLCConstants
-
- OSLC_CONFIG - Static variable in interface org.eclipse.lyo.client.OSLCConstants
-
- OSLC_CORE_VERSION - Static variable in interface org.eclipse.lyo.client.OSLCConstants
-
- OSLC_DISC - Static variable in interface org.eclipse.lyo.client.OSLCConstants
-
- OSLC_QM - Static variable in interface org.eclipse.lyo.client.OSLCConstants
-
- OSLC_QM_V2 - Static variable in interface org.eclipse.lyo.client.OSLCConstants
-
- OSLC_RM - Static variable in interface org.eclipse.lyo.client.OSLCConstants
-
- OSLC_RM_V2 - Static variable in interface org.eclipse.lyo.client.OSLCConstants
-
- OSLC_V2 - Static variable in interface org.eclipse.lyo.client.OSLCConstants
-
- OslcClient - Class in org.eclipse.lyo.client
-
An OSLC Client that extends the JAX-RS 2.0 REST client with OSLC specific CRUD and
discovery capabilities.
- OslcClient() - Constructor for class org.eclipse.lyo.client.OslcClient
-
A simple OslcClient that provides http access to unprotected resources
- OslcClient(String) - Constructor for class org.eclipse.lyo.client.OslcClient
-
- OslcClient(ClientBuilder) - Constructor for class org.eclipse.lyo.client.OslcClient
-
An OslcClient that allows client applications to provide a configured (but not built)
ClientBuilder typically used for supporting https, and various kinds of authentication.
- OslcClient(ClientBuilder, String) - Constructor for class org.eclipse.lyo.client.OslcClient
-
An OslcClient that allows client applications to provide a configured (but not built)
ClientBuilder typically used for supporting https, and various kinds of authentication.
- OslcClientBuilder - Class in org.eclipse.lyo.client
-
- OslcClientBuilder() - Constructor for class org.eclipse.lyo.client.OslcClientBuilder
-
- oslcClientBuilder() - Static method in class org.eclipse.lyo.client.OslcClientFactory
-
- OslcClientFactory - Class in org.eclipse.lyo.client
-
- OslcClientFactory() - Constructor for class org.eclipse.lyo.client.OslcClientFactory
-
- OSLCConstants - Interface in org.eclipse.lyo.client
-
General OSLC constants
- OslcOAuthClient - Class in org.eclipse.lyo.client
-
- OslcOAuthClient(OAuthAccessor, String, ClientBuilder, UnderlyingHttpClient) - Constructor for class org.eclipse.lyo.client.OslcOAuthClient
-
Initialize an OAuthClient with the required OAuth URLs
- oslcOAuthClientBuilder() - Static method in class org.eclipse.lyo.client.OslcClientFactory
-
- OslcOAuthClientBuilder - Class in org.eclipse.lyo.client
-
- OslcOAuthClientBuilder() - Constructor for class org.eclipse.lyo.client.OslcOAuthClientBuilder
-
- OslcQuery - Class in org.eclipse.lyo.client.query
-
Represents an OSLC query (HTTP GET) request to be made of a remote system.
- OslcQuery(OslcClient, String) - Constructor for class org.eclipse.lyo.client.query.OslcQuery
-
Create an OSLC query that uses the remote system's default page size.
- OslcQuery(OslcClient, String, OslcQueryParameters) - Constructor for class org.eclipse.lyo.client.query.OslcQuery
-
Create an OSLC query with query parameters that uses the default page size
- OslcQuery(OslcClient, String, int) - Constructor for class org.eclipse.lyo.client.query.OslcQuery
-
Create an OSLC query that uses the given page size
- OslcQuery(OslcClient, String, int, OslcQueryParameters) - Constructor for class org.eclipse.lyo.client.query.OslcQuery
-
Create an OSLC query that uses OSLC query parameters and the given page size
- OslcQuery(OslcClient, String, int, OslcQueryParameters, String) - Constructor for class org.eclipse.lyo.client.query.OslcQuery
-
Create an OSLC query that uses OSLC query parameters and the given page size
- OslcQueryParameters - Class in org.eclipse.lyo.client.query
-
A container for OSLC Query parameters which can be associated with an OslcQuery object.
- OslcQueryParameters() - Constructor for class org.eclipse.lyo.client.query.OslcQueryParameters
-
- OslcQueryParameters(String, String, String, String, String) - Constructor for class org.eclipse.lyo.client.query.OslcQueryParameters
-
Initialize an OSLC Parameter using the supplied terms
- OslcQueryParameters(String, String, String, String, String, String) - Constructor for class org.eclipse.lyo.client.query.OslcQueryParameters
-
Initialize an OSLC Parameter using the supplied terms
- OslcQueryResult - Class in org.eclipse.lyo.client.query
-
The results of an OSLC query.
- OslcQueryResult(OslcQuery, Response) - Constructor for class org.eclipse.lyo.client.query.OslcQueryResult
-