|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
---|
Methods in org.eclipse.lyo.client.oslc.resources with parameters of type OslcClient | |
---|---|
static org.eclipse.lyo.oslc4j.core.model.ResourceShape |
RmUtil.lookupRequirementsInstanceShapes(String serviceProviderUrl,
String oslcDomain,
String oslcResourceType,
OslcClient client,
String requiredInstanceShape)
|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |