Uses of Class
org.apache.olingo.odata2.api.edm.EdmLiteral
Packages that use EdmLiteral
Package
Description
Entity Data Model API
URI Parser Facade
Expression Parser
URI Parser Result Views
-
Uses of EdmLiteral in org.apache.olingo.odata2.api.edm
Methods in org.apache.olingo.odata2.api.edm that return EdmLiteralModifier and TypeMethodDescriptionEdmSimpleTypeFacade.parseUriLiteral(String uriLiteral) IMPORTANT: UseEdmSimpleTypeKindparseUriLiteral for the implementation.EdmSimpleTypeFacade.parseUriLiteral(String uriLiteral, EdmFacets facets) IMPORTANT: UseEdmSimpleTypeKindparseUriLiteral for the implementation.static EdmLiteralEdmSimpleTypeKind.parseUriLiteral(String uriLiteral) Parses a URI literal and determines its EDM simple type on the way. -
Uses of EdmLiteral in org.apache.olingo.odata2.api.uri
Methods in org.apache.olingo.odata2.api.uri that return types with arguments of type EdmLiteralModifier and TypeMethodDescriptionUriInfo.getFunctionImportParameters()Gets the parameters of a function import as Map from parameter names to their corresponding typed values, or an empty list if no function import is used or no parameters are given in the URI. -
Uses of EdmLiteral in org.apache.olingo.odata2.api.uri.expression
Methods in org.apache.olingo.odata2.api.uri.expression with parameters of type EdmLiteralModifier and TypeMethodDescriptionExpressionVisitor.visitLiteral(LiteralExpression literal, EdmLiteral edmLiteral) Visits a literal expression -
Uses of EdmLiteral in org.apache.olingo.odata2.api.uri.info
Methods in org.apache.olingo.odata2.api.uri.info that return types with arguments of type EdmLiteralModifier and TypeMethodDescriptionDeleteUriInfo.getFunctionImportParameters()Gets the parameters of a function import as Map from parameter names to their corresponding typed values, or an empty list if no function import is used or no parameters are given in the URI.GetComplexPropertyUriInfo.getFunctionImportParameters()Gets the parameters of a function import as Map from parameter names to their corresponding typed values, or an empty list if no function import is used or no parameters are given in the URI.GetEntityCountUriInfo.getFunctionImportParameters()Gets the parameters of a function import as Map from parameter names to their corresponding typed values, or an empty list if no function import is used or no parameters are given in the URI.GetEntityLinkCountUriInfo.getFunctionImportParameters()Gets the parameters of a function import as Map from parameter names to their corresponding typed values, or an empty list if no function import is used or no parameters are given in the URI.GetEntityLinkUriInfo.getFunctionImportParameters()Gets the parameters of a function import as Map from parameter names to their corresponding typed values, or an empty list if no function import is used or no parameters are given in the URI.GetEntitySetCountUriInfo.getFunctionImportParameters()Gets the parameters of a function import as Map from parameter names to their corresponding typed values, or an empty list if no function import is used or no parameters are given in the URI.GetEntitySetLinksCountUriInfo.getFunctionImportParameters()Gets the parameters of a function import as Map from parameter names to their corresponding typed values, or an empty list if no function import is used or no parameters are given in the URI.GetEntitySetLinksUriInfo.getFunctionImportParameters()Gets the parameters of a function import as Map from parameter names to their corresponding typed values, or an empty list if no function import is used or no parameters are given in the URI.GetEntitySetUriInfo.getFunctionImportParameters()Gets the parameters of a function import as Map from parameter names to their corresponding typed values, or an empty list if no function import is used or no parameters are given in the URI.GetEntityUriInfo.getFunctionImportParameters()Gets the parameters of a function import as Map from parameter names to their corresponding typed values, or an empty list if no function import is used or no parameters are given in the URI.GetFunctionImportUriInfo.getFunctionImportParameters()Gets the parameters of a function import as Map from parameter names to their corresponding typed values, or an empty list if no function import is used or no parameters are given in the URI.GetMediaResourceUriInfo.getFunctionImportParameters()Gets the parameters of a function import as Map from parameter names to their corresponding typed values, or an empty list if no function import is used or no parameters are given in the URI.GetSimplePropertyUriInfo.getFunctionImportParameters()Gets the parameters of a function import as Map from parameter names to their corresponding typed values, or an empty list if no function import is used or no parameters are given in the URI.PostUriInfo.getFunctionImportParameters()Gets the parameters of a function import as Map from parameter names to their corresponding typed values, or an empty list if no function import is used or no parameters are given in the URI.PutMergePatchUriInfo.getFunctionImportParameters()Gets the parameters of a function import as Map from parameter names to their corresponding typed values, or an empty list if no function import is used or no parameters are given in the URI. -
Uses of EdmLiteral in org.apache.olingo.odata2.core.edm
Methods in org.apache.olingo.odata2.core.edm that return EdmLiteralModifier and TypeMethodDescriptionEdmSimpleTypeFacadeImpl.parseUriLiteral(String uriLiteral) EdmSimpleTypeFacadeImpl.parseUriLiteral(String uriLiteral, EdmFacets facets) -
Uses of EdmLiteral in org.apache.olingo.odata2.core.uri
Methods in org.apache.olingo.odata2.core.uri that return types with arguments of type EdmLiteralMethods in org.apache.olingo.odata2.core.uri with parameters of type EdmLiteralModifier and TypeMethodDescriptionvoidUriInfoImpl.addFunctionImportParameter(String name, EdmLiteral value) -
Uses of EdmLiteral in org.apache.olingo.odata2.core.uri.expression
Methods in org.apache.olingo.odata2.core.uri.expression that return EdmLiteralMethods in org.apache.olingo.odata2.core.uri.expression with parameters of type EdmLiteralModifier and TypeMethodDescriptionvoidTokenList.appendEdmTypedToken(int position, TokenKind kind, String uriLiteral, EdmLiteral javaLiteral) Append UriLiteral Token to tokens parameterJsonVisitor.visitLiteral(LiteralExpression literal, EdmLiteral edmLiteral) Constructors in org.apache.olingo.odata2.core.uri.expression with parameters of type EdmLiteralModifierConstructorDescriptionLiteralExpressionImpl(String uriLiteral, EdmLiteral javaLiteral) PropertyExpressionImpl(String uriLiteral, EdmLiteral edmLiteral) Token(TokenKind kind, int position, String uriLiteral, EdmLiteral javaLiteral)