Uses of Class
org.eclipse.lyo.client.oslc.OslcClient

Packages that use OslcClient
org.eclipse.lyo.client.oslc   
org.eclipse.lyo.client.oslc.jazz   
org.eclipse.lyo.client.oslc.resources   
 

Uses of OslcClient in org.eclipse.lyo.client.oslc
 

Subclasses of OslcClient in org.eclipse.lyo.client.oslc
 class OslcOAuthClient
           
 

Uses of OslcClient in org.eclipse.lyo.client.oslc.jazz
 

Subclasses of OslcClient in org.eclipse.lyo.client.oslc.jazz
 class JazzFormAuthClient
          An OSLC client for IBM Rational Jazz servers using Form Auth to authenticate.
 

Uses of OslcClient in org.eclipse.lyo.client.oslc.resources
 

Constructors in org.eclipse.lyo.client.oslc.resources with parameters of type OslcClient
OslcQuery(OslcClient oslcClient, String capabilityUrl)
          Create an OSLC query that uses the remote system's default page size.
OslcQuery(OslcClient oslcClient, String capabilityUrl, int pageSize)
          Create an OSLC query that uses the given page size
OslcQuery(OslcClient oslcClient, String capabilityUrl, int pageSize, OslcQueryParameters oslcQueryParams)
          Create an OSLC query that uses OSLC query parameters and the given page size
OslcQuery(OslcClient oslcClient, String capabilityUrl, OslcQueryParameters oslcQueryParams)
          Create an OSLC query with query parameters that uses the default page size
 



Copyright © 2013. All Rights Reserved.