Uses of Class
org.eclipse.lyo.oslc4j.core.exception.OslcCoreApplicationException

Packages that use OslcCoreApplicationException
org.eclipse.lyo.core.utils.marshallers   
org.eclipse.lyo.oslc4j.application   
org.eclipse.lyo.oslc4j.client   
org.eclipse.lyo.oslc4j.core.exception   
org.eclipse.lyo.oslc4j.core.model Copyright (c) 2012 IBM Corporation. 
org.eclipse.lyo.oslc4j.core.resources   
org.eclipse.lyo.oslc4j.provider.jena   
org.eclipse.lyo.oslc4j.provider.json4j   
 

Uses of OslcCoreApplicationException in org.eclipse.lyo.core.utils.marshallers
 

Methods in org.eclipse.lyo.core.utils.marshallers that throw OslcCoreApplicationException
<T> T
OSLC4JUnmarshaller.unmarshal(InputStream inputStream, Class<T> clazz)
           
 

Uses of OslcCoreApplicationException in org.eclipse.lyo.oslc4j.application
 

Methods in org.eclipse.lyo.oslc4j.application that throw OslcCoreApplicationException
 ResourceShape OslcResourceShapeResource.getResourceShape(javax.servlet.http.HttpServletRequest httpServletRequest, String resourceShapePath)
           
 

Constructors in org.eclipse.lyo.oslc4j.application that throw OslcCoreApplicationException
OslcResourceShapeResource(String resourceShapesPath, Map<String,Class<?>> resourcePathToResourceClassMap)
           
OslcWinkApplication(Set<Class<?>> resourceClasses, String resourceShapesPath)
           
OslcWinkApplication(Set<Class<?>> resourceClasses, String resourceShapesPath, Map<String,Class<?>> resourcePathToResourceClassMap)
           
 

Uses of OslcCoreApplicationException in org.eclipse.lyo.oslc4j.client
 

Methods in org.eclipse.lyo.oslc4j.client that throw OslcCoreApplicationException
 void ServiceProviderRegistryClient.deregisterServiceProvider(URI serviceProviderURI)
          Remove registration for a ServiceProvider.
 URI ServiceProviderRegistryClient.registerServiceProvider(ServiceProvider serviceProviderToRegister)
          Register a ServiceProvider.
 

Uses of OslcCoreApplicationException in org.eclipse.lyo.oslc4j.core.exception
 

Subclasses of OslcCoreApplicationException in org.eclipse.lyo.oslc4j.core.exception
 class OslcCoreDeregistrationException
           
 class OslcCoreDuplicatePropertyDefinitionException
           
 class OslcCoreInvalidOccursException
           
 class OslcCoreInvalidPropertyDefinitionException
           
 class OslcCoreInvalidPropertyTypeException
           
 class OslcCoreInvalidRepresentationException
           
 class OslcCoreInvalidValueTypeException
           
 class OslcCoreMissingAnnotationException
           
 class OslcCoreMissingNamespaceDeclarationException
           
 class OslcCoreMissingNamespacePrefixException
           
 class OslcCoreMissingSetMethodException
           
 class OslcCoreMisusedOccursException
           
 class OslcCoreRegistrationException
           
 class OslcCoreRelativeURIException
           
 

Uses of OslcCoreApplicationException in org.eclipse.lyo.oslc4j.core.model
 

Methods in org.eclipse.lyo.oslc4j.core.model that throw OslcCoreApplicationException
static ResourceShape ResourceShapeFactory.createResourceShape(String baseURI, String resourceShapesPath, String resourceShapePath, Class<?> resourceClass)
           
static ServiceProvider ServiceProviderFactory.createServiceProvider(String baseURI, String genericBaseURI, String title, String description, Publisher publisher, Class<?>[] resourceClasses)
           
static ServiceProvider ServiceProviderFactory.createServiceProvider(String baseURI, String genericBaseURI, String title, String description, Publisher publisher, Class<?>[] resourceClasses, Map<String,Object> pathParameterValues)
           
static ServiceProvider ServiceProviderFactory.initServiceProvider(ServiceProvider serviceProvider, String baseURI, String genericBaseURI, String title, String description, Publisher publisher, Class<?>[] resourceClasses, Map<String,Object> pathParameterValues)
           
 

Uses of OslcCoreApplicationException in org.eclipse.lyo.oslc4j.core.resources
 

Constructors in org.eclipse.lyo.oslc4j.core.resources that throw OslcCoreApplicationException
Oslc4JRegistryApplication()
           
 

Uses of OslcCoreApplicationException in org.eclipse.lyo.oslc4j.provider.jena
 

Methods in org.eclipse.lyo.oslc4j.provider.jena that throw OslcCoreApplicationException
static com.hp.hpl.jena.rdf.model.Model JenaModelHelper.createJenaModel(Object[] objects)
           
static Object[] JenaModelHelper.fromJenaModel(com.hp.hpl.jena.rdf.model.Model model, Class<?> beanClass)
           
static Object JenaModelHelper.fromJenaResource(com.hp.hpl.jena.rdf.model.Resource resource, Class<?> beanClass)
           
protected static void JenaModelHelper.handleExtendedProperties(Class<?> resourceClass, com.hp.hpl.jena.rdf.model.Model model, com.hp.hpl.jena.rdf.model.Resource mainResource, IExtendedResource extendedResource, Map<String,Object> properties, Map<IExtendedResource,com.hp.hpl.jena.rdf.model.Resource> visitedResources)
           
 

Uses of OslcCoreApplicationException in org.eclipse.lyo.oslc4j.provider.json4j
 

Methods in org.eclipse.lyo.oslc4j.provider.json4j that throw OslcCoreApplicationException
protected static void JsonHelper.addExtendedProperties(Map<String,String> namespaceMappings, Map<String,String> reverseNamespaceMappings, org.apache.wink.json4j.JSONObject jsonObject, IExtendedResource extendedResource, Map<String,Object> properties, Map<Object,org.apache.wink.json4j.JSONObject> visitedObjects)
           
static org.apache.wink.json4j.JSONObject JsonHelper.createJSON(String descriptionAbout, String responseInfoAbout, ResponseInfo<?> responseInfo, Object[] objects, Map<String,Object> properties)
           
static Object[] JsonHelper.fromJSON(org.apache.wink.json4j.JSONObject jsonObject, Class<?> beanClass)
           
 



Copyright © 2014. All Rights Reserved.