org.apache.stanbol.entityhub.jersey.resource.reconcile
Class EntityhubReconcileResource
java.lang.Object
org.apache.stanbol.commons.web.base.resource.BaseStanbolResource
org.apache.stanbol.entityhub.jersey.resource.reconcile.BaseGoogleRefineReconcileResource
org.apache.stanbol.entityhub.jersey.resource.reconcile.EntityhubReconcileResource
public class EntityhubReconcileResource
- extends BaseGoogleRefineReconcileResource
| Nested classes/interfaces inherited from class org.apache.stanbol.commons.web.base.resource.BaseStanbolResource |
org.apache.stanbol.commons.web.base.resource.BaseStanbolResource.MenuItem |
| Fields inherited from class org.apache.stanbol.commons.web.base.resource.BaseStanbolResource |
LINK_RESOURCES, NAVIGATION_LINKS, ROOT_URL, SCRIPT_RESOURCES, servletContext, STATIC_RESOURCES_ROOT_URL, SYSTEM_CONSOLE, uriInfo |
|
Method Summary |
protected org.apache.stanbol.entityhub.servicesapi.query.FieldQuery |
createFieldQuery()
Creates a new FieldQuery |
protected String |
getSiteName()
Getter for the name of the Site as used for logging |
protected org.apache.stanbol.entityhub.servicesapi.query.QueryResultList<org.apache.stanbol.entityhub.servicesapi.model.Representation> |
performQuery(org.apache.stanbol.entityhub.servicesapi.query.FieldQuery query)
|
| Methods inherited from class org.apache.stanbol.commons.web.base.resource.BaseStanbolResource |
getConsoleBaseUri, getMainMenuItems, getNavigationLinks, getPublicBaseUri, getRegisteredLinkResources, getRegisteredScriptResources, getRequestUri, getRootUrl, getStaticRootUrl |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityhubReconcileResource
public EntityhubReconcileResource(@Context
javax.servlet.ServletContext context)
performQuery
protected org.apache.stanbol.entityhub.servicesapi.query.QueryResultList<org.apache.stanbol.entityhub.servicesapi.model.Representation> performQuery(org.apache.stanbol.entityhub.servicesapi.query.FieldQuery query)
throws org.apache.stanbol.entityhub.servicesapi.EntityhubException
- Specified by:
performQuery in class BaseGoogleRefineReconcileResource
- Returns:
-
- Throws:
org.apache.stanbol.entityhub.servicesapi.site.SiteException
org.apache.stanbol.entityhub.servicesapi.EntityhubException
getSiteName
protected String getSiteName()
- Description copied from class:
BaseGoogleRefineReconcileResource
- Getter for the name of the Site as used for logging
- Specified by:
getSiteName in class BaseGoogleRefineReconcileResource
- Returns:
createFieldQuery
protected org.apache.stanbol.entityhub.servicesapi.query.FieldQuery createFieldQuery()
- Description copied from class:
BaseGoogleRefineReconcileResource
- Creates a new FieldQuery
- Specified by:
createFieldQuery in class BaseGoogleRefineReconcileResource
- Returns:
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.