org.odata4j.producer.resources
Class OptionsQueryParser

java.lang.Object
  extended by org.odata4j.producer.resources.OptionsQueryParser

public class OptionsQueryParser
extends Object


Constructor Summary
OptionsQueryParser()
           
 
Method Summary
static Map<String,String> parseCustomOptions(UriInfo uriInfo)
           
static List<EntitySimpleProperty> parseExpand(String expand)
           
static BoolCommonExpression parseFilter(String filter)
           
static InlineCount parseInlineCount(String inlineCount)
           
static List<OrderByExpression> parseOrderBy(String orderBy)
           
static List<EntitySimpleProperty> parseSelect(String select)
           
static Integer parseSkip(String skip)
           
static String parseSkipToken(String skipToken)
           
static Integer parseTop(String top)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OptionsQueryParser

public OptionsQueryParser()
Method Detail

parseCustomOptions

public static Map<String,String> parseCustomOptions(UriInfo uriInfo)

parseExpand

public static List<EntitySimpleProperty> parseExpand(String expand)

parseFilter

public static BoolCommonExpression parseFilter(String filter)

parseInlineCount

public static InlineCount parseInlineCount(String inlineCount)

parseOrderBy

public static List<OrderByExpression> parseOrderBy(String orderBy)

parseSelect

public static List<EntitySimpleProperty> parseSelect(String select)

parseSkip

public static Integer parseSkip(String skip)

parseSkipToken

public static String parseSkipToken(String skipToken)

parseTop

public static Integer parseTop(String top)


http://odata4j.org