A D G I M O R S U 

A

AcceptUtil - Class in org.eclipse.lyo.oslc4j.utils
Utilities for matching media types from an HTTP Accept header.
AcceptUtil() - Constructor for class org.eclipse.lyo.oslc4j.utils.AcceptUtil
 
addOslcResource(T) - Method in class org.eclipse.lyo.oslc4j.client.OslcRestClient
 
addOslcResourceReturnClientResponse(Object) - Method in class org.eclipse.lyo.oslc4j.client.OslcRestClient
 

D

DEFAULT_READ_TIMEOUT - Static variable in class org.eclipse.lyo.oslc4j.client.OslcRestClient
 
deregisterServiceProvider(URI) - Method in class org.eclipse.lyo.oslc4j.client.ServiceProviderRegistryClient
Remove registration for a ServiceProvider.

G

getClasses() - Method in class org.eclipse.lyo.oslc4j.application.OslcWinkApplication
 
getClient() - Method in class org.eclipse.lyo.oslc4j.client.ServiceProviderRegistryClient
 
getClientResource() - Method in class org.eclipse.lyo.oslc4j.client.OslcRestClient
 
getInstances() - Method in class org.eclipse.lyo.oslc4j.application.OslcWinkApplication
 
getMediaType() - Method in class org.eclipse.lyo.oslc4j.client.OslcRestClient
 
getOslcResource(Class<T>) - Method in class org.eclipse.lyo.oslc4j.client.OslcRestClient
 
getOslcResources(Class<T[]>) - Method in class org.eclipse.lyo.oslc4j.client.OslcRestClient
 
getOslcResources(EntityType<T>) - Method in class org.eclipse.lyo.oslc4j.client.OslcRestClient
 
getPriority() - Method in class org.eclipse.lyo.oslc4j.application.OslcWinkApplication
 
getProviders() - Method in class org.eclipse.lyo.oslc4j.client.OslcRestClient
 
getReadTimeout() - Method in class org.eclipse.lyo.oslc4j.client.OslcRestClient
 
getResourceShape(HttpServletRequest, String) - Method in class org.eclipse.lyo.oslc4j.application.OslcResourceShapeResource
 
getServiceProvider() - Method in class org.eclipse.lyo.oslc4j.client.ServiceProviderRegistryClient
If a ServiceProvider is being used as a ServiceProvider registry without an owning ServiceProviderCatalog, this will return the ServiceProvider.
getServiceProviderCatalog() - Method in class org.eclipse.lyo.oslc4j.client.ServiceProviderRegistryClient
If a ServiceProviderCatalog is being used, this will return that object.
getServiceProviderRegistryURI() - Static method in class org.eclipse.lyo.oslc4j.client.ServiceProviderRegistryURIs
 
getServiceProviders() - Method in class org.eclipse.lyo.oslc4j.client.ServiceProviderRegistryClient
Return the registered ServiceProvider's.
getUIURI() - Static method in class org.eclipse.lyo.oslc4j.client.ServiceProviderRegistryURIs
 
getUri() - Method in class org.eclipse.lyo.oslc4j.client.OslcRestClient
 

I

instances - Variable in class org.eclipse.lyo.oslc4j.application.OslcWinkApplication
 

M

matchMediaType(HttpServletRequest) - Static method in class org.eclipse.lyo.oslc4j.utils.AcceptUtil
Matches requested media types against AcceptUtil.OSLC_ACCEPTABLE media types.
matchMediaType(HttpServletRequest, MediaType[]) - Static method in class org.eclipse.lyo.oslc4j.utils.AcceptUtil
Matches requested media types against a list of acceptable media types.

O

org.eclipse.lyo.oslc4j.application - package org.eclipse.lyo.oslc4j.application
 
org.eclipse.lyo.oslc4j.client - package org.eclipse.lyo.oslc4j.client
 
org.eclipse.lyo.oslc4j.utils - package org.eclipse.lyo.oslc4j.utils
 
OSLC_ACCEPTABLE - Static variable in class org.eclipse.lyo.oslc4j.utils.AcceptUtil
 
OslcResourceShapeResource - Class in org.eclipse.lyo.oslc4j.application
This class provides a generic JAX-RS resource to expose ResourceShapes for an OSLC Domain.
OslcResourceShapeResource(String, Map<String, Class<?>>) - Constructor for class org.eclipse.lyo.oslc4j.application.OslcResourceShapeResource
 
OslcRestClient - Class in org.eclipse.lyo.oslc4j.client
 
OslcRestClient(Set<Class<?>>, String, String, int, ClientHandler...) - Constructor for class org.eclipse.lyo.oslc4j.client.OslcRestClient
 
OslcRestClient(Set<Class<?>>, String, String) - Constructor for class org.eclipse.lyo.oslc4j.client.OslcRestClient
 
OslcRestClient(Set<Class<?>>, String, int) - Constructor for class org.eclipse.lyo.oslc4j.client.OslcRestClient
 
OslcRestClient(Set<Class<?>>, String) - Constructor for class org.eclipse.lyo.oslc4j.client.OslcRestClient
 
OslcRestClient(Set<Class<?>>, URI, String, int) - Constructor for class org.eclipse.lyo.oslc4j.client.OslcRestClient
 
OslcRestClient(Set<Class<?>>, URI, String) - Constructor for class org.eclipse.lyo.oslc4j.client.OslcRestClient
 
OslcRestClient(Set<Class<?>>, URI, int) - Constructor for class org.eclipse.lyo.oslc4j.client.OslcRestClient
 
OslcRestClient(Set<Class<?>>, URI) - Constructor for class org.eclipse.lyo.oslc4j.client.OslcRestClient
 
OslcWinkApplication - Class in org.eclipse.lyo.oslc4j.application
This class extends WinkApplication and supports a generic ResourceShape JAX-RS resource.
OslcWinkApplication(Set<Class<?>>, String, Map<String, Class<?>>) - Constructor for class org.eclipse.lyo.oslc4j.application.OslcWinkApplication
 
OslcWinkApplication(Set<Class<?>>, String) - Constructor for class org.eclipse.lyo.oslc4j.application.OslcWinkApplication
 

R

registerServiceProvider(ServiceProvider) - Method in class org.eclipse.lyo.oslc4j.client.ServiceProviderRegistryClient
Register a ServiceProvider.
removeOslcResourceReturnClientResponse() - Method in class org.eclipse.lyo.oslc4j.client.OslcRestClient
 
resourceClasses - Variable in class org.eclipse.lyo.oslc4j.application.OslcWinkApplication
 

S

ServiceProviderRegistryClient - Class in org.eclipse.lyo.oslc4j.client
This class provides methods to register and deregister ServiceProvider's.
ServiceProviderRegistryClient(Set<Class<?>>, String, String) - Constructor for class org.eclipse.lyo.oslc4j.client.ServiceProviderRegistryClient
 
ServiceProviderRegistryClient(Set<Class<?>>, String) - Constructor for class org.eclipse.lyo.oslc4j.client.ServiceProviderRegistryClient
 
ServiceProviderRegistryClient(Set<Class<?>>) - Constructor for class org.eclipse.lyo.oslc4j.client.ServiceProviderRegistryClient
Construct a client to assist with registering and deregistering ServiceProvider's.
ServiceProviderRegistryURIs - Class in org.eclipse.lyo.oslc4j.client
 

U

updateOslcResourceReturnClientResponse(Object) - Method in class org.eclipse.lyo.oslc4j.client.OslcRestClient
 
A D G I M O R S U 

Copyright © 2013. All Rights Reserved.