fr.cnes.sitools.dataset.filter
Class ClientFilter

java.lang.Object
  extended by fr.cnes.sitools.dataset.filter.ClientFilter

public final class ClientFilter
extends java.lang.Object

Low coupling between DateSetApplication and Query Filters

Author:
jp.boignard (AKKA Technologies)

Method Summary
static FilterChained getFilterChained(org.restlet.Context context, FilterChainedModel filterChainedModel)
          Get converterChained object instance
static FilterChainedModel getFilterChainedModel(org.restlet.Context context, java.lang.String datasetId)
          Gets the FilterChained object instance for that DataSet
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFilterChainedModel

public static FilterChainedModel getFilterChainedModel(org.restlet.Context context,
                                                       java.lang.String datasetId)
Gets the FilterChained object instance for that DataSet

Parameters:
datasetId - the datasetId
context - the RESTlet context
Returns:
the FilterChained object instance for that DataSet

getFilterChained

public static FilterChained getFilterChained(org.restlet.Context context,
                                             FilterChainedModel filterChainedModel)
Get converterChained object instance

Parameters:
context - the RESTlet context
filterChainedModel - the model
Returns:
a converterChained object with the parameterized converters


Copyright © 2010-2013 CNES. All Rights Reserved.