org.odata4j.producer.resources
Class OptionsQueryParser
java.lang.Object
org.odata4j.producer.resources.OptionsQueryParser
public class OptionsQueryParser
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OptionsQueryParser
public OptionsQueryParser()
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