org.apache.stanbol.entityhub.jersey.resource.reconcile
Class ReferencedSiteReconcileResource

java.lang.Object
  extended by org.apache.stanbol.commons.web.base.resource.BaseStanbolResource
      extended by org.apache.stanbol.entityhub.jersey.resource.reconcile.BaseGoogleRefineReconcileResource
          extended by org.apache.stanbol.entityhub.jersey.resource.reconcile.ReferencedSiteReconcileResource

public class ReferencedSiteReconcileResource
extends BaseGoogleRefineReconcileResource


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.stanbol.commons.web.base.resource.BaseStanbolResource
org.apache.stanbol.commons.web.base.resource.BaseStanbolResource.MenuItem
 
Field Summary
 
Fields inherited from class org.apache.stanbol.entityhub.jersey.resource.reconcile.BaseGoogleRefineReconcileResource
nsPrefixService
 
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
 
Constructor Summary
ReferencedSiteReconcileResource(javax.servlet.ServletContext context, String siteId)
           
 
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.entityhub.jersey.resource.reconcile.BaseGoogleRefineReconcileResource
handleCorsPreflight, query, queryPOST, sendMetadata
 
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
 

Constructor Detail

ReferencedSiteReconcileResource

public ReferencedSiteReconcileResource(@Context
                                       javax.servlet.ServletContext context,
                                       String siteId)
Method Detail

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.site.SiteException
Specified by:
performQuery in class BaseGoogleRefineReconcileResource
Parameters:
query -
Returns:
Throws:
org.apache.stanbol.entityhub.servicesapi.site.SiteException

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.