public class

OptionsQueryParser

extends Object
java.lang.Object
   ↳ org.odata4j.producer.resources.OptionsQueryParser

Summary

Public Constructors
OptionsQueryParser()
Public Methods
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)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public OptionsQueryParser ()

Public Methods

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

Parameters
uriInfo

public static List<EntitySimpleProperty> parseExpand (String expand)

Parameters
expand

public static BoolCommonExpression parseFilter (String filter)

Parameters
filter

public static InlineCount parseInlineCount (String inlineCount)

Parameters
inlineCount

public static List<OrderByExpression> parseOrderBy (String orderBy)

Parameters
orderBy

public static List<EntitySimpleProperty> parseSelect (String select)

Parameters
select

public static Integer parseSkip (String skip)

Parameters
skip

public static String parseSkipToken (String skipToken)

Parameters
skipToken

public static Integer parseTop (String top)

Parameters
top