fr.cnes.sitools.datasource.jdbc.dbexplorer
Class DataSetWrapperResource

java.lang.Object
  extended by org.restlet.resource.UniformResource
      extended by org.restlet.resource.ServerResource
          extended by fr.cnes.sitools.datasource.jdbc.dbexplorer.DBExplorerResource
              extended by fr.cnes.sitools.datasource.jdbc.dbexplorer.DataSetWrapperResource

public class DataSetWrapperResource
extends DBExplorerResource

Class for getting a representation of a DataSet object

Author:
jp.boignard (AKKA Technologies)

Constructor Summary
DataSetWrapperResource()
           
 
Method Summary
 org.restlet.representation.Representation processConstraint(org.restlet.data.MediaType media)
          Get the representation of a process constraint
 
Methods inherited from class fr.cnes.sitools.datasource.jdbc.dbexplorer.DBExplorerResource
doInit, getBaseRef, getDataSource, getFetchSize, getForm, getFromTableName, getHTML, getJSON, getMaxrows, getPaginationExtend, getPaginationStartRecord, getRecordName, getRepresentation, getSchemaName, getTable, getTableName, getXML, isDatabaseTarget, isRecordSetTarget, isRecordTarget, isSchemaTarget, isTableTarget
 
Methods inherited from class org.restlet.resource.ServerResource
abort, commit, getOnSent, getVariants, handle, isAnnotated, isAutoCommitting, isCommitted, isConditional, isExisting, isInRole, isNegotiated, redirectPermanent, redirectPermanent, redirectSeeOther, redirectSeeOther, redirectTemporary, redirectTemporary, setAllowedMethods, setAnnotated, setAutoCommitting, setChallengeRequests, setCommitted, setConditional, setCookieSettings, setDimensions, setExisting, setLocationRef, setLocationRef, setNegotiated, setOnSent, setServerInfo, setStatus, setStatus, setStatus, setStatus, updateAllowedMethods
 
Methods inherited from class org.restlet.resource.UniformResource
getAllowedMethods, getApplication, getChallengeRequests, getChallengeResponse, getClientInfo, getConditions, getContext, getConverterService, getCookies, getCookieSettings, getDimensions, getHostRef, getLocationRef, getLogger, getMatrix, getMaxForwards, getMetadataService, getMethod, getOriginalRef, getProtocol, getQuery, getRanges, getReference, getReferrerRef, getRequest, getRequestAttributes, getRequestEntity, getResponse, getResponseAttributes, getResponseEntity, getRootRef, getServerInfo, getStatus, getStatusService, init, isConfidential, release, setRequest, setResponse
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataSetWrapperResource

public DataSetWrapperResource()
Method Detail

processConstraint

public org.restlet.representation.Representation processConstraint(org.restlet.data.MediaType media)
Get the representation of a process constraint

Overrides:
processConstraint in class DBExplorerResource
Parameters:
media - RESTlet MediaType
Returns:
Representation in JSON format of the DataSet conforming the client ExtJS application (and components) needs


Copyright © 2010-2013 CNES. All Rights Reserved.