Package org.eclipse.lyo.client.resources
Class RmUtil
java.lang.Object
org.eclipse.lyo.client.resources.RmUtil
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ResourceShapelookupRequirementsInstanceShapes(String serviceProviderUrl, String oslcDomain, String oslcResourceType, OslcClient client, String requiredInstanceShape) Deprecated.static ResourceShapelookupRequirementsInstanceShapes(String serviceProviderUrl, String oslcDomain, String oslcResourceType, OslcClient client, String requiredInstanceShape, String configurationContext) Deprecated.UseResourceShapeClient.lookupShape(URI, URI, URI, String)with aResourceShapeClient(OslcClient, URI)instance when a configuration context is required.
-
Constructor Details
-
RmUtil
public RmUtil()Deprecated.
-
-
Method Details
-
lookupRequirementsInstanceShapes
@Deprecated(since="4.0.0") public static ResourceShape lookupRequirementsInstanceShapes(String serviceProviderUrl, String oslcDomain, String oslcResourceType, OslcClient client, String requiredInstanceShape) throws IOException, URISyntaxException, ResourceNotFoundException, net.oauth.OAuthException Deprecated.UseResourceShapeClient.lookupShape(URI, URI, URI, String)instead. For RM requirements, useResourceShapeClient.lookupRequirementShape(URI, String).- Throws:
IOExceptionURISyntaxExceptionResourceNotFoundExceptionnet.oauth.OAuthException
-
lookupRequirementsInstanceShapes
@Deprecated(since="4.0.0") public static ResourceShape lookupRequirementsInstanceShapes(String serviceProviderUrl, String oslcDomain, String oslcResourceType, OslcClient client, String requiredInstanceShape, String configurationContext) throws IOException, URISyntaxException, ResourceNotFoundException, net.oauth.OAuthException Deprecated.UseResourceShapeClient.lookupShape(URI, URI, URI, String)with aResourceShapeClient(OslcClient, URI)instance when a configuration context is required. For RM requirements, useResourceShapeClient.lookupRequirementShape(URI, String).- Throws:
IOExceptionURISyntaxExceptionResourceNotFoundExceptionnet.oauth.OAuthException
-
ResourceShapeClientinstead.