Methods in org.eclipse.lyo.client.oslc that throw ResourceNotFoundException |
String |
OslcClient.lookupCreationFactory(String serviceProviderUrl,
String oslcDomain,
String oslcResourceType)
Find the OSLC Creation Factory URL for a given OSLC resource type. |
String |
OslcClient.lookupCreationFactory(String serviceProviderUrl,
String oslcDomain,
String oslcResourceType,
String oslcUsage)
Find the OSLC Creation Factory URL for a given OSLC resource type and OSLC usage. |
org.eclipse.lyo.oslc4j.core.model.CreationFactory |
OslcClient.lookupCreationFactoryResource(String serviceProviderUrl,
String oslcDomain,
String oslcResourceType)
|
org.eclipse.lyo.oslc4j.core.model.CreationFactory |
OslcClient.lookupCreationFactoryResource(String serviceProviderUrl,
String oslcDomain,
String oslcResourceType,
String oslcUsage)
|
String |
OslcClient.lookupQueryCapability(String serviceProviderUrl,
String oslcDomain,
String oslcResourceType)
Find the OSLC Query Capability URL for a given OSLC resource type. |
String |
OslcClient.lookupServiceProviderUrl(String catalogUrl,
String serviceProviderTitle)
Lookup the URL of a specific OSLC Service Provider in an OSLC Catalog using the service provider's title |